Граф коммитов

1544 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com a6d3ec685f removing extraneous export on a file that DNE anymore 2000-02-11 00:55:01 +00:00
gagan%netscape.com fa0c3e93e6 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 ad064c2689 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 ca16a7a514 fixing mac redness 2000-02-09 08:39:44 +00:00
mscott%netscape.com 231db667cf bug #26959 and bug #26958 --> if create category service returns an error, don't force an abort
on creating the http protocol handler.
r=valeski.
2000-02-09 08:25:11 +00:00
valeski%netscape.com 2f30889014 r=gagan. 10551. FTP date parsing is fixed 2000-02-09 08:04:45 +00:00
valeski%netscape.com 778c5d280d nsMimeTypes.h inclusion. also part of the fix to 10551, FTP date problems 2000-02-09 05:07:48 +00:00
valeski%netscape.com 03406ba06f removing our internal #defines, nsMimeTypes.h is the way to go now 2000-02-09 05:06:01 +00:00
valeski%netscape.com 8dc8022117 getting the rest of necko to use the mimetypes file. also added protection for UA string setup 2000-02-09 05:04:52 +00:00
valeski%netscape.com 6531e14112 r=rhp. 23448. nsMimeTypes.h has been adopted by the MIME Service implementation. It is now exported to dist for use by all men and womem, all over the world 2000-02-09 03:59:58 +00:00
dp%netscape.com 27d5d590f9 Fixing build.
<valeskiAIM> dp: go baby go
2000-02-08 07:29:47 +00:00
valeski%netscape.com eb41008e8e removing UA component methods from ioservice 2000-02-08 06:45:18 +00:00
valeski%netscape.com ae97d62b62 fixing unix bustage 2000-02-08 06:43:01 +00:00
valeski%netscape.com 14bb29fed6 r-dougt, 10465. the IOService no longer handles the User AGent components. the http handler does 2000-02-08 06:27:34 +00:00
sfraser%netscape.com 538f890b73 Removed nsHTTPHandlerFactory.cpp for valeski. 2000-02-08 06:25:58 +00:00
valeski%netscape.com 6de717d753 r=dougt. 10465. The http protocol handler now has the USer agent api hanging off of it. I also cleaned up the HTTP component so it is a clean service w/ a cid now. 2000-02-08 06:20:54 +00:00
sfraser%netscape.com 56fc0e6804 Adding nsIProxy.idl for valeski. 2000-02-08 06:16:30 +00:00
valeski%netscape.com 7afeaae750 adding nsIProxy to the unix and win makefiles 2000-02-08 06:09:12 +00:00
dp%netscape.com 41aaf9a069 HTTP protocol shall startup every cid/progid as a service under
NS_HTTP_STARTUP_CATEGORY. This will be used by cookies to come alive. r=gagan
2000-02-08 06:08:27 +00:00
valeski%netscape.com 2f0514a817 no longer exporting nsIProxy.h 2000-02-08 06:07:59 +00:00
valeski%netscape.com f0e19f9d1e .h is now gone 2000-02-08 06:07:11 +00:00
dp%netscape.com 166c6d1f48 Adding NS_HTTP_STARTUP_CATEGORY r=gagan 2000-02-08 06:05:36 +00:00
valeski%netscape.com 92e5717ebe r=dougt. 10465. upgrading nsIProxy to a full blown idl 2000-02-08 06:05:29 +00:00
valeski%netscape.com c9629a7024 nsCOMPtr'izing the parser 2000-02-08 05:55:08 +00:00
waterson%netscape.com f288e61251 Use SYMBOLIC-LINK instead of SYM-LINK to bring in-line with lou's spec. 2000-02-08 01:20:46 +00:00
dougt%netscape.com b16046f5a0 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 f8347ec3fb 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
scc%netscape.com 73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
bryner%uiuc.edu 4ab36e52f8 Removing erroneous comments. r=ben. 2000-02-06 22:24:06 +00:00
rickg%netscape.com 8a80545385 added support for RTF; r=valeski 2000-02-05 20:35:28 +00:00
scc%netscape.com 4e4163f707 First Checked In. 2000-02-05 04:58:53 +00:00
sspitzer%netscape.com b8c3a871df some bulletproofing code. I got a random crash here (sorry, I lost the stack) because the
downstreamlister was null.  trying to reproduce.  at least now it will only assert.
r=mscott
2000-02-05 01:20:09 +00:00
valeski%netscape.com 16e204c1e3 26330. simple extension addition 2000-02-04 23:06:59 +00:00
warren%netscape.com a4bc849b83 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 9e08bb8519 Added stream buffering. Made file transport use it. Bug #19233 r=dougt 2000-02-04 07:31:43 +00:00
sspitzer%netscape.com 81ed4fd313 ignore generated makefiles 2000-02-04 04:32:00 +00:00
mcafee%netscape.com f20ed5907b Fixing /* within /* warning, r=slamm 2000-02-04 02:56:48 +00:00
sspitzer%netscape.com 96a0249281 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 1f02ea6d3d added files: mozilla/netwerk/base/public/nsIURLParser.idl 2000-02-03 03:45:02 +00:00
valeski%netscape.com ebe27553da added files: mozilla/netwerk/base/src/nsURLHelper.cpp, mozilla/netwerk/base/src/nsStdURLParser.cpp, mozilla/netwerk/base/src/nsAuthURLParser.cpp, mozilla/netwerk/base/src/nsNoAuthURLParser.cpp 2000-02-03 03:44:51 +00:00
valeski%netscape.com 41512e1d6a URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes 2000-02-03 03:44:22 +00:00
warren%netscape.com c464f6f9f3 Added 2 test cases: TestWriteStreams is Scott's performance test (for the cache). TestWriteSpeed plots buffer size vs. throughput. 2000-02-03 01:59:15 +00:00
sspitzer%netscape.com 6eb953f984 turn on the finger protocol for windows. r=bryner@uiuc.edu 2000-02-03 01:24:52 +00:00
bryner%uiuc.edu f2e4d5cff8 Turning on finger protocol on unix. r=valeski. 2000-02-03 00:40:22 +00:00
valeski%netscape.com 920b9a358b fixing bustage 2000-02-02 23:47:43 +00:00
valeski%netscape.com 63cf811f01 replaced 2000-02-02 23:06:48 +00:00
valeski%netscape.com 03162cf7fe this iface has been replaced 2000-02-02 23:05:46 +00:00
valeski%netscape.com a567c875bb 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
valeski%netscape.com a563a6fd81 added files: mozilla/netwerk/base/public/nsIStreamLoader.idl, removed files: mozilla/netwerk/base/public/nsIUnicharStreamLoader.idl 2000-02-02 22:58:53 +00:00
valeski%netscape.com 14bab47cf6 added files: mozilla/netwerk/base/src/nsStreamLoader.cpp, removed files: mozilla/netwerk/base/src/nsUnicharStreamLoader.cpp 2000-02-02 22:57:43 +00:00