Commit Graph
31 Commits
Author SHA1 Message Date
dmose@mozilla.org 34fd2555cf updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 02:47:15 +00:00
warren@netscape.com 1496c3eec1 Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
warren@netscape.com 753ac43fff Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
morse@netscape.com fccb6a179c put cookies file in the correct directory 1999-06-05 23:17:47 +00:00
jefft@netscape.com 173de73300 use NS_IF_ADDREF & NS_IF_RELEASE instead of NS_ADDREF & NS_RELEASE in case of null mURL & mProxy 1999-05-26 21:46:42 +00:00
hyatt@netscape.com c65cef93bd Switching over to nsIEventQueues instead of PLEventQueues. 1999-05-04 23:31:26 +00:00
mscott@netscape.com 447bcffb94 Fix for scottip. Initialize return value to NS_OK for nsStreamListenerProxy::OnDataAvailable. This was causing some failures on release builds and purify builds in particular because there was a particular case in one of the clauses where it would rely on rv which was unitialized. 1999-04-01 01:22:47 +00:00
pierre@netscape.com d727c22c8d fixed uninitialized variable in ProxyEvent::Fire() 1999-03-12 23:27:46 +00:00
rhp@netscape.com 4e7d47a020 This change is needed to register libmime with netlib for parsing RFC822 messages. 1999-03-10 01:24:07 +00:00
warren@netscape.com 35d5e6e062 nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
ebina@netscape.com 8013071390 Have generic text, image, and application look for plugins in
NET_PluginStream
1999-02-18 17:14:25 +00:00
kipp@netscape.com 047d7b6b84 Removed call to RL_Init 1999-02-02 17:36:46 +00:00
alecf@netscape.com 97b73098f6 implement generic Netlib main loop for non-PC platforms 1999-02-02 07:58:39 +00:00
mscott@netscape.com 269e82404d Initialize sockstub protocol when starting up the netlib thread. 1999-01-28 01:57:58 +00:00
radha@netscape.com ebe57c9a74 Don't need that gWebShell_UnixEventQueue anymore. Unix uses the event queue
service just like XP_PC
1999-01-23 00:50:08 +00:00
rpotts@netscape.com 9396e5b78b Always fire the OnStopBinding() notification... Even if a previous call to the stream listener returned an error... 1999-01-15 10:23:32 +00:00
mcmullen@netscape.com b1db259d9d Fix build bustage 1999-01-15 00:57:14 +00:00
mcmullen@netscape.com 9870393905 Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-( 1999-01-14 23:27:36 +00:00
ebina@netscape.com 4e8c5336ce Add the gzip decoder back in. 1999-01-13 01:43:28 +00:00
rpotts@netscape.com 5a0467187d use the new EventQueueService to obtain the event queue used for marshalling data over to the UI thread... 1999-01-05 09:51:28 +00:00
troy@netscape.com 84ff910b89 Fixed two memory leaks of the status msg (Unicode string) in OnStopBindingProxyEvent
and OnStatusProxyEvent
1998-12-22 18:49:12 +00:00
warren@netscape.com 4aaec0bad1 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
rpotts@netscape.com 17f207d8ad Force the URL exit routine to be called via a PLEvent. This insures that the LIBNET() lock is not being held during the call... 1998-11-22 09:31:10 +00:00
rpotts@netscape.com 28c56e3007 Support asynchronous network notifications (instead of polling) if NO_NETWORK_POLLING is defined. Currently, this is only implemented for Win32 1998-11-08 09:04:54 +00:00
rpotts@netscape.com 799d61dbe2 fix bug #1112. Added support for multipart/x-mixed-replace content type 1998-11-05 05:37:02 +00:00
gagan@netscape.com a55fdc6eff NuCache changes. 1998-11-02 23:01:00 +00:00
rpotts@netscape.com b2e751b819 Changed the proxy routines to only call via PL_Events when needed (ie a thread boundary will be crossed...) 1998-10-06 06:15:47 +00:00
rpotts@netscape.com 9a240e3dc4 Added a proxy routine for net_CallexitRoutine(...) so it would be called on the correct thread at the proper time... 1998-09-25 22:24:09 +00:00
rpotts@netscape.com 73dbab418b Initialize Async DNS during the rest of the netlib initialization. This will take place on the netlib thread (where appropriate...) 1998-09-22 07:03:54 +00:00
mcafee@netscape.com 9058545d4e Fixing Linux breakage 1998-09-19 08:42:51 +00:00
rpotts@netscape.com 60bcdf2911 new files which create a dedicated thread for netlib 1998-09-19 06:59:33 +00:00