gagan%netscape.com
|
f21af13f8c
|
Removed the temporary Open call on nsIChannel. Inspite of the misnomer, the AsyncRead is the one to use.
|
1999-06-16 00:49:01 +00:00 |
|
rpotts%netscape.com
|
d151d323f5
|
Fixed header parsing to prevent an endless loop. Moved the code to handle header completion into a new function - FireOnHeadersAvailable. This function notifies the event sink and external modules interested in headers. previously, external modules were being notified multiple times...
|
1999-06-15 20:59:39 +00:00 |
|
valeski%netscape.com
|
e406123a20
|
added thread locking functionality back into ftp
|
1999-06-15 20:49:56 +00:00 |
|
warren%netscape.com
|
e9aa4d8cae
|
New file transport test using nsFileChannels instead.
|
1999-06-15 05:22:25 +00:00 |
|
warren%netscape.com
|
f44c21a640
|
Removed file transport, now consolidated with file channel. Various buffer(stream) cleanup.
|
1999-06-15 05:18:40 +00:00 |
|
gagan%netscape.com
|
15a7f1be6d
|
Added nsIChannel::Open temporarily to get the test working. There is a problem with the nsIBuffer search routine (see news://npm.netlib) which causes an assertion since refcnt gets reset after a Read following a Search on nsIBuffer.
|
1999-06-15 04:30:34 +00:00 |
|
gagan%netscape.com
|
c163f729cf
|
Fixes to urltest.cpp.
|
1999-06-15 00:34:37 +00:00 |
|
rpotts%netscape.com
|
e5c9cbeb18
|
Changed printf(...) to puts(...) in OnDataAvailable(...) calls. This allows % characters to be present in the output stream without crashing the test app... Added call to AsyncRead(... )in Testprotocols.cpp to get http working again...
|
1999-06-14 23:42:12 +00:00 |
|
rpotts%netscape.com
|
4158178158
|
Temporary implementation of AsyncRead(...). Fixed some ref-counting bugs with the NS_WITH_SERVICE macro...
|
1999-06-14 22:32:54 +00:00 |
|
gagan%netscape.com
|
c7b25b5f1a
|
Added urltest.cpp. Hasn't been compiled as yet.
|
1999-06-14 08:45:27 +00:00 |
|
gagan%netscape.com
|
6ecb25b173
|
Added the urltest program as well.
|
1999-06-14 08:44:22 +00:00 |
|
rpotts%netscape.com
|
2d59a49818
|
Added FillStream(...) which exposes nsIBuffer::WriteSegments()
|
1999-06-12 08:56:05 +00:00 |
|
rpotts%netscape.com
|
3b9b3f2321
|
Changed doRead() to fill the stream using the IBuffer::WriteSegments api rather than Fill()... This removes an intermediate buffer copy and cleans up the code...
|
1999-06-12 08:54:56 +00:00 |
|
andreas.otte%primus-online.de
|
3a8f3c3f0c
|
fix to get Makefile.in working again
|
1999-06-12 08:46:44 +00:00 |
|
warren%netscape.com
|
6ea7c972dd
|
Removed link dependency on netwerk.dll.
|
1999-06-12 08:07:05 +00:00 |
|
warren%netscape.com
|
02d6700343
|
Fixed build problem.
|
1999-06-12 07:17:02 +00:00 |
|
warren%netscape.com
|
fe13a7ac85
|
removed
|
1999-06-12 07:15:18 +00:00 |
|
warren%netscape.com
|
d35036b4b4
|
Merged in file transport stuff (now file transport is obsolete).
|
1999-06-12 07:14:19 +00:00 |
|
warren%netscape.com
|
b1d48ac370
|
Added NS_NET to export global functions.
|
1999-06-12 07:14:12 +00:00 |
|
andreas.otte%primus-online.de
|
aada98494f
|
fix to get Makefile.in working again
|
1999-06-12 06:53:45 +00:00 |
|
warren%netscape.com
|
f8073afaf4
|
Added nsDNSService factory.
|
1999-06-12 02:59:02 +00:00 |
|
warren%netscape.com
|
8b254fcb2c
|
Replaced with idl files.
|
1999-06-12 02:53:57 +00:00 |
|
warren%netscape.com
|
f33dad4b97
|
Added dns to the build. Factored Cancel/Suspend/Resume into nsIRequest.
|
1999-06-12 02:53:21 +00:00 |
|
warren%netscape.com
|
4defd84b03
|
Rule to create netwerk/dist/include.
|
1999-06-12 01:47:13 +00:00 |
|
warren%netscape.com
|
53b800668b
|
Made Create constructor and used GenericFactory.
|
1999-06-12 01:41:16 +00:00 |
|
warren%netscape.com
|
084415f780
|
More work on file: protocol.
|
1999-06-12 01:41:12 +00:00 |
|
warren%netscape.com
|
2c894653f9
|
Hack to make necko co-exist with seamonkey so headers don't collide.
|
1999-06-12 01:41:08 +00:00 |
|
valeski%netscape.com
|
de59b3a2cb
|
some const build problems are now fixed
|
1999-06-11 18:48:10 +00:00 |
|
andreas.otte%primus-online.de
|
19b6475c9e
|
conversion to wstring / PRUnichar
some cosmetics to various Makefiles
|
1999-06-11 15:50:14 +00:00 |
|
andreas.otte%primus-online.de
|
0da38d1100
|
first checked in
|
1999-06-11 11:02:57 +00:00 |
|
rpotts%netscape.com
|
127f6c0732
|
Fixed up the event-sink-getter to correctly addref and QI the InputTestConsumer...
|
1999-06-11 09:18:25 +00:00 |
|
rpotts%netscape.com
|
7ed8823445
|
Fixed a memory corruption where a buffer was allocated with new[] but freed with PL_strfree()...
|
1999-06-11 09:17:11 +00:00 |
|
rpotts%netscape.com
|
6d784f23e7
|
changed some printf around...
|
1999-06-11 08:36:40 +00:00 |
|
rpotts%netscape.com
|
2b42ced83f
|
Changes to get transport streams working with the new BufferInputStream implementations...
|
1999-06-11 08:35:26 +00:00 |
|
rpotts%netscape.com
|
610723bbaf
|
Fixed deadlock if another thread holds the transport lock when Process is called...
|
1999-06-11 08:34:21 +00:00 |
|
rpotts%netscape.com
|
d14aa0339b
|
moved the test for being suspended inside of the main Process() loop since doRead() can suspend the transport... Also call nsSocketTransportStream::GetWriteAmount() to determine how much data can be written to the stream...
|
1999-06-11 08:28:22 +00:00 |
|
andreas.otte%primus-online.de
|
0360f9ffac
|
adding protocol/file makefiles
|
1999-06-11 07:43:54 +00:00 |
|
gagan%netscape.com
|
9baf9b5cf2
|
Expiring old protocols stuff. Everything is now moved to protocol directory.
|
1999-06-11 06:51:56 +00:00 |
|
gagan%netscape.com
|
eb5ccc12b0
|
Ignore .class files for CVS.
|
1999-06-11 06:25:11 +00:00 |
|
gagan%netscape.com
|
a941eb6b56
|
Added the test server for testing anamalous responses from HTTP servers. For more details read http://lxr.mozilla.org/mozilla/source/netwerk/testserver/docs/help.html
|
1999-06-11 06:21:16 +00:00 |
|
warren%netscape.com
|
7c8cb8eb81
|
Added range offsets to open stream methods.
|
1999-06-11 01:37:43 +00:00 |
|
warren%netscape.com
|
c993890233
|
Added start of file: protocol.
|
1999-06-11 01:37:24 +00:00 |
|
valeski%netscape.com
|
c16f2f9fe9
|
making the nsNetModuleMgr a singleton
|
1999-06-10 22:26:37 +00:00 |
|
valeski%netscape.com
|
a56464c68e
|
added external module http hooks
|
1999-06-10 21:58:26 +00:00 |
|
valeski%netscape.com
|
c5ceb90b90
|
added some comments and thread safety fixes
|
1999-06-10 21:57:47 +00:00 |
|
valeski%netscape.com
|
ea499bc8be
|
I was continuing through a loop when I wasn't supposed to be
|
1999-06-10 15:13:37 +00:00 |
|
andreas.otte%primus-online.de
|
6bf51fc600
|
some cosmetics
|
1999-06-09 20:41:58 +00:00 |
|
andreas.otte%primus-online.de
|
01f138ddc8
|
remove export of header files
some cosmetics
|
1999-06-09 20:40:59 +00:00 |
|
andreas.otte%primus-online.de
|
1821627c77
|
use LOCAL_INCLUDES to access base/src header files
some cosmetics
|
1999-06-09 20:39:08 +00:00 |
|
andreas.otte%primus-online.de
|
1238226f4c
|
adding XPIDL_MODUL
some cosmetics
|
1999-06-09 20:37:42 +00:00 |
|