gagan%netscape.com
|
7da5059cdb
|
Changed const char* to char* for GetStatus calls.
|
1999-07-16 00:32:50 +00:00 |
|
gagan%netscape.com
|
e15fd6bba9
|
Added HTTP Status to printout.
|
1999-07-15 22:57:50 +00:00 |
|
gagan%netscape.com
|
3abf7c6edb
|
Fixed some broken status headers. Added Host: header by default. This was otherwise breaking (as in unsuccessful HTTP) for some sites that use virtual hosts and depend upon the Host: header.
|
1999-07-15 22:57:04 +00:00 |
|
mscott%netscape.com
|
071a440dcf
|
Necko only! not part of the build. back out gordon's change to fix the windows build until he has a chance to take a
look at it.
|
1999-07-15 17:57:22 +00:00 |
|
warren%netscape.com
|
da524b4bb1
|
Removed. Replaced with file: protocol stuff.
|
1999-07-15 17:45:08 +00:00 |
|
gordon%netscape.com
|
1d7d8aa49d
|
Necko-only change. Changed fragment name from NETLIB_DLL to NETWORK_DLL, because the NetwerkUtil library uses NETLIB_DLL for compatibility.
|
1999-07-15 01:23:38 +00:00 |
|
gordon%netscape.com
|
bbd1faf6ec
|
Necko only change. Updated preferences for NetworkModular[Debug].shlb doppleganger targets.
|
1999-07-15 01:14:50 +00:00 |
|
gordon%netscape.com
|
1a36563125
|
Export NS_NewUnicharStreamLoader since this file is part of a shared library for now.
|
1999-07-14 21:21:37 +00:00 |
|
gordon%netscape.com
|
dd0bc02b8f
|
Export functions since this is built as a shared library for now.
|
1999-07-14 21:20:38 +00:00 |
|
mscott%netscape.com
|
1cb1a8dec5
|
Register "eml" file extension as text/message (rfc822)
|
1999-07-14 04:08:41 +00:00 |
|
valeski%netscape.com
|
e234ad9dc3
|
adding warning comment
|
1999-07-13 23:39:31 +00:00 |
|
valeski%netscape.com
|
13c7dd7213
|
added image mime types to hardcoded area
|
1999-07-13 23:37:11 +00:00 |
|
rpotts%netscape.com
|
fa8e9138bc
|
random changes... NECOK only
|
1999-07-13 20:43:49 +00:00 |
|
rpotts%netscape.com
|
07d24e787b
|
Added support for GetQuery(). NECKO only.
|
1999-07-13 20:43:22 +00:00 |
|
rpotts%netscape.com
|
500486a5d0
|
Added the query string (if any) to the GET request... NECKO only.
|
1999-07-13 20:42:36 +00:00 |
|
gagan%netscape.com
|
d4bf35fcb7
|
Fixes for the libcookie.so problem (thanks to Andreas for the patch) and then some additional fixes for warnings and such.
|
1999-07-13 02:37:08 +00:00 |
|
waterson%netscape.com
|
bd562847fc
|
Fix necko build bustage. NECKO BUILD ONLY.
|
1999-07-13 00:15:56 +00:00 |
|
mscott%netscape.com
|
5ef626fbe1
|
Fix linux build by using the get() method on a nsCOMPtr to extract the raw ptr before comparing it to another
raw ptr. Also changed the variable name: lock to remove linux warnings.
(NOt part of the build! Necko only)
|
1999-07-12 18:33:33 +00:00 |
|
mscott%netscape.com
|
0790b1e673
|
Fix linux warning..remove comma at the end of the enum.
|
1999-07-12 18:32:18 +00:00 |
|
rpotts%netscape.com
|
0b02395d5e
|
Added a -sync flag for testing sync streams with the socket transport...
|
1999-07-12 06:22:39 +00:00 |
|
rpotts%netscape.com
|
649255cf93
|
Added nsIBufferObserver::OnWrite(...) nsFileChannel.h nsFileChannel.cpp
|
1999-07-12 06:21:41 +00:00 |
|
rpotts%netscape.com
|
994910d266
|
Changes for sync streams with the socket transport... Added an OnWrite(...) method to nsIBufferObserver...
|
1999-07-12 06:20:46 +00:00 |
|
warren%netscape.com
|
699e29f427
|
Fixed http loading in viewer. Wrong channel was being passes to doc loader's stream listener by http. Also added ifdef to easily remove Fill change.
|
1999-07-11 02:43:37 +00:00 |
|
warren%netscape.com
|
d83d3e1aad
|
Reverted to nsStandardUrl which works.
|
1999-07-10 18:24:02 +00:00 |
|
warren%netscape.com
|
8386bdad29
|
Fixing gagan's bustage.
|
1999-07-10 17:33:06 +00:00 |
|
warren%netscape.com
|
8b0ad2bf4f
|
Added outer param to NewLoadGroup.
|
1999-07-10 11:27:05 +00:00 |
|
warren%netscape.com
|
e9f97d9c22
|
Changed uses of nsIBufferInputStream::Fill to nsIBuffer::Write.
|
1999-07-10 11:26:59 +00:00 |
|
warren%netscape.com
|
ea58a47f3c
|
Changed file transport worker count to 1 for ease of debugging. Revert later.
|
1999-07-10 11:26:53 +00:00 |
|
warren%netscape.com
|
b632ed0c4f
|
Fixed some file channel problems. Works better now. Upped buffer size to avoid buffer full problems.
|
1999-07-10 11:26:51 +00:00 |
|
warren%netscape.com
|
608a516952
|
Upped socket buffer size to avoid buffer full problems.
|
1999-07-10 11:26:49 +00:00 |
|
warren%netscape.com
|
860db76806
|
Replaced AddChannel with AsyncRead,AsyncWrite. Removed RemoveChannel.
|
1999-07-10 11:26:47 +00:00 |
|
warren%netscape.com
|
73a8f5ba23
|
Fixed scheme parsing code. Added outer param to NewLoadGroup.
|
1999-07-10 11:26:43 +00:00 |
|
andreas.otte%primus-online.de
|
b0a1bfd2ff
|
NECKO only: changed string/error handling in NS_MakeAbsoluteURI A: chofmann R: valeski
|
1999-07-10 08:00:55 +00:00 |
|
andreas.otte%primus-online.de
|
0954d17559
|
NECKO Only: fixes segfault with uninitialized channel A: chofmann R: valeski
|
1999-07-10 07:58:11 +00:00 |
|
gagan%netscape.com
|
78a610b362
|
Added a trailing slash for optimization.
|
1999-07-10 05:44:16 +00:00 |
|
warren%netscape.com
|
6ae8a65f2b
|
Top 100 sites for testing.
|
1999-07-10 05:21:07 +00:00 |
|
gagan%netscape.com
|
cc251f6406
|
Thou shalt parse thy URLs... again.
|
1999-07-10 05:00:23 +00:00 |
|
warren%netscape.com
|
61c8d73b43
|
Necko stuff for dealing with load groups when opening URLs.
|
1999-07-09 21:18:47 +00:00 |
|
gagan%netscape.com
|
66f3cad02c
|
Fixed a warning for virtual destructor.
|
1999-07-09 09:35:30 +00:00 |
|
valeski%netscape.com
|
7e9a9c8cb2
|
not in main build - nsFileTransport now implements nsIBufferObserver and it's thread waits and notifies when the underlying buffer fills up (for async i/o).
|
1999-07-09 01:38:40 +00:00 |
|
mscott%netscape.com
|
8ecb5aa054
|
Not part of the regular build yet! Necko change only. Fix my linux build. You can't compare a nsCOMPtr directly to a raw ptr. You need to call .Get() to retrieve the raw ptr and then you can compare for equality
|
1999-07-08 19:05:48 +00:00 |
|
mscott%netscape.com
|
eac53e102e
|
(Not part of the normal mozilla build yet) Necko change only. Make destructor virtual.
|
1999-07-08 19:04:53 +00:00 |
|
valeski%netscape.com
|
bd11ce93e9
|
not in main build - backed out transport files from windows build
|
1999-07-08 17:17:48 +00:00 |
|
valeski%netscape.com
|
ebae96df31
|
not in main build - updated nsFileTransport stuff to use new apis
|
1999-07-08 17:16:47 +00:00 |
|
gagan%netscape.com
|
e4753fe28c
|
Fixed warnings on Linux because of missing virtual keyword on destructors.
|
1999-07-08 00:50:02 +00:00 |
|
waterson%netscape.com
|
64d488e196
|
Fix VC5.0 build bustage (Necko build ONLY).
|
1999-07-07 20:55:57 +00:00 |
|
warren%netscape.com
|
9975942bdb
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:08:40 +00:00 |
|
warren%netscape.com
|
fdeef7c666
|
Fixed clobber rule.
|
1999-07-07 04:20:56 +00:00 |
|
valeski%netscape.com
|
a01ef8fd3c
|
added style sheet mime type
|
1999-07-07 02:26:14 +00:00 |
|
gordon%netscape.com
|
147e0974f0
|
Update for changes to Windows makefiles.
|
1999-07-07 00:59:20 +00:00 |
|