gecko-dev/network/main
1998-09-29 21:12:32 +00:00
..
autoupdt.c Create autoupdt directory if it doesn't exist 1998-09-22 04:15:00 +00:00
autoupdt.h Added some more preferences for AutoUpdate 1998-09-13 02:02:51 +00:00
crawler.c Moving over from xp library to NSPR. Moved cvactive.h from include to 1998-05-19 00:54:09 +00:00
crawler.h Add netlib in new location. 1998-04-30 20:53:59 +00:00
export.mac First Checked In. 1998-05-23 01:14:17 +00:00
htmparse.c Moving over from xp library to NSPR. Moved cvactive.h from include to 1998-05-19 00:54:09 +00:00
htmparse.h Add netlib in new location. 1998-04-30 20:53:59 +00:00
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 Add netlib in new location. 1998-04-30 20:53:59 +00:00
jscookie.c Branch landing: Multithreading in mozilla. 1998-09-25 22:10:49 +00:00
MacBinSupport.c NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of 1998-09-22 16:59:57 +00:00
MacBinSupport.h Moved MacBinary support where it is used (netlib) from the old 1998-06-26 23:15:40 +00:00
Makefile mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines. 1998-09-22 22:41:27 +00:00
Makefile.in added mkprefs.h to the makefile.in file. 1998-09-23 03:03:21 +00:00
makefile.win mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines. 1998-09-22 22:41:27 +00:00
MANIFEST mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines. 1998-09-22 22:41:27 +00:00
mkabook.cpp NORMANDY_DDAY merge... 1998-06-25 05:50:45 +00:00
mkabook.h Moving over from xp library to NSPR. Moved cvactive.h from include to 1998-05-19 00:54:09 +00:00
mkalert.c Moving over from xp library to NSPR. Moved cvactive.h from include to 1998-05-19 00:54:09 +00:00
mkautocf.c Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:12:32 +00:00
mkautocf.h Add netlib in new location. 1998-04-30 20:53:59 +00:00
mkconect.c mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines. 1998-09-22 22:41:27 +00:00
mkfsort.c Moving over from xp library to NSPR. Moved cvactive.h from include to 1998-05-19 00:54:09 +00:00
mkfsort.h Add netlib in new location. 1998-04-30 20:53:59 +00:00
mkgeturl.c Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:12: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 mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines. 1998-09-22 22:41:27 +00:00
mkhelp.h Add netlib in new location. 1998-04-30 20:53:59 +00:00
mkinit.c Fix build bustage. 1998-05-29 23:28:49 +00:00
mkldap.h Moving over from xp library to NSPR. Moved cvactive.h from include to 1998-05-19 00:54:09 +00:00
mkmessag.c NORMANDY_DDAY merge... 1998-06-25 05:50:45 +00:00
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 mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines. 1998-09-22 22:41:27 +00:00
mkparse.c Fixed date struct overflow. 1998-07-30 23:30:10 +00:00
mkparse.h Add netlib in new location. 1998-04-30 20:53:59 +00:00
mkprefs.h mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines. 1998-09-22 22:41:27 +00:00
mkselect.c fix purify warning 1998-06-25 20:58:07 +00:00
mkselect.h Moving over from xp library to NSPR. Moved cvactive.h from include to 1998-05-19 00:54:09 +00:00
mksockrw.c Mac only I/O buffer size increases Eliminating speed bottlenecks. 1998-08-12 21:30:26 +00:00
mksort.c Moving over from xp library to NSPR. Moved cvactive.h from include to 1998-05-19 00:54:09 +00:00
mksort.h Add netlib in new location. 1998-04-30 20:53:59 +00:00
mkstream.c Exported NET_StreamBuilder and NET_RegisterProtocolImplementation for modular netlib 1998-08-20 22:27:20 +00:00
mkstream.h Moving over from xp library to NSPR. Moved cvactive.h from include to 1998-05-19 00:54:09 +00:00
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 we're now respecting the "Proxy-Connection: close" header. we used to ignore it and eventually discover that the connection had closed. Now we close it when asked to by the proxy. 1998-09-29 20:50:20 +00:00
mkutils.h Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:12:32 +00:00
net_xp_file.h The changes apply to MODULAR_NETLIB only 1998-09-10 00:32:40 +00:00
netstream.h merge branch to tip. This file is not yet in the build 1998-06-17 21:29:32 +00:00
netutils.h Changed XP_TO_ macros to NET_TO_ macros. Lame, but it doesn't 1998-05-29 22:06:10 +00:00
pagescan.c Landed raptor modular netlib stuff 1998-05-22 23:38:40 +00:00
pagescan.h Add netlib in new location. 1998-04-30 20:53:59 +00:00
prefetch.c Fix schtupid warning on schMac. 1998-08-07 06:24:05 +00:00
robotxt.c Landed raptor modular netlib stuff 1998-05-22 23:38:40 +00:00
robotxt.h Add netlib in new location. 1998-04-30 20:53:59 +00:00
singsign.c fix mac bustage 1998-09-10 23:02:23 +00:00
unix-dns.c Remove old NSPR20 and MOCHA #ifdefs 1998-09-29 21:12:32 +00:00
win-dns.cpp Move DNS initialization out to when Netlib is initialized. This ensures that the initialization takes place on the Netlib Thread. 1998-09-22 07:02:20 +00:00