Граф коммитов

31 Коммитов

Автор SHA1 Сообщение Дата
dmose%mozilla.org ec37cbfc25 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 bd73f68e8b 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 1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
morse%netscape.com 8298571d93 put cookies file in the correct directory 1999-06-05 23:17:47 +00:00
jefft%netscape.com 628d85ba39 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 eb5cc9711c Switching over to nsIEventQueues instead of PLEventQueues. 1999-05-04 23:31:26 +00:00
mscott%netscape.com e20a49ec84 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 fce0679c0e fixed uninitialized variable in ProxyEvent::Fire() 1999-03-12 23:27:46 +00:00
rhp%netscape.com 3a83e24f55 This change is needed to register libmime with netlib for parsing RFC822 messages. 1999-03-10 01:24:07 +00:00
warren%netscape.com 4b2d56fbaa nsRepository -> nsIComponentManager changes. 1999-03-09 09:44:27 +00:00
ebina%netscape.com 0bffef2fc0 Have generic text, image, and application look for plugins in
NET_PluginStream
1999-02-18 17:14:25 +00:00
kipp%netscape.com 96926732c3 Removed call to RL_Init 1999-02-02 17:36:46 +00:00
alecf%netscape.com 5f5802f623 implement generic Netlib main loop for non-PC platforms 1999-02-02 07:58:39 +00:00
mscott%netscape.com 3f0c9d8f46 Initialize sockstub protocol when starting up the netlib thread. 1999-01-28 01:57:58 +00:00
radha%netscape.com 7dcfd26799 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 d425ad9a24 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 5355b8f907 Fix build bustage 1999-01-15 00:57:14 +00:00
mcmullen%netscape.com 331c150d47 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 74ac3d86af Add the gzip decoder back in. 1999-01-13 01:43:28 +00:00
rpotts%netscape.com 6037b8f2c5 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 6202d355f7 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 0580a8e5c4 Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener. 1998-12-16 05:40:20 +00:00
rpotts%netscape.com 687a62895d 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 886ca3e0d3 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 3f8b2d5296 fix bug #1112. Added support for multipart/x-mixed-replace content type 1998-11-05 05:37:02 +00:00
gagan%netscape.com 052f36c725 NuCache changes. 1998-11-02 23:01:00 +00:00
rpotts%netscape.com e738fa839a 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 4a2281dfda 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 08f706df27 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 a750166b23 Fixing Linux breakage 1998-09-19 08:42:51 +00:00
rpotts%netscape.com 17dd34ec69 new files which create a dedicated thread for netlib 1998-09-19 06:59:33 +00:00