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

163 Коммитов

Автор SHA1 Сообщение Дата
andreas.otte%primus-online.de 0ee202af9f make libnetwerk.so a component 1999-06-01 22:49:26 +00:00
andreas.otte%primus-online.de 236c4d6dc1 Ignore TestSocketTransport 1999-06-01 22:04:46 +00:00
andreas.otte%primus-online.de 36157ecdd2 Build TestProtocols 1999-06-01 22:03:48 +00:00
valeski%netscape.com ae0a59dca1 variable name change 1999-06-01 22:03:47 +00:00
andreas.otte%primus-online.de 0b3baf7402 Some fixes to build TestProtocols under linux 1999-06-01 22:02:40 +00:00
rpotts%netscape.com 3b7139d78f Added synchronization to socket transport APIs... Added access methods for getting the PRCList from a transport... 1999-06-01 21:37:52 +00:00
valeski%netscape.com 2f1ae6fbea Added the user agent string getter methods to nsINetService, as well as the implementation of them. Note: that they current aren't being initialized. 1999-06-01 21:27:25 +00:00
rpotts%netscape.com f7477c729e Added a new test for the socket transport... 1999-05-31 05:18:19 +00:00
rpotts%netscape.com 930f205760 First pass at supporting simultaneous read and write on sockets... 1999-05-31 05:15:40 +00:00
andreas.otte%primus-online.de 80ca7d8000 Some more ignorance 1999-05-29 00:06:00 +00:00
andreas.otte%primus-online.de 303a9997a4 Adding missing headerfiles 1999-05-28 23:48:58 +00:00
andreas.otte%primus-online.de 92ce036ef4 Change to "camel case" nsIHttpEventSink 1999-05-28 23:48:12 +00:00
gagan%netscape.com 5e2e56e50f General fixes and changed #include nsHTTPEventSink to match the camel-case
file name. Will be fixed when we migrate to network.
1999-05-28 22:34:41 +00:00
gagan%netscape.com ee8e427e1a General fixes. 1999-05-28 22:31:47 +00:00
andreas.otte%primus-online.de 0696ef3fcc make no shared lib and do not install it in $(DIST)/bin 1999-05-28 11:20:30 +00:00
andreas.otte%primus-online.de 870c20688f First Checked In 1999-05-28 09:16:47 +00:00
andreas.otte%primus-online.de f7497e5e99 First Checked In 1999-05-28 09:11:38 +00:00
andreas.otte%primus-online.de 4dfeed2745 Making libftp.so a component 1999-05-28 08:23:48 +00:00
andreas.otte%primus-online.de 1b4cef9a04 Making libhttp.so a component 1999-05-28 08:22:46 +00:00
valeski%netscape.com b297c03dc5 added some extern module stuff #ifdef'd zero 1999-05-27 22:00:30 +00:00
valeski%netscape.com eeabca79d9 added the idl dir and initial nsIHttpNotify.idl 1999-05-27 21:31:26 +00:00
valeski%netscape.com b1887c4937 module mananger implementation files 1999-05-27 21:30:31 +00:00
valeski%netscape.com 11d24da81a idl: added the idl dir and some initial files.
added module manager headers and idl files
1999-05-27 21:29:52 +00:00
valeski%netscape.com 228178818b removed these two because they've been added to the proper idl directory 1999-05-27 21:13:34 +00:00
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