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

2146 Коммитов

Автор SHA1 Сообщение Дата
davidm%netscape.com 9f770dfc33 34314 Remove execute permission from cache files 2000-05-16 21:58:17 +00:00
ftang%netscape.com 03ffcb291f fix OS2 problem for ibm 2000-05-16 21:41:14 +00:00
gagan%netscape.com c58d190faa Fix for bug 27930. Support for IPv6 in the url parser. 2000-05-16 08:42:40 +00:00
warren%netscape.com 4d1711e5f8 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
gagan%netscape.com d98b4adf1f Fixes from wtc for bug 38300. 2000-05-16 05:33:18 +00:00
gordon%netscape.com 6c87aa1f80 adding back an old friend. 2000-05-16 03:58:58 +00:00
valeski%netscape.com 838c55225a fixing debugging text typo 2000-05-15 22:49:12 +00:00
valeski%netscape.com 9c506e8c3e applying patch to ipv6'ify FTP from jgmyers@netscape.com 2000-05-15 22:23:08 +00:00
ruslan%netscape.com 87d052ef86 Fix 38853 2000-05-15 21:13:27 +00:00
jdunn%netscape.com 942e3cd669 Fix alignment problem with DB reads.
r= davidm@netscape.com, wtc@netscape.com
#= 38884
2000-05-13 15:05:18 +00:00
ftang%netscape.com 077a3091b3 fix OS/2 problem for IBM. Change the #ifdef XP_PC to #if defined(XP_PC) && !defined(XP_OS2) 2000-05-13 13:13:38 +00:00
andreas.otte%primus-online.de 1dd63d3130 fix bug 37616, Retire SetRelativePath, removing unused SetRelativePath from nsIURI.idl and all it's implementations, r=warren@netscape.com, a=mscott@netscape.com for the mailnews part 2000-05-13 13:05:00 +00:00
colin%theblakes.com edf3077983 Fix segmented reads on local files. r=warren 2000-05-13 12:29:13 +00:00
andreas.otte%primus-online.de b8a48defd4 fix bug 32997, file URLs that include a hostname don't work, look for a hostname and do some special work on detecting drivenames for XP_PC, r=gagan@netscape.com 2000-05-13 12:00:38 +00:00
gordon%netscape.com 1bcd83eb2c Fixes for bug 34663 and bug 33821 - crashes in DNS CompleteLookup and/or Shutdown. 2000-05-12 23:44:20 +00:00
gordon%netscape.com 548f055990 Change allocation/deallocation of monitor to use nsAutoMonitor methods, as per brendan's suggestion. 2000-05-12 23:42:33 +00:00
gordon%netscape.com e8edd803cb Reorder shutdown of DNS and SocketTransport services to allow the DNS service to notify socket transports that outstanding lookups are going away. Part of fix for bug 33821 and 34663. 2000-05-12 23:41:40 +00:00
valeski%netscape.com 9fe39644f8 38864. making multi mixed converter more flexible to handle more boundary types. 2000-05-12 20:56:47 +00:00
pierre%netscape.com 4c5e4554a1 Fixed a crash at startup on the Mac (a null-check on 'mProxySvc'). 2000-05-12 12:02:26 +00:00
gagan%netscape.com ec9be77569 Not in the build (the data file for url parse testing) 2000-05-11 23:31:32 +00:00
putterman%netscape.com 050be53b55 Fix OS/2 bustage. 2000-05-11 22:24:39 +00:00
rpotts%netscape.com a8446af14b Fixed progress notifications to respect the nsIChannel::LOAD_BACKGROUND flag 2000-05-11 21:52:49 +00:00
cls%seawood.org fec728bf12 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
law%netscape.com df674b1914 Tweak this test per modified AsyncRead api 2000-05-10 22:27:17 +00:00
jgaunt%netscape.com 3b5244ae70 hp only fix, word boundary problem
bug # 37482  r=jdunn@netscape.com
2000-05-10 01:11:22 +00:00
gagan%netscape.com 9a086ea0d2 Fixed bug 37347. HTTP HEAD requests should work now. 2000-05-10 00:48:28 +00:00
ruslan%netscape.com 5daef2ebfa Make sure SetUploadStream actually works when it's used. 2000-05-09 00:20:09 +00:00
ruslan%netscape.com 17e7facc3d Fix 37778 - now handle simple (no status line/headers) http response correctly 2000-05-08 23:04:36 +00:00
ruslan%netscape.com a2f62dd437 Fix 37744 2000-05-08 20:25:01 +00:00
dveditz%netscape.com 65a3c6a5c5 use threadsafe ISupports 2000-05-08 07:46:16 +00:00
dougt%netscape.com 316616f625 adding xpinstall mime type. 11281 2000-05-08 05:09:21 +00:00
erik%netscape.com 48ff03d231 local .cvsignore file 2000-05-07 17:19:20 +00:00
andreas.otte%primus-online.de cef3296759 working on bug 37616, Retire SetRelativePath, NS_MakeAbsolute now only calls Resolve, let it do the complete resolving, r=warren@netscape.com 2000-05-07 11:04:33 +00:00
andreas.otte%primus-online.de 9877d105e2 working on bug 37616, Retire SetRelativePath, Resolve now uses ExtractScheme from nsURLHelper, r=warren@netscape.com 2000-05-07 10:56:33 +00:00
andreas.otte%primus-online.de c948636f9f working on bug 37616, Retire SetRelativePath, make nsIOService use the nsURLHelper version of ExtractScheme, r=warren@netscape.com 2000-05-07 10:49:29 +00:00
andreas.otte%primus-online.de 8ffba9346d working on bug 37616, Retire SetRelativePath, moving ExtractScheme into nsURLHelper, r=warren@netscape.com 2000-05-07 10:43:36 +00:00
davidm%netscape.com 43963449c6 37071 Crash while downloading anything 37353 browser segfaults on page loading 2000-05-07 05:38:02 +00:00
warren%netscape.com 994867c9f6 Added nsIConnectionCache.idl 2000-05-06 15:50:11 +00:00
warren%netscape.com 4ae10b2bec Added nsIProxyAutoConfig.idl 2000-05-06 15:05:33 +00:00
warren%netscape.com 424e593b2f Fixed the !@#$% xpt target again. 2000-05-06 11:59:21 +00:00
warren%netscape.com d4025e8ab3 Lost changes somehow that consolidate idl files into necko.idl. Adding them back in. 2000-05-06 11:50:12 +00:00
warren%netscape.com d74a1d320c Changed target name from network.xpt to necko.xpt. 2000-05-06 10:22:33 +00:00
warren%netscape.com e3be8c0f2a Fixed nsIWebFilters problem. 2000-05-06 09:47:52 +00:00
warren%netscape.com a451c5f762 Combined all necko dlls into two. Bug 17031. 2000-05-06 09:15:56 +00:00
warren%netscape.com 29f98602c6 Fixed mac build warnings. 2000-05-06 09:07:31 +00:00
warren%netscape.com 1690284d2b First Checked In. 2000-05-06 07:41:27 +00:00
warren%netscape.com a9fbc663c4 Revert accidental checkin 2000-05-06 05:10:25 +00:00
warren%netscape.com 5b12b6b986 build changes for unix 2000-05-06 05:07:10 +00:00
bryner%uiuc.edu 5491687162 Fixing objdir build bustage. 2000-05-06 03:54:17 +00:00
ruslan%netscape.com 1260c5850b Fix MAC build breakage 2000-05-06 00:40:42 +00:00
ruslan%netscape.com 208c0f25d7 Fixing 36641 2000-05-06 00:06:28 +00:00
gordon%netscape.com 9022e8eeec Added :streamconv:converters: to access paths, preparing for ruslan's checkin. 2000-05-05 23:54:29 +00:00
andreas.otte%primus-online.de bdc707dcc5 first round of checkins to fix bug 37616, Retire SetRelativePath, r=warren@netscape.com 2000-05-05 23:39:25 +00:00
andreas.otte%primus-online.de 07c651fc32 fix a possible mem leak introduced with my last checkin 2000-05-05 22:39:03 +00:00
andreas.otte%primus-online.de 08af7f8bad fix bug 37109, nsStdURL::Equals() should not malloc, r=warren@netscape.com 2000-05-05 21:23:08 +00:00
andreas.otte%primus-online.de ad6485ecd3 fix bug 37801, SetFile does not add a / in front of the path before calling SetPath on XP_PC, r=cmanske@netscape.com
fix bug 34966, fragment id on root-documents without /  misinterpreted, fixing the missed case, r=gagan@netscape.com
2000-05-05 21:11:28 +00:00
andreas.otte%primus-online.de 4216f27fa7 fix bug 37801, SetFile does not add a / in front of the path before calling SetPath on XP_PC, the fix is more general and applys to all platforms, r=cmanske@netscape.com 2000-05-05 21:08:31 +00:00
valeski%netscape.com 550ace7fa9 backing out socket change that is choking imap/pop 2000-05-05 19:54:42 +00:00
gagan%netscape.com 2fadbd4d53 added files: mozilla/netwerk/base/public/nsIProxyAutoConfig.idl, mozilla/netwerk/base/public/nsIProxyAutoConfigUtils.idl, mozilla/netwerk/base/public/nsIWebFilters.idl 2000-05-05 10:25:07 +00:00
gagan%netscape.com 2a088b68e1 More proxy auto config work. 2000-05-05 09:49:42 +00:00
gagan%netscape.com cc4b093444 Flush out auth entries for 401 auth denied responses. And some filter work... 2000-05-05 09:46:24 +00:00
gagan%netscape.com e9a3396359 Relevant idl includes for proxy auto config changes. 2000-05-05 09:35:50 +00:00
gagan%netscape.com ec66c25ec6 More proxy autoconfig stuff (in the making...) 2000-05-05 09:34:37 +00:00
warren%netscape.com 9689c3a701 Added 2000-05-05 07:53:43 +00:00
warren%netscape.com 2eda9f7353 Obsolete 2000-05-05 06:05:38 +00:00
davidm%netscape.com 695df4a8aa Use QI to prevent a nsCOMPtr assert 2000-05-05 03:09:08 +00:00
davidm%netscape.com 502bf571a8 change from nsIEnumerator to nsISimpleEnumerator since that is the interface that the class actually implements 2000-05-05 03:08:26 +00:00
valeski%netscape.com 5c360246a4 Socket transport now blocks until DNS is resolved *only* in the Sync api usage case (Open*Stream() calls). This allows callers to deal w/ dns error failures when they're using the sync apis. 24435 2000-05-04 22:50:25 +00:00
valeski%netscape.com c01e938be2 getting rid of extraneous FTP members. 2000-05-04 22:06:21 +00:00
ruslan%netscape.com edaa9bbaae Fix 35407. Relax chunk converter's parser to accomodate some bad server
responses out there.
2000-05-04 01:28:00 +00:00
gagan%netscape.com af44884818 Fix for bug 37238. We were guessing the mime type incorrectly. 2000-05-04 00:57:58 +00:00
warren%netscape.com 84172ac318 Added ioFlags enum. Bugs 37711. 2000-05-03 22:43:21 +00:00
gagan%netscape.com 710e3c377d Fix for bug 22534 and an optimization of storing the nsIOService. 2000-05-03 22:03:33 +00:00
gagan%netscape.com e09449d011 Fix for bug 36862. Added parameter checks to avoid crashes. 2000-05-03 21:47:56 +00:00
tor%cs.brown.edu 8110747c3f Build bustage fix for SUNWspro: false->PR_FALSE 2000-05-03 21:38:50 +00:00
valeski%netscape.com 4e75ce88dd removing extraneous channel member, and ensuring that final releases used by the FTP thread are made on the owning thread. 2000-05-03 21:20:32 +00:00
valeski%netscape.com cb968f053f 31587. FTP was caching the auth dialog data. 2000-05-03 21:17:48 +00:00
valeski%netscape.com bc01ad0432 35329. MultiMixed converter was stripping *all* whitespace from header values, now it is just compressing it off the ends. 2000-05-03 21:14:39 +00:00
davidm%netscape.com eb046910ec comment out serialize while I try to figure out why linux is o=unhappy 2000-05-03 03:52:57 +00:00
davidm%netscape.com a204fd5056 13784 [FEATURE] Mime Type/File Extension/Application Service Regis 2000-05-03 03:34:33 +00:00
ruslan%netscape.com 1bd1002d75 Fix build bustage 2000-05-03 00:33:20 +00:00
ruslan%netscape.com 1fb23603b8 Fix for 37800 - API change: SetRequestMethod now has to take Atom
as method name
2000-05-03 00:18:08 +00:00
valeski%netscape.com 20d72f6f15 28880. socket transport now provides access to the underlying ip address 2000-05-02 22:25:00 +00:00
valeski%netscape.com 7e86fb4e62 backing out sync failure checkin because of suspect behavior 2000-05-02 19:58:29 +00:00
valeski%netscape.com c6b552f83f back in we go 2000-05-02 13:08:20 +00:00
valeski%netscape.com ac7117c01b backing out changes until I can figure out what went wrong w/ the tests 2000-05-02 13:04:00 +00:00
valeski%netscape.com 818c7e6ac7 24435. socket transport now handles synchronous failure so we can capture conection errors w/ the sync api 2000-05-02 12:29:34 +00:00
putterman%netscape.com 691b3fd9fe Fix for 29543 so we can now create new Japanese local folders. Patch submitted by
m_kato@ga2.so-net.ne.jp. r=andreas.otte@primus-online.de
2000-05-02 03:58:25 +00:00
rpotts%netscape.com c36365aaaa Fixed typo in HTTP header string If-None-Match. Thanks to Morgan Owens (packrat@nznet.get.nz) for finding it!! 2000-05-01 23:30:21 +00:00
ruslan%netscape.com 1836b3231a Fix 37632 2000-05-01 23:02:59 +00:00
mkaply%us.ibm.com 241d09c150 # 37239
r= warren@netscape.com
OS/2 bring up continues - Fix some #ifdefs, and add code to set OS/2 as a platform and query OS/2 version
2000-05-01 22:35:28 +00:00
mkaply%us.ibm.com eb3725be25 # 37239
r= warren@netscape.com
OS/2 bring up continues - Remove some legacy #ifdef stuff for OS/2
2000-05-01 22:32:47 +00:00
mkaply%us.ibm.com 9503a375e9 # 37239
r= warren@netscape.com
OS/2 bring up continues - Add !defined XP_OS2 to #ifdef XP_PC
2000-05-01 22:32:02 +00:00
sspitzer%netscape.com 24d678162f ignore generated makefiles 2000-04-30 17:21:47 +00:00
sford3%swbell.net a450b9f34f added files: mozilla/netwerk/protocol/about/src/mzAboutMozilla.cpp 2000-04-30 00:09:23 +00:00
sford3%swbell.net f208a4a8ae Mozilla lives! 2000-04-30 00:07:00 +00:00
ruslan%netscape.com 345bd451f8 Fix 21561 - force revalidation of the cache when Vary header is sent. 2000-04-28 21:12:29 +00:00
mccabe%netscape.com b46e6e7a8c change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413 2000-04-28 10:51:52 +00:00
sspitzer%netscape.com cefea94a1e fix assertion, reported by mjudge. 2000-04-28 08:09:57 +00:00
ruslan%netscape.com a31cbd3d80 Turn on nsHTTPFinalListener to fix various notification bugs, r=gagan. Make
disk cache classes implement threadsafe_isupports, r=davidm, add placeholder
for resource bundles for necko.
2000-04-28 06:36:31 +00:00
gagan%netscape.com 339cc0f6f2 First checkin of proxy auto config interfaces. Not in the build. 2000-04-27 18:42:47 +00:00
valeski%netscape.com 5535ccfc0c 37200. text type data urls were having whitespace stripped out of them. 2000-04-27 03:55:20 +00:00
gagan%netscape.com e27ef680ac Fix the form posting problem. I forget the bug number... r=ruslan 2000-04-27 01:06:57 +00:00
mstoltz%netscape.com ab119e4818 Removed getOwner() function from nsIStreamLoader. getChannel() now fulfills this function. 2000-04-27 00:30:27 +00:00
slamm%netscape.com 7180b8f97a Fix declaration order to quiet build warning 2000-04-26 14:31:01 +00:00
mstoltz%netscape.com 4794c651b5 Fixes for 27010, 32878, and 32948. 2000-04-26 03:50:07 +00:00
mjudge%netscape.com 6622635cab making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
ruslan%netscape.com 5c1a777042 More complete update to the previos check in. Don't even instatiate
the final listener as we're not using it anyway.
2000-04-26 00:11:30 +00:00
ruslan%netscape.com 325a51765f Don't fire OnStopRequest just yet when the channel gets Cancelled (until
the receiver learns how to handle it correctly), r=imoT, a=leaf. Used to
crash when following expedia link from msn.com
2000-04-25 23:59:25 +00:00
ruslan%netscape.com 25976cce56 Fix 37084 (blocker), r=gagan 2000-04-25 19:11:26 +00:00
pavlov%netscape.com 03d4675682 string api changes r=scc 2000-04-25 05:40:45 +00:00
mscott%netscape.com 199d1c9074 when determining progress for a cache entry, use the content length
for the cache entry as the total max progress. This change gives us more accurate progress for loading
entries from the cache for http.
2000-04-25 01:52:24 +00:00
mscott%netscape.com 78ba47064e implement GetContentLength for a memory cache entry. This helps us report
progress for items coming out of the cache
2000-04-25 01:48:48 +00:00
ruslan%netscape.com 1fb3f37f7e WIP on 33508, 28890. Adjust response timeout up to 120 seconds by default
as well.
2000-04-25 01:27:30 +00:00
gagan%netscape.com f9ff19a205 Fixed bug 36831. Removed an accidental checkin of an assertion. 2000-04-25 01:18:26 +00:00
gagan%netscape.com ec97858c67 First checkin of proxy auto config stuff. 2000-04-25 01:15:35 +00:00
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