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

1557 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com d4dc3c3cbe r=gramps (yea, that's right), 15594 (partial). In order for FTP proxies to work, HTTP needs to implement nsIProxy. FTP uses the HTTP protocol to piggy back as a real proxy handler. 2000-02-14 08:40:05 +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
gagan%netscape.com cbffaa0233 Now allowing FTP to specify an ftp URL-- bug 15594 (and in general allow any non-HTTP handler to use HTTP as a proxy) r=valeski 2000-02-14 07:06:32 +00:00
valeski%netscape.com cce73aa691 r=mcafee. FTP now retrieves username and password info directly from the respective URL accessors. This removes any unescaping burden from FTP. These accessors are guaranteed to return unescaped strings 2000-02-14 05:49:55 +00:00
mstoltz%netscape.com e1dbf7cf89 Changed GetOwner() to read owner from underlying nsJAR rather than saving it locally. SetOwner() now does nothing. bug=7270 r=norris 2000-02-14 01:59:09 +00:00
dveditz%netscape.com e728f20fd7 closing the file used by the registry service is evil 2000-02-13 17:32:19 +00:00
rpotts%netscape.com b81954153a Too many OnStopRequest(...) calls were being made by the memcache in AsyncReadStreamAdaptor::Cancel(...). It turns out that Cancel() is called more than once. Each call was generating an OnStopRequest(...). This was later triggering an ASSERT that mDownstreamListener was NULL 2000-02-12 06:18:50 +00:00
rpotts%netscape.com d7b26de79d Fixed purify [UMR] by initializing mProxyPort 2000-02-12 06:15:19 +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 a4679ae202 I am an idiot... 2000-02-11 11:42:38 +00:00
rpotts%netscape.com b711a1f5a1 Bug #26883 (tested by duncan@be.com). Fixed up broken QI implementation in a socket transport test case. 2000-02-11 01:52:23 +00:00
gagan%netscape.com 1e0e0272df removed an unnecessary include. 2000-02-11 01:34:07 +00:00
gagan%netscape.com d9c41bd187 Fixing horkage... God please stop allowing people to use gotos in C++... 2000-02-11 01:26:23 +00:00
valeski%netscape.com ce0c041a7b removing extraneous export on a file that DNE anymore 2000-02-11 00:55:01 +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 ab7fce8d4b fixing mac redness 2000-02-09 08:39:44 +00:00
mscott%netscape.com 8d5a01c643 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 934a4efca1 r=gagan. 10551. FTP date parsing is fixed 2000-02-09 08:04:45 +00:00
valeski%netscape.com fb99516967 nsMimeTypes.h inclusion. also part of the fix to 10551, FTP date problems 2000-02-09 05:07:48 +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 6ecf97612e 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 7e564704d4 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 4befc49f4c Fixing build.
<valeskiAIM> dp: go baby go
2000-02-08 07:29:47 +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
sfraser%netscape.com e2a8786d79 Removed nsHTTPHandlerFactory.cpp for valeski. 2000-02-08 06:25:58 +00:00
valeski%netscape.com 4cd253d9cc 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 cde7220413 Adding nsIProxy.idl for valeski. 2000-02-08 06:16:30 +00:00
valeski%netscape.com 1a3c407891 adding nsIProxy to the unix and win makefiles 2000-02-08 06:09:12 +00:00
dp%netscape.com 0a4125de13 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 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
dp%netscape.com 2ba4286aa9 Adding NS_HTTP_STARTUP_CATEGORY r=gagan 2000-02-08 06:05:36 +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
waterson%netscape.com d46218318f 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 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
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
bryner%uiuc.edu b173011b53 Removing erroneous comments. r=ben. 2000-02-06 22:24:06 +00:00
rickg%netscape.com 72976702dc added support for RTF; r=valeski 2000-02-05 20:35:28 +00:00
scc%netscape.com 3c32e98175 First Checked In. 2000-02-05 04:58:53 +00:00
sspitzer%netscape.com b6b2110427 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 854290b6c0 26330. simple extension addition 2000-02-04 23:06:59 +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 cce2d39589 ignore generated makefiles 2000-02-04 04:32:00 +00:00
mcafee%netscape.com 1a24330926 Fixing /* within /* warning, r=slamm 2000-02-04 02:56:48 +00:00