Commit Graph

776 Commits

Author SHA1 Message Date
ducarroz%netscape.com
52ab963a6d added sub group sockstub and added to it file sockstub.cpp 1999-01-27 00:12:09 +00:00
ducarroz%netscape.com
0593443812 Added nsITransport.h 1999-01-27 00:03:49 +00:00
gagan%netscape.com
f69b15285e Fix for 2107. 1999-01-26 07:23:51 +00:00
ramiro%netscape.com
c9a366c8c5 Ignore generated files. 1999-01-26 05:07:03 +00:00
alecf%netscape.com
4d5317bc3f add ignore files 1999-01-26 03:50:34 +00:00
mscott%netscape.com
7871624541 Include netutils.h before including mktcp.h for Linux build. 1999-01-25 23:08:27 +00:00
mscott%netscape.com
6d6fc78b59 Correct spelling error in libary name for sockstub... 1999-01-25 22:31:28 +00:00
mscott%netscape.com
204f07d111 Test app for verifying the socket implmeentation of nsITransport. (not currently being built by any of the public makefiles) 1999-01-25 19:42:32 +00:00
mscott%netscape.com
410d14bb55 socket implementation of the transport interface. (not currently being built by checked in makefiles) 1999-01-25 19:10:04 +00:00
mscott%netscape.com
49c2aacde7 Build the sockstub directory. 1999-01-25 18:24:58 +00:00
mscott%netscape.com
5376ce35ea Build sockstub directory 1999-01-25 17:51:06 +00:00
mscott%netscape.com
24a3fe2b6e Makefile for the sockstub protocol directory.. 1999-01-25 17:50:41 +00:00
mscott%netscape.com
c19f92a917 Build the sockstub directory.... 1999-01-25 17:48:44 +00:00
sudu%netscape.com
c94385ee94 OJI MozClassic to raptor merge 1999-01-25 08:05:00 +00:00
gagan%netscape.com
e61cef1f35 See diffs. Thanks wtc. 1999-01-23 06:15:22 +00:00
mscott%netscape.com
17267f3936 Export nsITransport.h 1999-01-23 03:05:42 +00:00
mscott%netscape.com
b0b92f5c79 A stub protocol used to support the new netlib <--> protocol model in the old networking world. 1999-01-23 02:34:01 +00:00
radha%netscape.com
7dcfd26799 Don't need that gWebShell_UnixEventQueue anymore. Unix uses the event queue
service just like XP_PC
1999-01-23 00:50:08 +00:00
mcafee%netscape.com
ff0bc214f8 Better link line, closer to linking... 1999-01-22 11:19:42 +00:00
mcafee%netscape.com
3f29f4d579 Unhard-coded library suffixes, yanked rules that are already in rules.mk 1999-01-22 11:11:16 +00:00
mcafee%netscape.com
0ea83f846e Removing unneeded rule, we are closer to linking now 1999-01-22 11:05:34 +00:00
mcafee%netscape.com
d7cac94daa Add tests if ENABLE_TESTS=1, cleaning up a bit 1999-01-22 11:05:00 +00:00
mcafee%netscape.com
2201e4c09f Adding a Unix makefile for fftest 1999-01-22 10:44:32 +00:00
mcafee%netscape.com
64ec445050 Unix makefile for tests 1999-01-22 10:43:46 +00:00
mscott%netscape.com
5acad2a25f Checking in the real fix for nsBufferedStream this time... 1999-01-22 01:46:37 +00:00
mscott%netscape.com
f97c320ffb nsBufferedStream::GetLength should return the data length instead of the write offset. 1999-01-22 01:35:44 +00:00
mscott%netscape.com
1c4fbae413 Export nsITransport.h 1999-01-21 01:06:55 +00:00
mscott%netscape.com
29af54efb8 First checked in. The transport interface is the means through which a protocol communicates to a socket (or file or some other mechanism) across the thread boundary between netlib and the protocol. 1999-01-21 01:06:22 +00:00
cls%seawood.org
b41e9758f6 Ifdef'd out obsolete header includes. 1999-01-18 19:05:24 +00:00
rpotts%netscape.com
d425ad9a24 Always fire the OnStopBinding() notification... Even if a previous call to the stream listener returned an error... 1999-01-15 10:23:32 +00:00
jfrancis%netscape.com
3e20014c7b Powerplant Removal 1999-01-15 05:15:26 +00:00
mcmullen%netscape.com
253ad6a8ea More build bustage. 1999-01-15 02:33:47 +00:00
kipp%netscape.com
ea077d77d9 Fix build bustage 1999-01-15 01:01:39 +00:00
mcmullen%netscape.com
5355b8f907 Fix build bustage 1999-01-15 00:57:14 +00:00
gagan%netscape.com
c75d8ac88a Fix for 1856 and 2094. is_write_ready for the next stream was returning 0 and we were continuing to write with that size (0). This triggered the end of stream. Now we correctly do nothing if is_write_ready returns 0. 1999-01-14 23:51:11 +00:00
mcmullen%netscape.com
331c150d47 Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-( 1999-01-14 23:27:36 +00:00
mcmullen%netscape.com
36523a3489 Fixed some warnings.Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-( 1999-01-14 23:27:27 +00:00
mcmullen%netscape.com
df728321d8 Added all the nucache files to the memory module project (as a group) so that NU_CACHE can be turned on with a flick of the wrist, made the modular memory library build with the NU_CACHE flag turned on, fixed build warnings and errors. The NU_CACHE flag is still OFF, because the database code doesn't exist for Macintosh or Unix :-( 1999-01-14 23:21:06 +00:00
mcmullen%netscape.com
349c48b044 First Checked In. 1999-01-14 19:46:11 +00:00
gagan%netscape.com
c930035bb1 Fix the errors resulting from no Content-Length headers. 1999-01-14 18:47:38 +00:00
rpotts%netscape.com
20d092c7b8 Add some code that was lost from nsURL.cpp OpenStream(...). Use the nsIURLGroup if available to open the stream. This allows URL loads to be grouped together. 1999-01-14 06:12:36 +00:00
rpotts%netscape.com
9d1c0761c5 If no range headers are set then return NULL from GetByteRangeHeader() not an empty string... 1999-01-13 07:17:39 +00:00
ebina%netscape.com
74ac3d86af Add the gzip decoder back in. 1999-01-13 01:43:28 +00:00
ebina%netscape.com
6e88931482 Once I turn on automatic decompressing gain we will have a dependency
on the zip library here.
1999-01-13 00:19:29 +00:00
gagan%netscape.com
6b86046524 Fixed MAX_FORMATS_OUT which is now correctly defined in net.h. Thanks ebina. 1999-01-12 21:34:58 +00:00
dougt%netscape.com
3dda89dc13 Added GetContentLength and GetServerStatus to nsIURL class 1999-01-12 19:45:46 +00:00
cls%seawood.org
eb469526a5 No need to create a bogus library in the header dir. 1999-01-11 17:51:24 +00:00
dougt%netscape.com
66f36fba6d Added Byte-Range Support. 1999-01-09 01:16:40 +00:00
rpotts%netscape.com
3f7f18ae47 Changed over to the EventQueueService... 1999-01-07 07:15:02 +00:00
rpotts%netscape.com
0a148aa16f Added some null ptr tests to net new EventQueueService code... 1999-01-07 07:06:59 +00:00