valeski%netscape.com
|
3a0ba2952d
|
added more states in .h . added their logic in .cpp. Initial command channel (logging in) negotiation is almost complete, next comes the data channel.
|
1999-04-20 19:30:21 +00:00 |
|
rpotts%netscape.com
|
df49c31735
|
Added some error checking...
|
1999-04-20 08:01:31 +00:00 |
|
warren%netscape.com
|
411dd4b228
|
Added missing out param to GetHeader. Started making GET request async.
|
1999-04-20 04:48:51 +00:00 |
|
rpotts%netscape.com
|
bc9c5230bf
|
correctly set the status argument on the OnStopBinding(...) call.
|
1999-04-20 04:31:52 +00:00 |
|
valeski%netscape.com
|
ed293d6892
|
Starting fleshing out the state flow. Added a few new states to .h, and their functional counter parts in .c.
|
1999-04-19 22:18:19 +00:00 |
|
rpotts%netscape.com
|
f74ebbc7c8
|
Added an Event Queue argument to the NewConnection(...) call. This fixed up the build bustage...
|
1999-04-19 07:28:02 +00:00 |
|
rpotts%netscape.com
|
cf24c3e0e3
|
First pass at a socket transport implementation...
|
1999-04-19 07:17:37 +00:00 |
|
rpotts%netscape.com
|
9f9580e062
|
Added support for the socket transport service...? nsNetFactory.cpp
|
1999-04-19 07:16:37 +00:00 |
|
rpotts%netscape.com
|
fa3b8c696d
|
split up the async stream listener into an async stream observer and async stream listener...
|
1999-04-19 07:15:03 +00:00 |
|
warren%netscape.com
|
489da35219
|
Working on GET.
|
1999-04-17 20:57:48 +00:00 |
|
warren%netscape.com
|
83e8f8a24e
|
Removed PAC file for now.
|
1999-04-17 20:54:57 +00:00 |
|
warren%netscape.com
|
ddbf461eda
|
Started implement file transport writing code.
|
1999-04-17 20:50:57 +00:00 |
|
warren%netscape.com
|
0c8a62f098
|
Fixed up ftp implementation for event queue arguemnt to NewConnection.
|
1999-04-16 18:18:38 +00:00 |
|
warren%netscape.com
|
fcd1094a52
|
Added event queue argument for connection creation. Started http state machine.
|
1999-04-16 18:00:17 +00:00 |
|
warren%netscape.com
|
44eec8e7ae
|
Fixed up RemoveElement returning bool problem.
|
1999-04-15 20:11:21 +00:00 |
|
valeski%netscape.com
|
1fb9f3a060
|
started socket transport code
|
1999-04-14 23:11:56 +00:00 |
|
valeski%netscape.com
|
c9e74567d7
|
netwerk/makefile.win - adding the ftp dir to the build
netwerk/ftp/* - adding the ftp module
|
1999-04-14 19:55:41 +00:00 |
|
warren%netscape.com
|
ec91edbe39
|
Fixed create/AsyncRead stuff.
|
1999-04-14 08:13:35 +00:00 |
|
warren%netscape.com
|
f52def1ff3
|
More on http protocol.
|
1999-04-14 08:11:10 +00:00 |
|
warren%netscape.com
|
65c8d98792
|
Moved read/write methods from TransportService to Transport.
|
1999-04-14 08:10:50 +00:00 |
|
warren%netscape.com
|
d8edbfcc09
|
Fixed NSGetFactory sig.
|
1999-04-14 00:07:42 +00:00 |
|
warren%netscape.com
|
3a5c528a63
|
More for http.
|
1999-04-14 00:06:07 +00:00 |
|
warren%netscape.com
|
cf6fa07c94
|
Added synchronous file input. Worked on cancel/suspend/resume work for file transfer.
|
1999-04-13 18:10:15 +00:00 |
|
warren%netscape.com
|
86d2879635
|
Fixed unitialized var.
|
1999-04-12 22:42:55 +00:00 |
|
warren%netscape.com
|
ef32c0920b
|
Fixed cast problem.
|
1999-04-12 22:42:39 +00:00 |
|
warren%netscape.com
|
a7c8e361b8
|
Began fleshing out http protocol.
|
1999-04-12 22:34:20 +00:00 |
|
warren%netscape.com
|
853900c2db
|
Fixed up nsIUrl and added an implementation that allows for setting the parts. Added MakeAbsoluteUrl to nsINetService and nsIProtocolHandler.
|
1999-04-12 20:35:24 +00:00 |
|
rpotts%netscape.com
|
03e4d470d8
|
fixed typo... This class should implement the nsIFileTransportService interface.
|
1999-04-09 05:43:30 +00:00 |
|
gagan%netscape.com
|
5e02b395f0
|
first checkin.
|
1999-04-09 02:37:50 +00:00 |
|
gagan%netscape.com
|
1384b0e2b2
|
nsFileCID.h first checkin
|
1999-04-09 02:37:28 +00:00 |
|
gagan%netscape.com
|
31c335db36
|
Temporary checkin. Brought in the original implementations. Will need some cleaning now...
|
1999-04-09 02:31:48 +00:00 |
|
gagan%netscape.com
|
40b727ed83
|
HTTP exported headers.
|
1999-04-09 02:27:29 +00:00 |
|
gagan%netscape.com
|
1dc46c4054
|
Brought in the original work.
|
1999-04-09 02:26:05 +00:00 |
|
gagan%netscape.com
|
d3fd9d4555
|
First checkins of tests. Currently only urltest.
|
1999-04-09 02:23:05 +00:00 |
|
gagan%netscape.com
|
9a7240e61a
|
Moved the files from nunet to netwerk. For history on these files- see mozilla/nunet.
Not in the build (of netwerk) yet.
|
1999-04-08 06:13:27 +00:00 |
|
warren%netscape.com
|
fc6081b382
|
Replaced nsIProtocolConnection argument with nsISupports generic context.
|
1999-04-06 06:11:51 +00:00 |
|
warren%netscape.com
|
dd6e16e1f3
|
Fixed to work, but don't try it for a directory with too many files!
|
1999-04-06 06:11:23 +00:00 |
|
warren%netscape.com
|
5e125b10fc
|
Used nsIByteBufferInputStream. Fixed file transport test.
|
1999-04-06 01:45:24 +00:00 |
|
warren%netscape.com
|
5b1608eea2
|
Added TestFileInput
|
1999-04-05 21:06:07 +00:00 |
|
warren%netscape.com
|
f3f777441d
|
Fixed up all the IIDs to be new/unique. Made nsFileTransport work (needs tuned).
|
1999-04-05 21:05:22 +00:00 |
|
warren%netscape.com
|
b6bb25db4b
|
Obsoleted nsITransportService
|
1999-04-02 09:26:42 +00:00 |
|
warren%netscape.com
|
aaef99cff0
|
Added file transport stuff.
|
1999-04-02 09:25:17 +00:00 |
|
warren%netscape.com
|
ddbd4dd53a
|
Fixed nsUrl link error.
|
1999-03-31 19:59:43 +00:00 |
|
warren%netscape.com
|
e7997a1925
|
Initial stab at new networking implementation.
|
1999-03-31 19:53:46 +00:00 |
|