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

102 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com 0b72eda887 added external module http hooks 1999-06-10 21:58:26 +00:00
valeski%netscape.com a8aa3688e1 gave http it's own xpt module 1999-06-09 19:38:03 +00:00
valeski%netscape.com 31c9757658 gave ftp it's own xpt module 1999-06-09 19:37:17 +00:00
valeski%netscape.com d1859a2754 we weren't initializing the request 1999-06-09 14:01:50 +00:00
valeski%netscape.com 44c25ac2aa added nsIHTTPNotify.idl to the idl list on unix 1999-06-09 01:02:37 +00:00
warren%netscape.com aaf94a8b04 Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00
valeski%netscape.com 31cd42eef8 updated the external module stuff 1999-06-08 20:15:26 +00:00
valeski%netscape.com d8555bfb2b we were erroneously freeing static mem. 1999-06-08 19:59:43 +00:00
valeski%netscape.com efc54bedfa removed this one. good one is in mozilla/netwerk/protocol/http/public 1999-06-08 17:10:25 +00:00
valeski%netscape.com ad80d0fbca added nsIHttpNotify.idl to the idl srcs list 1999-06-08 16:40:44 +00:00
valeski%netscape.com f9aba8d0c5 changed method names to match new symantics 1999-06-08 16:39:48 +00:00
andreas.otte%primus-online.de a644401592 fix to build with new AsyncRead interface from nsIChannel 1999-06-08 10:09:00 +00:00
andreas.otte%primus-online.de 9fddf18e26 some cleanup after IDLisation 1999-06-08 10:07:50 +00:00
andreas.otte%primus-online.de 3b8589b984 changed nsIUrl.h to nsIURL.h 1999-06-08 09:46:10 +00:00
andreas.otte%primus-online.de 0d99370e0c some cleanup after IDLisation 1999-06-08 09:44:04 +00:00
warren%netscape.com 29acb92d6c obsoleting files 1999-06-07 22:19:20 +00:00
warren%netscape.com 5fbea51f35 Removed nsITransport. 1999-06-07 22:12:19 +00:00
warren%netscape.com c0a3d1a7a3 New IDL interfaces. 1999-06-07 21:33:30 +00:00
rpotts%netscape.com 098bb0e8cc Fixed up header parsing, so that if OnDataAvailable(...) is called more than once we remember that headers have been processed... Made a temp change to the stream being passed out of OnDataAvailable(...). It was inStr which was *never* initialized... Right now it is passing out the original stream (which is wrong I think) but it doesn't crash :-) 1999-06-07 19:51:01 +00:00
andreas.otte%primus-online.de a13711461f write \0 not on but after the CRLF on Headers 1999-06-06 09:40:56 +00:00
valeski%netscape.com 0dcaa3a2a0 http - fixed build probs
test - moved a local var into a #ifdef because it was throwing a warning on windows
1999-06-03 22:12:26 +00:00
valeski%netscape.com f6a2937fb1 proxy api change 1999-06-03 20:05:22 +00:00
valeski%netscape.com de8ef131ae added header removal functionality and various return value checks 1999-06-03 20:04:07 +00:00
rpotts%netscape.com 80c46a43a7 fixed a string that was not being null-terminated... 1999-06-03 06:44:10 +00:00
rpotts%netscape.com 5e620902ed fixed up some reference counting problems... 1999-06-03 06:36:23 +00:00
valeski%netscape.com 7a37a63b8f nsIHTTPConnection.h - extended the nsIHTTPConnection interface so the internal streamlistener is accessible.
nsHTTPConnection.cpp - GetInputStream now uses a syncStream listener.
nsHTTPConnection.h  - api update to support new nsIHTTPConnection interface and added nsIStreamListener member.
nsHTTPResponseListener.cpp - added code to push data through the pipe
1999-06-02 17:23:45 +00:00
gagan%netscape.com f561ab3b41 CVS is misbehaving with me again... didnt pick these up... Updates to HTTP. Need nsSyncStreamListener to complete the test. 1999-06-02 13:26:47 +00:00
gagan%netscape.com 7d8db7ce59 Updates to HTTP. Need SyncStreamListener to complete the test. 1999-06-02 13:25:29 +00:00
valeski%netscape.com c9935ed859 moved external module insertion to new http file 1999-06-02 05:33:34 +00:00
andreas.otte%primus-online.de 26da9b2475 Adding missing headerfiles 1999-05-28 23:48:58 +00:00
andreas.otte%primus-online.de 4def615a43 Change to "camel case" nsIHttpEventSink 1999-05-28 23:48:12 +00:00
gagan%netscape.com 1167739df0 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 50b9784af9 General fixes. 1999-05-28 22:31:47 +00:00
andreas.otte%primus-online.de bd3e6b0428 First Checked In 1999-05-28 09:16:47 +00:00
andreas.otte%primus-online.de dfb9c17c3f First Checked In 1999-05-28 09:11:38 +00:00
andreas.otte%primus-online.de 32146a2ef7 Making libftp.so a component 1999-05-28 08:23:48 +00:00
andreas.otte%primus-online.de 0fb5a4fe27 Making libhttp.so a component 1999-05-28 08:22:46 +00:00
valeski%netscape.com a250f2cba4 added some extern module stuff #ifdef'd zero 1999-05-27 22:00:30 +00:00
valeski%netscape.com 043d4e8984 added the idl dir and initial nsIHttpNotify.idl 1999-05-27 21:31:26 +00:00
rpotts%netscape.com 0e844f07ca 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 7ee4dbe328 removed #include "nsXPComCIID.h" as it is no longer pertinent 1999-05-26 20:51:19 +00:00
gagan%netscape.com e4fe46d13d Removed nsITimer dependency. 1999-05-26 08:53:17 +00:00
rpotts%netscape.com 34f735e0b8 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 380cd9cea0 Moved nsHTTPEnums.h to public. 1999-05-25 21:38:53 +00:00
gagan%netscape.com 730706264e Moved nsHTTPEnums from src to here. 1999-05-25 21:38:27 +00:00
gagan%netscape.com 68a8fd4989 Fixed nsIURL.h to nsIUrl.h... Thanks Andreas. 1999-05-25 21:33:23 +00:00
gagan%netscape.com 8412b90662 Changes inherited from nsIProtocolHandler. Also changed default port to 21. 1999-05-25 21:31:46 +00:00
valeski%netscape.com 4fff3a7467 adding http's events for the nsNetModuleMgr api so necko can interract with external modules 1999-05-25 17:34:59 +00:00
warren%netscape.com b3c3a30965 Moving changes from XPCOM20_BRANCH forward. 1999-05-24 09:01:47 +00:00
gagan%netscape.com 14548c81ae Made the baseURL default to null. 1999-05-22 00:21:32 +00:00