mstoltz%netscape.com
200b920525
Backing out changes until I can figure out why it's crashing on startup.
2000-04-23 21:25:39 +00:00
mstoltz%netscape.com
9ac7780368
Fixes for bugs 27010, 32878, 32948.
2000-04-23 20:30:29 +00:00
cls%seawood.org
33edc21c9c
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
mscott%netscape.com
0d0df459ef
Some folks were confused about why we had AsyncOpen I put a comment saying this method is being
...
made obsolete and no one really implements it.
2000-04-23 01:45:21 +00:00
sspitzer%netscape.com
d68aee5215
turn off gagan's assertion. #36831 . r=mscott.
2000-04-22 23:34:03 +00:00
mscott%netscape.com
9a86af4ff9
These changes are actually valeski's. I'm checking them in for him. These changes are to make http
...
report proper progress to the consumer of the url. Before, http was reporting the socket's progress instead of
its own. That information wasn't very useful.
r=mscott
2000-04-22 22:40:40 +00:00
gagan%netscape.com
7b3261ad7e
Fixing a bad merge. Reordered WriteRequest with ReleaseTransport in OnStopRequest.
2000-04-22 01:23:29 +00:00
gagan%netscape.com
45af37867c
Fixed bug 23480. Changed the PostDataStream api to be UploadStream api to allow PUT requests as well.
...
Fixed bug 32560. Added AsyncWrite implementation for HTTP.
Fixed bug 33842. Some of the earliar code that ruslan had landed broke the status updating for proxy cases.
Fixed bug 36602. Added an api to add (and remove) entries to the "no proxy for" array. Also changed the array to be constructed once (and hence parsed once) instead on each call to ExamineForProxy.
Part fix for bug 31174. Added HTTPS proxy settings.
And finally also un"ruslan"ized the HTTP code :)
2000-04-22 00:35:05 +00:00
davidm%netscape.com
2c833f43ce
32956 Triggering same xpi file in same session fails (mem cache on
r = ruslan
2000-04-21 23:23:59 +00:00
danm%netscape.com
0568020caf
stop up a couple of leaks. r=davidm
2000-04-21 21:23:10 +00:00
gagan%netscape.com
e834d524df
Ignore newer test case. Not in the build.
2000-04-21 19:45:16 +00:00
andreas.otte%primus-online.de
5d1c305843
extended fix for bug 34863 [Local Harddisks not found if I tried with C: without \], partial fix for bugs 32997 [file URLs that include a hostname don't work] and 19174 [Canonify does not handle UNC file paths], enable the urlparser to handle unc paths better for XP_PC, r=dougt@netscape.com
2000-04-21 14:10:23 +00:00
warren%netscape.com
6ec00c88fa
Removed extra call to Open
2000-04-21 05:15:42 +00:00
warren%netscape.com
26f4717bc8
Changed max thread count to 4 (for now).
2000-04-21 05:14:49 +00:00
ruslan%netscape.com
ddd06506fc
Be more conservative when checking that the keep-alive connection has
...
died. On some platforms it can come out as eof and on some (windows)
it'll come out as "connection aborted".
2000-04-21 01:27:48 +00:00
valeski%netscape.com
2993aab20a
adding callback test harness to unix builds
2000-04-20 23:26:41 +00:00
valeski%netscape.com
838614bdc8
adding callback test harness to the build and fixing a typo that wasn't letting TestWriteSpeed get built on windows
2000-04-20 23:22:27 +00:00
ruslan%netscape.com
60577a1441
Adjust transport socket timeout everytime it's getting put back into the
...
work queue. Fix WinGate crash (32048) by stopping using polable events in case
when creation of pollable event has failed (until nspr finds a real solution).
Fix 36445. Apply slamm's patch to shut off some compiler warnings.
2000-04-20 01:10:30 +00:00
dougt%netscape.com
feaefc7aa5
Fix for 36236. Make all https channels use the load flag:
...
INHIBIT_PERSISTENT_CACHING. r=davidm@netscape.com
2000-04-19 19:59:40 +00:00
valeski%netscape.com
058515d96b
adding cmd line arg usage, not part of builds
2000-04-19 19:58:29 +00:00
valeski%netscape.com
4cde6527f4
NOT PART OF BUILD. adding a protocol callback test harness
2000-04-19 17:47:45 +00:00
davidm%netscape.com
374b1f8ba3
28412 metaDataLength is wrong in nsCachedNetData::Deserialize
Update streamasfile interface to be a file rather than filename.
2000-04-19 04:55:57 +00:00
davidm%netscape.com
699af3fa09
Replace nsString with nsCString. Add routines for setting the ext froma comma delimenated list
2000-04-19 04:45:30 +00:00
davidm%netscape.com
4bb18cf471
Fix problem with prefs not being initialized
2000-04-19 04:43:04 +00:00
davidm%netscape.com
703737995e
35197 Leaking nsFileSpecImpl
2000-04-19 04:41:28 +00:00
ruslan%netscape.com
49cdc71c64
Fire OnStop on the right listener
2000-04-19 04:19:18 +00:00
ruslan%netscape.com
8edd476539
Fix 24884
2000-04-19 03:55:56 +00:00
scc%netscape.com
995abb7f46
making string conversions explicit
2000-04-18 23:53:10 +00:00
valeski%netscape.com
31e569dcd5
26191. FTP can now recover when browsing and a connection times out
2000-04-18 23:05:12 +00:00
valeski%netscape.com
7fd9520f8a
we now use the cached, correct, event queue when firing our Async*() channel api calls from the FTP thread. this allows other applications to spin up FTP threads.
2000-04-18 20:56:04 +00:00
valeski%netscape.com
aa0afb1017
27982. if we were trying to login and the server told us it was full (via a 421 code :-/), then just stop processing
2000-04-18 13:48:34 +00:00
valeski%netscape.com
786abf8514
fixing multi mixed so it can handle errors coming from the data producer (http)
2000-04-18 13:42:40 +00:00
valeski%netscape.com
07dc210cc6
35439. data urls having trouble with data including spaces.
2000-04-18 13:39:59 +00:00
cls%seawood.org
a27ca31c45
Latest batch of OS/2 makefile changes. Batch 09. Bug #34106
2000-04-18 10:27:21 +00:00
mccabe%netscape.com
2dc6620ea1
Removing errant classname:: in method declaration in class definition, for Ruslan. To fix bustage.
2000-04-18 04:44:20 +00:00
bryner%uiuc.edu
1b068758fa
Make the title for a finger document show "Finger information for
...
user@host". r=valeski.
2000-04-18 02:40:23 +00:00
ruslan%netscape.com
e2f92e9b14
Backing up some changes from friday which broke authenticate (36071). Support
...
Apache-style keep-alive header. Make *ServerCapabilities methods public.
2000-04-18 02:32:53 +00:00
bryner%uiuc.edu
a3a0264f41
Write the html, title, and body tags directly to the stream listener
...
without having them go through the txt->html conversion. This makes it so
we don't accidentely try to form an HREF inside the title. r=valeski.
2000-04-17 04:40:44 +00:00
warren%netscape.com
9c6a4060fc
Changing dir create permissions to 775.
2000-04-16 21:32:29 +00:00
andreas.otte%primus-online.de
7a9b379bf1
fix bug 33868 [URL encoding for Basic Realm authentication doesn't work], just unescape the prehost, r=gagan@netscape.com
2000-04-16 07:16:28 +00:00
andreas.otte%primus-online.de
5ce6f6a715
fix bug 34966 [fragment id on root-documents without / misinterpreted], r=warren@netscape.com
2000-04-15 16:07:28 +00:00
andreas.otte%primus-online.de
b0aa6b7ef8
fix bug 35736 [url encoding - character encoded when it shouldn't] No longer escaping $, r=gagan@netscape.com
2000-04-15 15:52:40 +00:00
scc%netscape.com
b6011d8f80
making string conversions explicit
2000-04-15 09:16:58 +00:00
scc%netscape.com
e097771f06
making string conversions explicit
2000-04-15 07:05:34 +00:00
scc%netscape.com
10ee302959
making string conversions explicit
2000-04-15 06:52:12 +00:00
scc%netscape.com
37fba102ef
making string conversions explicit
2000-04-15 06:42:27 +00:00
scc%netscape.com
c9a158e37b
making string conversions explicit
2000-04-15 05:40:34 +00:00
gagan%netscape.com
48006c83a0
Fix for bug 28950. Header values in nsHeaderEntry are now CString instead of the nsString.
2000-04-15 03:22:36 +00:00
gagan%netscape.com
576a9dec53
Fix for 32813. Moved the hardcoded tests out into a separate file and added functionality to specify that file. Look at urltests.dat in this directory for more info.
2000-04-15 01:47:17 +00:00
gagan%netscape.com
3baa2d19ff
First checkin of all the url parsing related tests. Not in the build.
2000-04-15 01:44:57 +00:00