gecko-dev/network/main
valeski%netscape.com 8bc9f6b3e5 ? network/module/nsILoadAttribs.h
New nsIloadAttribs interface that defines the load attributes that are will be associated with a url.

? network/module/nsLoadAttribs.cpp
New nsIloadAttribs interface implementation.

M network/main/mkconect.c
Check for a new local ip address to use. If found PR_Bind() is called to bind the connecting socket to the new address.

M network/main/mkgeturl.c
Added logic to determine whether or not skip the proxy for the given url.
M network/main/mktcp.h
api change. Changed NET_BeginConnect() and NET_FinishConnect() function prototypes.

M network/module/MANIFEST
Added nsILoadAttribs.h to exports list

M network/module/Makefile
Added nsILoadAttribs.h to exports list and nsILoadAttribs.cpp to compile lists.

M network/module/makefile.win
Added nsILoadAttribs.h to exports list and nsILoadAttribs.cpp to compile lists.

M network/module/nsIURL.h
Added accessor methods to the url interface for nsILoadAttribs interface pointer.

M network/module/nsNetService.h
Added urlSetup method to class definition.

M network/module/nsNetService.cpp
Condensed url setup (from nsIURL properties to the actual url struct) into a helper routine. URL struct setup now transfers nsILoadAttributes over into the url struct.

M network/module/nsURL.cpp
Added nsILoadAttribs accessor method implementations to the url implementation.

M network/protocol/ftp/mkftp.c
api change. NET_*Connect().

M network/protocol/gopher/mkgopher.c
api change. NET_*Connect().

M network/protocol/http/mkhttp.c
api change. NET_*Connect().

M network/protocol/imap4/mkimap4.cpp
api change. NET_*Connect().

M network/protocol/nntp/mknews.c
api change. NET_*Connect().

M network/protocol/pop3/mkpop3.c
api change. NET_*Connect().

M network/protocol/smtp/mksmtp.c
api change. NET_*Connect().
1998-09-16 00:35:32 +00:00
..
autoupdt.c Added some more preferences for AutoUpdate 1998-09-13 02:02:51 +00:00
autoupdt.h Added some more preferences for AutoUpdate 1998-09-13 02:02:51 +00:00
crawler.c
crawler.h
export.mac
htmparse.c
htmparse.h
jsautocf.c Adding layer of abstraction (via #defines) between netlib and file code (XP_File*). This will allow raptor to build with a different file implementation (nsINetFile) and no longer rely on XP_File*(). All XP_File*() routines were renamed to NET_XP_File*(). The #define to do the masking is mozilla/network/main/net_xp_file.h . 1998-09-02 01:00:42 +00:00
jsautocf.h
jscookie.c Adding layer of abstraction (via #defines) between netlib and file code (XP_File*). This will allow raptor to build with a different file implementation (nsINetFile) and no longer rely on XP_File*(). All XP_File*() routines were renamed to NET_XP_File*(). The #define to do the masking is mozilla/network/main/net_xp_file.h . 1998-09-02 01:00:42 +00:00
MacBinSupport.c
MacBinSupport.h
Makefile Added a background/autoupdate pulling of URLs 1998-09-02 19:08:32 +00:00
Makefile.in Added a background/autoupdate pulling of URLs 1998-09-02 19:08:32 +00:00
makefile.win remaining changes from nu_cache. 1998-09-10 19:57:12 +00:00
MANIFEST Exported autoupdt.h to dist area. 1998-09-12 02:54:33 +00:00
mkabook.cpp
mkabook.h
mkalert.c
mkautocf.c Adding layer of abstraction (via #defines) between netlib and file code (XP_File*). This will allow raptor to build with a different file implementation (nsINetFile) and no longer rely on XP_File*(). All XP_File*() routines were renamed to NET_XP_File*(). The #define to do the masking is mozilla/network/main/net_xp_file.h . 1998-09-02 01:00:42 +00:00
mkautocf.h
mkconect.c ? network/module/nsILoadAttribs.h 1998-09-16 00:35:32 +00:00
mkfsort.c
mkfsort.h
mkgeturl.c ? network/module/nsILoadAttribs.h 1998-09-16 00:35:32 +00:00
mkgeturl.h we're now respecting success/failure return values from PREF_Get* routines, for the most part. imap, pop, news weren't cleaned up (nor was nucache). 1998-08-25 21:17:03 +00:00
mkhelp.c remaining changes from nu_cache. 1998-09-10 19:57:12 +00:00
mkhelp.h
mkinit.c
mkldap.h
mkmessag.c
mkpadpac.c we're now respecting success/failure return values from PREF_Get* routines, for the most part. imap, pop, news weren't cleaned up (nor was nucache). 1998-08-25 21:17:03 +00:00
mkpadpac.h
mkparse.c Fixed date struct overflow. 1998-07-30 23:30:10 +00:00
mkparse.h
mkselect.c
mkselect.h
mksockrw.c Mac only I/O buffer size increases Eliminating speed bottlenecks. 1998-08-12 21:30:26 +00:00
mksort.c
mksort.h
mkstream.c Exported NET_StreamBuilder and NET_RegisterProtocolImplementation for modular netlib 1998-08-20 22:27:20 +00:00
mkstream.h
mktcp.h ? network/module/nsILoadAttribs.h 1998-09-16 00:35:32 +00:00
mktrace.c Fixed bad read references noticed by Jud with Quantify. 1998-08-23 22:15:21 +00:00
mktrace.h switching a trace macro around 1998-07-21 20:40:03 +00:00
mkutils.c remaining changes from nu_cache. 1998-09-10 19:57:12 +00:00
mkutils.h AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
net_xp_file.h The changes apply to MODULAR_NETLIB only 1998-09-10 00:32:40 +00:00
netstream.h
netutils.h
pagescan.c
pagescan.h
prefetch.c Fix schtupid warning on schMac. 1998-08-07 06:24:05 +00:00
robotxt.c
robotxt.h
singsign.c fix mac bustage 1998-09-10 23:02:23 +00:00
unix-dns.c
win-dns.cpp