scc%netscape.com
438737d4ab
On platforms without pollable events, i.e., (only) the Mac, changed poll timeout from 250msec to 5msec, as a preliminary fix for bug #25108 . The real solution is pollable events on the Mac. r={pinkerton, rjc, et al} a=jar (yes, jar, I ran it on multiple Macs of as many different speeds as we could find, and tried different values)
2000-02-25 07:40:11 +00:00
warren%netscape.com
18dbca24fd
Fixed mac and solaris build bustage. r=waterson
2000-02-25 07:14:28 +00:00
warren%netscape.com
9f40298fee
Bug 10736 - URL parsing / MakeAbsolute performance. code=putterman,r=warren,andreas,a=jar
2000-02-25 06:17:57 +00:00
gagan%netscape.com
253f4fed8a
Completing the last change. r=valeski.
2000-02-24 02:08:01 +00:00
gagan%netscape.com
8ac00f0a27
Removing the linux orange... and possibly windows assertions.
2000-02-24 01:56:12 +00:00
gagan%netscape.com
d605467cb7
r=valeski,rjc a=jar. Fixes for the following bugs-
...
bug 1582 - HTTP Referer header problem.
This is now resolved with a preference (network.sendRefererHeader)
If set to 0 no referrer header is sent (ever) If set to 1 the
referrer header is sent only in cases of user link-clicks and if
set to 2 is sent from image requests as well.
bug 17158 - No Proxies For wasn't implemented.
This was not being read correctly and I also moved and cleaned up
the parsing function to nsProtocolProxyService (thereby also
killing bug 27728)
bug 24642 - http://www.win98central.com/#437 was crashing.
bug 26686 - crash in nsHTTPRequest destructor.
Both of these crashes were because of the nsHTTPRequest being
unconditionally released in the destructor of nsHTTPChannel. Although the main problem remains, I have made it a non-crasher now.
bug 27844 - HTTP breaks when only using FTP proxy.
This was happening because we were not resetting values of the
proxy when they are removed from the preference pane.
2000-02-23 21:17:17 +00:00
rpotts%netscape.com
b8532048c9
Added nsStreamListenerEvent to the leak/bloat logging...
2000-02-23 05:22:14 +00:00
valeski%netscape.com
bcced1dd94
r=rhp, a-leaf. Fixing a crasher before it hits us
2000-02-22 22:44:38 +00:00
rpotts%netscape.com
6623dd19d6
bug #22428 . Added a per-instance intermediate buffer in the SocketTransport to accomadate calling AsyncWrite(...) with an nsIInputStream that does not support nsIBufferedInputStream.
2000-02-21 06:51:36 +00:00
bruce%cybersight.com
4d1163902e
Fix a FMM error. r,a=waterson
2000-02-21 05:22:43 +00:00
valeski%netscape.com
e843a56516
removing an un-necessary comment
2000-02-18 23:38:13 +00:00
ftang%netscape.com
c239f1081a
fix bug 28197 (firt part of 14155). Change the damage data ToNewCString to ToNewUTF8String. r=warren, a=bobj
2000-02-18 23:15:46 +00:00
rpotts%netscape.com
f1e468f1e9
Fixed Mac warning which was masking a potential Mac-only bug...
2000-02-18 21:39:26 +00:00
gordon%netscape.com
cf65d7c0ba
Also partial fix for #25321 "crash on start w/o internet connection". Check for nil member fields before using them in shutdown code.
r=warren, a=jar.
2000-02-17 03:34:16 +00:00
andreas.otte%primus-online.de
3406f3f1fc
fix for bug 27683: nsStdURL::SetSpec shouldn't modify in parameter r=putterman@netscape.com
2000-02-16 00:28:35 +00:00
valeski%netscape.com
7581b6bc06
r=rhp. we want to reset any previously set proxy info if we're not supposed to be using proxies.
2000-02-16 00:07:55 +00:00
andreas.otte%primus-online.de
2fdaf6e6d0
fix for bug 27519, URL parser mangles parameters delimited by semicolons, adds them to requested filename, r=gagan@netscape.com
2000-02-15 23:32:04 +00:00
warren%netscape.com
fb1ee9db70
Bug 27576 - fixed warnings. r=gordon
2000-02-15 07:53:08 +00:00
pepper%netscape.com
04fae6e523
dding newline at end so that lesser unixes compile.
2000-02-15 00:52:56 +00:00
brade%netscape.com
3829268926
checkin change for valeski
2000-02-14 14:40:12 +00:00
valeski%netscape.com
dcc3bcf0a1
building the proto proxy service on linux and win
2000-02-14 10:07:47 +00:00
valeski%netscape.com
e3213f597e
15594. r=gagan. adding protocol service to the linux and windows builds
2000-02-14 10:06:34 +00:00
valeski%netscape.com
d156f387f8
15594. r=gagan. The protocol proxy service. I'm just dropping this in for now. It won't be used until FTP changes are in
2000-02-14 10:04:56 +00:00
valeski%netscape.com
fafa248d9c
r=andreas. 27142. we no longer escape the ':' char in the directory portion of a URL
2000-02-14 07:41:29 +00:00
mccabe%netscape.com
561f5f3e46
Remove trailing \ in NS_LOADGROUP_CID define, as it can unintentionally pick up subsequent text in generated .h file.
...
r=mozbot
2000-02-12 04:22:31 +00:00
gagan%netscape.com
5f31baff26
Fixed bug 27024. Changed nsIHTTPChannel.idl to have proxy host/port
...
accessors and modifiers. Channels may now override the proxy setting
from the HTTP handler. r=valeski
Fixed bug 24329. Made mProxyAuthList in nsAuthEngine to keep the list of proxy authentications. Logout now clears both proxy and basic auths. r=rjc
Fixed bug 26149. Authenticate now aborts only if the user doesn't click cancel on the PromptUserPass dialog. Removed the unnecessary nsIChannel* parameter on Authenticate. r=rjc
Fixed bug 24304. We now register a callback for proxy preferences. r=rjc
Fixed bug 17158. We now honor "network.proxy.no_proxies_on" preference to diable proxy activity on specified host or domain. We still need a fix for 27141 to read and write this pref correctly. r=rjc
Fixed bug 16442. Referer is only added if its an http URI. r=rjc
2000-02-11 00:47:50 +00:00
warren%netscape.com
1263f14e36
Fix for bug 27022, input buffers get truncated. r=mbp@worldonline.dk,dougt@netscape.com
2000-02-10 08:27:01 +00:00
valeski%netscape.com
d0513698de
removing our internal #defines, nsMimeTypes.h is the way to go now
2000-02-09 05:06:01 +00:00
valeski%netscape.com
c1b9be2d83
removing UA component methods from ioservice
2000-02-08 06:45:18 +00:00
valeski%netscape.com
d98063ec09
fixing unix bustage
2000-02-08 06:43:01 +00:00
valeski%netscape.com
d2adedb86a
r-dougt, 10465. the IOService no longer handles the User AGent components. the http handler does
2000-02-08 06:27:34 +00:00
valeski%netscape.com
1a3c407891
adding nsIProxy to the unix and win makefiles
2000-02-08 06:09:12 +00:00
valeski%netscape.com
2c828c6135
no longer exporting nsIProxy.h
2000-02-08 06:07:59 +00:00
valeski%netscape.com
606c9760fe
.h is now gone
2000-02-08 06:07:11 +00:00
valeski%netscape.com
cd7a782da9
r=dougt. 10465. upgrading nsIProxy to a full blown idl
2000-02-08 06:05:29 +00:00
valeski%netscape.com
371ceaa625
nsCOMPtr'izing the parser
2000-02-08 05:55:08 +00:00
dougt%netscape.com
c7181373c2
Fix for 26850 by Andreas Otte. This fixes complex uri parsing, specifically
...
defined in the mentioned bug.
2000-02-08 01:20:33 +00:00
waterson%netscape.com
1244f7ea81
Bug 17586. Use more robust condition to determine stream length ('-1') for HTTP-index streams on directories. Add lots of logging along the way. r=syd,valeski.
2000-02-08 01:16:09 +00:00
warren%netscape.com
3fed5e75c8
Fix for bug 24996 - moving file creation from nsStreamXferOp into nsFileTransport where it belongs. r=mscott
2000-02-04 09:29:55 +00:00
warren%netscape.com
46014f5efb
Added stream buffering. Made file transport use it. Bug #19233 r=dougt
2000-02-04 07:31:43 +00:00
sspitzer%netscape.com
20bb93971d
change to allow someone to use the "no strip url" interface in wallet.
...
no one is using it yet, because it doesn't work.
r=mscott
2000-02-03 05:01:42 +00:00
valeski%netscape.com
79132da2fc
URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
2000-02-03 03:44:22 +00:00
valeski%netscape.com
b9373e4d74
fixing bustage
2000-02-02 23:47:43 +00:00
valeski%netscape.com
8de2bee4d5
replaced
2000-02-02 23:06:48 +00:00
valeski%netscape.com
bd77b95d78
this iface has been replaced
2000-02-02 23:05:46 +00:00
valeski%netscape.com
ba35ff22b6
r=warren. nsIUnicharStreamLoader is dead. Now we have a generic byte stream loader that can be used for any sort of data.
2000-02-02 23:04:47 +00:00
dougt%netscape.com
59d1135635
removing the Truncate flag so file do not get destroyed when opening an
...
output stream to them. r=warren.
2000-02-01 23:24:57 +00:00
valeski%netscape.com
c8ad60b95f
r=gordon. 23709. Adding an extra check before trying to memcpy hostent data, this should fix the crashing we've been seeing on some win95 boxes, but it doesn't fix the problem of not having any A entries in DNS
2000-02-01 22:35:28 +00:00
sspitzer%netscape.com
40b08d3c88
make it so we can stuff a value given to us by the user from a Prompt()
...
can be stuffed into the single signon database, just like a password
can be. auth news needs this. r=dp,alecf
2000-02-01 08:43:48 +00:00
mscott%netscape.com
c3d0d016c2
need ability to write load attrib flags on input stream channel as part of the refactoring of the doc loader
...
into the uri loader
r=travis
2000-01-29 05:05:38 +00:00