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

210 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 550ed382f3 obsoleting files 1999-06-07 22:19:20 +00:00
warren%netscape.com 3f748629d6 Removed nsITransport. 1999-06-07 22:12:19 +00:00
gagan%netscape.com a2a3cdbd03 Adding Makefile.in for Linux. Testing for Andreas. 1999-06-07 22:07:49 +00:00
gagan%netscape.com 66981e29b5 Adding Makefile.in. Testing for Andreas. 1999-06-07 22:05:44 +00:00
gagan%netscape.com 96abb80a2b First checkin for Makefile.in. Testing for Andreas. 1999-06-07 22:05:17 +00:00
warren%netscape.com b5b8476315 Updated for file name changes. 1999-06-07 22:04:19 +00:00
warren%netscape.com c0797ee094 New IDL interfaces. 1999-06-07 21:33:30 +00:00
rpotts%netscape.com 141fc00e61 Added unix support for processing PLEvents... 1999-06-07 20:06:41 +00:00
rpotts%netscape.com 3015ef6aa1 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 332b7d7c0e correct two typos 1999-06-07 16:56:36 +00:00
rpotts%netscape.com b13ab4754e Fixed up uninitialized variable... Oops 1999-06-07 07:12:56 +00:00
rpotts%netscape.com fee781a983 Fixed up compiler warning on Linux... 1999-06-07 06:30:59 +00:00
rpotts%netscape.com a7c51818e8 Added a new file - nsSocketTransportStreams.cpp to the build... 1999-06-07 06:28:07 +00:00
rpotts%netscape.com 699ccbf0a8 Work on blocking streams... 1999-06-07 06:27:34 +00:00
andreas.otte%primus-online.de 324027b316 write \0 not on but after the CRLF on Headers 1999-06-06 09:40:56 +00:00
andreas.otte%primus-online.de 45b8467782 variable rv of type nsresult was not initialized in CreateInstance and in case of creating a StandardUrl with no Init in CreateInstance (and using rv) making it random to the calling function if creating the Url succeeded. This is what I thought was a namespace problem between necko and old netlib. 1999-06-06 09:16:49 +00:00
gagan%netscape.com f20c8bca8b Fixed the stream length to be zero. Thanks Andreas. 1999-06-04 11:10:31 +00:00
rpotts%netscape.com 3886d6e062 Added PLEvent pump for unix... 1999-06-04 09:03:45 +00:00
rpotts%netscape.com 632129fa67 Added NSPR logging messages... 1999-06-04 08:52:02 +00:00
gagan%netscape.com 16afdaa83e Getting it building again... changed the Write call to match its signature in nsIByteBufferInputStream. It will probably change again to FillFrom once we move that to idl. 1999-06-04 07:36:04 +00:00
gagan%netscape.com 5052bb91df Getting base building again. Fixed the changes from nsIOutputStream's Write function. 1999-06-04 07:25:16 +00:00
valeski%netscape.com 2248ec3a5b 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
gordon%netscape.com dcdf62225f Make Lookup() a pure virtual method. 1999-06-03 21:57:14 +00:00
rpotts%netscape.com e967a22d9f Fixes to build on Linux... 1999-06-03 21:56:56 +00:00
rpotts%netscape.com 91bf976e6c Fixes to build on Linux... Removed nettest since it is not building on windows either. 1999-06-03 21:56:29 +00:00
gordon%netscape.com 880e18aa1e First Checked In. 1999-06-03 21:53:30 +00:00
valeski%netscape.com e54a53f007 proxy api change 1999-06-03 20:05:22 +00:00
valeski%netscape.com 4a6e379644 added header removal functionality and various return value checks 1999-06-03 20:04:07 +00:00
valeski%netscape.com 95b3c9ed6a added the class id to identify the actual class that implements teh nsINetNotify interface 1999-06-03 20:00:38 +00:00
andreas.otte%primus-online.de c7ced45a92 fixes to get the test working under linux, mac stuff still missing 1999-06-03 18:34:51 +00:00
andreas.otte%primus-online.de d2a54b2441 fixes to get the test running under linux, mac stuff still missing 1999-06-03 18:12:13 +00:00
rpotts%netscape.com d6fda0f44c fixed a string that was not being null-terminated... 1999-06-03 06:44:10 +00:00
rpotts%netscape.com ed1279ef88 fixed up some reference counting problems... 1999-06-03 06:36:23 +00:00
rpotts%netscape.com 6d59406b88 Added raptorgfxwin.lib for nsITimer support :-( 1999-06-03 05:45:56 +00:00
rpotts%netscape.com 5ebe43461d Added support for testing Sync transport access and Suspending and resuming transports... 1999-06-03 05:45:23 +00:00
rpotts%netscape.com 941c492269 Added support for Suspend/Resume... 1999-06-03 05:43:56 +00:00
gagan%netscape.com fb4ee522c2 Test case changes 1999-06-02 23:02:53 +00:00
valeski%netscape.com 9da8d67122 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 99aab3d592 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 230339cc2c Updates to HTTP. Need SyncStreamListener to complete the test. 1999-06-02 13:25:29 +00:00
andreas.otte%primus-online.de a31e65c713 integrating Alec Fletts nsISupportsArray changes
remove manual registration
adding creation of eventqueue
giving EventQueueService the right CIID
1999-06-02 11:42:43 +00:00
andreas.otte%primus-online.de 3b25012b20 removed manual registration, added autoregistration 1999-06-02 11:30:05 +00:00
andreas.otte%primus-online.de 239dfd63c5 removed manual registration 1999-06-02 11:29:26 +00:00
andreas.otte%primus-online.de fcf74e15a9 removed manual registration 1999-06-02 11:27:07 +00:00
andreas.otte%primus-online.de 39406b6852 integrating Alec Fletts nsISupportsArray changes 1999-06-02 11:12:21 +00:00
valeski%netscape.com ae34b5e190 moved external module insertion to new http file 1999-06-02 05:33:34 +00:00
rpotts%netscape.com 0ba5814dee PRCList cleanup. More syncronization code... some work toward blocking streams. 1999-06-02 04:26:55 +00:00
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