gordon%netscape.com
5b0a4b1a73
Fix bug 72507, implementing level 2 disk cache. Modified disk cache to keep metadata for all entries in a single file, rather than in separate files.
r=gagan, sr=darin.
2001-05-18 23:25:07 +00:00
dougt%netscape.com
43ff73117d
Adding nsIByteRangeRequest to IDL project.
2001-05-18 06:13:50 +00:00
darin%netscape.com
d44eb7ea84
fixes mac bustage
2001-05-12 00:26:47 +00:00
darin%netscape.com
d5a36788ef
fixes mac bustage
2001-05-11 23:36:14 +00:00
beard%netscape.com
d08d9b77c0
bug #68086 , removed trivial redirecting protocol handlers, added nsAboutRedirector.cpp. r=gagan
2001-04-18 03:05:56 +00:00
gordon%netscape.com
89b0c9362b
bug 72528, remove old cache from build. sr=darin.
2001-04-17 10:47:22 +00:00
ccarlen%netscape.com
f1b7600dc5
Bug 66334 - Checking in Mac projects for chak@netscape.com. r=valeski@netscape.com, sr=rpotts@netscape.com
2001-04-16 20:15:08 +00:00
ccarlen%netscape.com
2ad2b9adcf
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
darin%netscape.com
64e0a33192
Necko API changes, bug 74221. r=valeski, sr=rpotts
2001-04-10 05:57:29 +00:00
beard%netscape.com
948af4525b
Added nsDiskCacheMap.cpp and nsANSIFileStreams.cpp. [bustage fixing]
2001-03-29 06:41:02 +00:00
sfraser%netscape.com
62d2647193
Fix the fizilla build a better way by #including <limits.h> only where needed. r=pinkerton,brade, a=akkana.
2001-03-22 22:56:11 +00:00
sdagley%netscape.com
3f6812c2c6
Fix busted Mac Carbon builds due to usage of ULONG_MAX without specific inclusion of <limits.h> (non-Carbon builds apparently include it for you). r=Loki, Odin, Gracie, PolarBear, Jester, Poeka, Jack, Lumpy and bnesse
2001-03-22 22:01:45 +00:00
gordon%netscape.com
3361e48529
Landing MOZ_NEW_CACHE_20010314_BRANCH, incorporating feedback from recent test builds. New cache is still disabled by default.
2001-03-20 22:42:03 +00:00
beard%netscape.com
8eaf2966f0
added nsAboutCacheEntry.cpp r=darin
2001-03-14 05:53:57 +00:00
pinkerton%netscape.com
99c821a870
gopher build changes.
2001-03-14 02:52:39 +00:00
pinkerton%netscape.com
4345c48969
files added for gopher.
2001-03-14 02:47:56 +00:00
beard%netscape.com
01fa85f9fd
Added nsICachingChannel.idl. a=leaf, r=darin
2001-03-14 00:55:31 +00:00
dougt%netscape.com
a37f642ed0
Adding Two IDL files to project file. Minor Necko build change per API review. r=valeski@netscape.com
2001-03-12 22:41:47 +00:00
gordon%netscape.com
bf70d028ae
Added nsStreamListenerTee.cpp to netwerk.mcp. r = saari.
2001-03-08 00:54:33 +00:00
jj%netscape.com
4ef9c31f59
Bug 70595 - making nsIPrompt accessible to PSM. r=darin, sr=mscott. (jj checking in for bryner)
2001-03-06 05:10:55 +00:00
dougt%netscape.com
8d2069dfd9
Adding nsIndexToHTML.
2001-03-06 02:14:59 +00:00
beard%netscape.com
fdf5adb8eb
[not part of build] removed memory transport files.
2001-03-03 03:42:57 +00:00
beard%netscape.com
57cbe6c774
Added nsStorageTransport.cpp. r=gordon
2001-03-03 02:21:37 +00:00
beard%netscape.com
599f805e95
[not part of build] took out unnecessary OpenTransport libraries.
2001-03-02 04:57:42 +00:00
beard%netscape.com
c167dd8067
[not part of build] changed linker output to cache.headers rather than necko.headers.
2001-03-01 00:05:31 +00:00
beard%netscape.com
c3a62ef8c2
[not part of build] changed fragment name to CACHE_DLL instead of NECKO_DLL (oops).
2001-02-28 00:33:24 +00:00
beard%netscape.com
05e65ecf0e
[not part of build] added nsMemoryCacheTransport.cpp.
2001-02-27 19:41:13 +00:00
beard%netscape.com
57deaf036e
[not part of build] added other new files.
2001-02-27 05:50:57 +00:00
beard%netscape.com
1a9592f726
[not part of build] added nsCacheSession.cpp.
2001-02-26 15:54:11 +00:00
beard%netscape.com
e16678d994
[not part of build] projects to build new cache on Mac.
2001-02-24 04:21:26 +00:00
beard%netscape.com
4d20c9da5e
restore NeckoCarbon[Debug].shlb targets. r=sfraser, a=jj
2001-02-23 01:00:43 +00:00
sfraser%netscape.com
75078651ff
Remove extra access paths into zlib's macbuild dir, in non-debug targets. Should avoid "files missing from view hierarchy" errors.
2001-02-21 23:03:03 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
pinkerton%netscape.com
d465909997
carbon changes. r=pink/sdagley/beard. a=sfraser.
2001-02-13 21:48:26 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
a8cd461cb9
necko channel changes. r=darin, a=rpotts
2001-02-10 00:05:02 +00:00
darin%netscape.com
46a390d78f
Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup. r=dougt, sr=mscott
2001-01-23 22:03:51 +00:00
bryner%uiuc.edu
bdb99dba0f
added files: mozilla/netwerk/socket/base/nsIChannelSecurityInfo.idl, mozilla/netwerk/socket/base/nsISSLSocketControl.idl, removed files: mozilla/netwerk/socket/base/nsISecureSocketInfo.idl
2001-01-19 01:37:55 +00:00
ccarlen%netscape.com
f4520c9c9c
fixing bustage - removing file nsiConnectionCache.idl
2001-01-11 01:13:37 +00:00
dbragg%netscape.com
a613321070
Checkin mac project file for dougt's FTP changes. r=dougt a=rpotts. See dougt for any breakage or anything related to this change.
2001-01-10 23:46:23 +00:00
beard%netscape.com
6de421eaa2
[not part of build] theme protocol support.
2000-11-15 17:52:57 +00:00
scc%mozilla.org
5f4ef0a1e8
bug #36908 : checking in for endico, r=scc, a=brendan
2000-09-22 09:05:57 +00:00
scc%mozilla.org
d8a1d0bced
bug#53648: including IDL from the security world; actually bryner's change; r=scc, a=gagan,brendan
2000-09-22 04:42:21 +00:00
gordon%netscape.com
65ee2066b4
Change for bug 21095 "about:cache and logging cache requests." Enabling changes for Macintosh. Added nsAboutCache.cpp to project file, and removed #if defs from nsNetModule.cpp. r=pinkerton a=brendan.
2000-09-21 23:08:12 +00:00
mstoltz%netscape.com
1b123d9dd4
Bugs 24765, 59288. Hooking up Necko file cache for jar protocol. r=beard, a=warren. Mac project files.
2000-09-15 19:36:10 +00:00
mstoltz%netscape.com
96af09d722
Bugs 24765, 59288. Hooking up Necko file cache for jar protocol. r=beard, a=warren. Mac project files.
2000-09-15 19:26:57 +00:00
ccarlen%netscape.com
4ff41c7f9e
checkin for dougt
2000-09-14 22:49:59 +00:00
scc%mozilla.org
dbc332fee0
bug #18352 : added "nsIPasswordManager.idl" on shaver's behalf
2000-09-12 19:54:55 +00:00
gagan%netscape.com
6b64c52f56
Removed a not-being-used file.
2000-07-14 03:20:33 +00:00
jab%atdot.org
3ff5cd0f65
a=brendan@mozilla.org
...
Bug #16103
Support for SOCKS proxies in HTTP, HTTPS, and FTP protocols.
Also includes the prefs configuration and UI bits.
2000-07-01 10:25:25 +00:00