Commit Graph

139 Commits

Author SHA1 Message Date
rpotts%netscape.com
4feac47fe0 Initialized m_Request to nsnull to prevent a crash durng destruction - it was trying to free uninitialized memory :-( 1999-05-26 21:04:11 +00:00
valeski%netscape.com
297ce5b121 removed #include "nsXPComCIID.h" as it is no longer pertinent 1999-05-26 20:51:19 +00:00
gagan%netscape.com
556ae1f0bf Removed nsITimer dependency. 1999-05-26 08:53:17 +00:00
rpotts%netscape.com
8aad0db8b0 Some fixes to get the http test case running... Fixed the handler factory to correctly return the instance. Changed to CID of the URL being created to NS_STANDARDURL_CID. Fixed a signed/unsigned crash when creating connections... 1999-05-26 06:34:44 +00:00
gagan%netscape.com
aa64f27c18 Moved nsHTTPEnums.h to public. 1999-05-25 21:38:53 +00:00
gagan%netscape.com
0d6e518a98 Moved nsHTTPEnums from src to here. 1999-05-25 21:38:27 +00:00
gagan%netscape.com
8f6ccdb2a8 Fixed nsIURL.h to nsIUrl.h... Thanks Andreas. 1999-05-25 21:33:23 +00:00
gagan%netscape.com
d1b56d8639 Changes inherited from nsIProtocolHandler. Also changed default port to 21. 1999-05-25 21:31:46 +00:00
valeski%netscape.com
4d55943c23 adding http's events for the nsNetModuleMgr api so necko can interract with external modules 1999-05-25 17:34:59 +00:00
valeski%netscape.com
a3891561b2 the base class for necko events to be used with the nsINetModuleMgr api 1999-05-25 17:29:04 +00:00
valeski%netscape.com
37ecf43967 added revised comment 1999-05-25 17:27:01 +00:00
valeski%netscape.com
7b296c4f99 added context arguments and a set headers method. 1999-05-24 22:06:12 +00:00
valeski%netscape.com
e09312f5b2 the notify api and the external module interface now use the nsIObserver stuff 1999-05-24 20:40:21 +00:00
valeski%netscape.com
287e938586 First whack at various external module apis. 1999-05-24 19:50:39 +00:00
valeski%netscape.com
3c86c65f7f wrong parameters were being passed into the handler's NewUrl() call 1999-05-24 19:33:52 +00:00
warren%netscape.com
f6a80b4dec Moving changes from XPCOM20_BRANCH forward. 1999-05-24 09:01:47 +00:00
gagan%netscape.com
9847e119e7 Made the baseURL default to null. 1999-05-22 00:21:32 +00:00
gagan%netscape.com
c16c43cc07 Made the baseURL a default to null. 1999-05-22 00:21:08 +00:00
gagan%netscape.com
a19d7e86f2 Added files for the HTTP Handler. 1999-05-21 07:14:19 +00:00
gagan%netscape.com
b00ba8f58d Changes for the HTTP Handler. 1999-05-21 07:12:31 +00:00
gagan%netscape.com
9f76f6ebd8 Changes for the handler. 1999-05-21 07:12:11 +00:00
gagan%netscape.com
cd014cf449 HTTP changes. 1999-05-21 06:35:21 +00:00
gagan%netscape.com
945fb72b35 HTTP Handler work. 1999-05-21 06:33:17 +00:00
gagan%netscape.com
f99ba44b2a Miscellaneous fixes. 1999-05-21 06:30:21 +00:00
gagan%netscape.com
3887cf6de0 Added TestProtocols.cpp and renamed nettest to testnet since that was conflicting with nettest in dist. 1999-05-21 06:29:13 +00:00
gagan%netscape.com
1876937d1e Updates on HTTP handler. This will now move to mozilla/netwerk/protocol/http. 1999-05-21 06:12:56 +00:00
valeski%netscape.com
b374da3bb8 nsFtpConnectionThread now implements (not yet properly) nsICancelable. 1999-05-18 21:01:49 +00:00
valeski%netscape.com
9056ed610b added the correct EventQueueCID 1999-05-18 20:56:25 +00:00
valeski%netscape.com
7d5b074b29 changed us over to teh correct EventQueueServiceCID 1999-05-18 20:53:38 +00:00
valeski%netscape.com
c3262868e7 added eventQueue CID registration and am now passing in an EventQueue in to NewConnection 1999-05-18 20:52:07 +00:00
valeski%netscape.com
9750b0449d updated the nsSupportsArray::Count() api usage 1999-05-14 17:25:27 +00:00
hshaw%netscape.com
f33eebaf27 Add new methods for nsICollection 1999-05-13 22:14:43 +00:00
hshaw%netscape.com
dc109f925c Propagate IDL changes from nsICollection.h, we'll need to do the same to nsIConnectionGroup->Count() once we IDLize 1999-05-13 21:57:07 +00:00
valeski%netscape.com
c90cbc7243 shifted ftp error codes into their proper range 1999-05-09 19:25:59 +00:00
valeski%netscape.com
507254f4bd defined implicit ranges for error codes. 1999-05-09 19:25:20 +00:00
valeski%netscape.com
75be3509c9 Added correct error codes and misc touch up. 1999-05-09 19:24:37 +00:00
valeski%netscape.com
f1ec11c09c Added Andreas' test program diffs for linux building. Also added an OpenOutputStream test to TestSocketIO.cpp. 1999-05-09 19:18:25 +00:00
valeski%netscape.com
e09ab98051 removed nsSycnOutStreamListener references. No longer using it. 1999-05-06 19:49:23 +00:00
valeski%netscape.com
a62bb65a11 changed nsIEventQueue->ProcessPendingEvents() to nsIEventQueue->EVentLoop() 1999-05-06 19:47:55 +00:00
valeski%netscape.com
1b339a8876 changed over to nsIEventQueue interface, from straight PL_EventQueue. Also took a whack at getting socketTRansport::OpenOutputSTream to work (hasn't been tested) 1999-05-05 22:41:44 +00:00
valeski%netscape.com
b8e0667887 changed us over to regular monitors (prmon.h) in lieu of cached monitors (prcmon.h) for performance increase. cached monitors can be 5 times slower than regular monitors. 1999-05-04 19:33:37 +00:00
valeski%netscape.com
d84921402a changed non-existant xp_win to win32 1999-05-04 18:53:44 +00:00
valeski%netscape.com
ea972dd17f removed prcmon from #include list 1999-05-04 18:52:38 +00:00
valeski%netscape.com
074b42d878 Fixed windows builds. changed #ifdef'd #included <windows.h> from XP_PC/XP_WIN to WIN32. There is not a XP_WIN macro. 1999-05-04 18:50:59 +00:00
hshaw%netscape.com
2202874089 wrap #include <windows.h> with #ifdef XP_WIN (for unix builds) 1999-05-04 00:31:40 +00:00
hshaw%netscape.com
37991de521 fix signature for nsGetFactory() 1999-05-04 00:21:42 +00:00
hshaw%netscape.com
1e0820285f remove duplicate nsISocketTransportService.h reference 1999-05-03 23:53:18 +00:00
hshaw%netscape.com
d4a48d70d3 Add some comments 1999-05-03 18:11:50 +00:00
hshaw%netscape.com
8c77cfb96d List of makefiles for the netwerk directory 1999-05-03 16:37:03 +00:00
hshaw%netscape.com
651741d25b Temporary script to generate netwerk unix Makefiles. Once we land, we'll integrate into allmakefiles.sh 1999-05-03 16:36:29 +00:00