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

40 Коммитов

Автор SHA1 Сообщение Дата
beard%netscape.com 7d14adbbc1 added nsAboutCacheEntry.cpp r=darin 2001-03-14 05:53:57 +00:00
pinkerton%netscape.com fffc361896 gopher build changes. 2001-03-14 02:52:39 +00:00
gordon%netscape.com 7c641b657e Added nsStreamListenerTee.cpp to netwerk.mcp. r = saari. 2001-03-08 00:54:33 +00:00
dougt%netscape.com ce8d4c6c69 Adding nsIndexToHTML. 2001-03-06 02:14:59 +00:00
beard%netscape.com c21012883d Added nsStorageTransport.cpp. r=gordon 2001-03-03 02:21:37 +00:00
beard%netscape.com 4c7be795f2 restore NeckoCarbon[Debug].shlb targets. r=sfraser, a=jj 2001-02-23 01:00:43 +00:00
sfraser%netscape.com a2169f6f14 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 eab041f43f 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 105d3c555e carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
disttsc%bart.nl 76fbedadc5 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com 412cfb0d99 necko channel changes. r=darin, a=rpotts 2001-02-10 00:05:02 +00:00
darin%netscape.com ef7f12f026 Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup. r=dougt, sr=mscott 2001-01-23 22:03:51 +00:00
scc%mozilla.org 85d8c526ab bug #36908: checking in for endico, r=scc, a=brendan 2000-09-22 09:05:57 +00:00
gordon%netscape.com d2ae7f14a5 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 b822ed019f 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
jab%atdot.org 97cbd61317 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
beard%netscape.com 5cca8adbe7 bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser 2000-06-20 23:10:06 +00:00
warren%netscape.com a451c5f762 Combined all necko dlls into two. Bug 17031. 2000-05-06 09:15:56 +00:00
brade%netscape.com 0e12175a7d add nsProtocolProxyService.cpp for valeski 2000-02-14 14:49:05 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
valeski%netscape.com 377e756a7a 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 063b264c84 added files: mozilla/netwerk/base/src/nsStreamLoader.cpp, removed files: mozilla/netwerk/base/src/nsUnicharStreamLoader.cpp 2000-02-02 22:57:43 +00:00
sdagley%netscape.com 703c6caa28 Access path updates in anticipation of update to CW Pro5 (#25949). r=pinkerton 2000-02-01 04:27:22 +00:00
dougt%netscape.com fd69a2f423 Landing nsIFile. 2000-01-24 21:28:28 +00:00
sspitzer%netscape.com 920287de74 backing out andreas and warren 2000-01-14 22:01:56 +00:00
warren%netscape.com d6a205f1ec Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren 2000-01-14 08:50:03 +00:00
gordon%netscape.com e9951ee54b Basic Mac implementation of async DNS. r=warren, patrick; part of bug:10731. 1999-11-03 01:24:51 +00:00
warren%netscape.com 2a827fc8c2 Made nsIUnicharStreamLoader be scriptable and deal with an xpcom observer instead of a proc pointer and void*. Part of bug#11159. r=nisheeth,kipp,pierre 1999-11-02 06:49:44 +00:00
sfraser%netscape.com 7e6e9938d0 Fix the file creator code so that the library gets the nice pretty icon. r=sdagley 1999-10-06 02:38:35 +00:00
beard%netscape.com b547c2ffb0 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
kipp%netscape.com 4e478e069f added files: mozilla/netwerk/build/nsNetModule.cpp, removed files: mozilla/netwerk/build/nsNetFactory.cpp 1999-09-30 21:35:44 +00:00
gordon%netscape.com c23abaf265 Added nsIFileTransportService.idl and nsISocketTransportService.idl to netwerkIDL.mcp. Removed nsDirectoryIndexStream.cpp from file.mcp and added nsFileTransport.cpp, nsFileTransportService.cpp, and nsDirectoryIndexStream.cpp to netwerk.mcp. All part of warren's checkin. 1999-09-16 01:16:17 +00:00
dougt%netscape.com 3256cdc851 adding socket/base 1999-08-24 03:43:37 +00:00
sdagley%netscape.com 06b979de5b Removed mime component from main newterk and put it into its own project. 1999-07-25 01:39:44 +00:00
gordon%netscape.com 804de3fea0 Removed nsStandardUrl.cpp and added nsStdURL.cpp. Changed prefix header of debug target to actually use debug header file (Thanks Scott). 1999-07-23 00:43:07 +00:00
gordon%netscape.com 13f55e60c0 Necko-only change. Changed fragment name from NETLIB_DLL to NETWORK_DLL, because the NetwerkUtil library uses NETLIB_DLL for compatibility. 1999-07-15 01:23:38 +00:00
gordon%netscape.com 8a580e3ade Update for changes to Windows makefiles. 1999-07-07 00:59:20 +00:00
gordon%netscape.com 15542e1ce4 Updated to match changes to Windows/Unix makefiles. 1999-07-01 19:11:17 +00:00
gordon%netscape.com cec9f8c25b Updated to match changes to Windows/Unix makefiles. 1999-06-23 01:12:57 +00:00
gordon%netscape.com f093d91f93 First Checked In. 1999-06-03 21:53:30 +00:00