gecko-dev/netwerk/base/src
2000-07-12 03:10:33 +00:00
..
.cvsignore
Makefile.in More proxy auto config work. 2000-05-05 09:49:42 +00:00
makefile.win a=brendan@mozilla.org 2000-07-01 10:25:25 +00:00
nsAsyncStreamListener.cpp Bug #40116 --> check to see if the channel was canceled before 2000-06-16 21:21:57 +00:00
nsAsyncStreamListener.h Fix to not call OnStartRequest if channel has been canceled. Bug #31957 2000-04-05 06:46:00 +00:00
nsAuthURLParser.cpp Fix for bug 27930. Support for IPv6 in the url parser. 2000-05-16 08:42:40 +00:00
nsAuthURLParser.h Re-added 2000-01-17 06:05:43 +00:00
nsBufferedStreams.cpp Fix segmented reads on local files. r=warren 2000-05-13 12:29:13 +00:00
nsBufferedStreams.h Added stream buffering. Made file transport use it. Bug #19233 r=dougt 2000-02-04 07:31:43 +00:00
nsDirectoryIndexStream.cpp making string conversions explicit 2000-04-15 05:40:34 +00:00
nsDirectoryIndexStream.h Landing nsIFile. 2000-01-24 21:28:28 +00:00
nsFileStreams.cpp Removed input buffer from file input stream. Bug 41067 2000-05-31 05:33:12 +00:00
nsFileStreams.h Factoring stream i/o operations into nsIStreamIO interface. 2000-04-13 09:20:50 +00:00
nsFileTransport.cpp Bug 44342 - hang on startup. Added back a lock to mutually exclude cancel/suspend/resume. Seems to work on Mac (i.e. can't reproduce the problem now). Also cleaned up file transport service, removing unused stuff. 2000-07-11 01:52:12 +00:00
nsFileTransport.h Bug 44342 - hang on startup. Added back a lock to mutually exclude cancel/suspend/resume. Seems to work on Mac (i.e. can't reproduce the problem now). Also cleaned up file transport service, removing unused stuff. 2000-07-11 01:52:12 +00:00
nsFileTransportService.cpp Bug 44342 - hang on startup. Added back a lock to mutually exclude cancel/suspend/resume. Seems to work on Mac (i.e. can't reproduce the problem now). Also cleaned up file transport service, removing unused stuff. 2000-07-11 01:52:12 +00:00
nsFileTransportService.h Bug 44342 - hang on startup. Added back a lock to mutually exclude cancel/suspend/resume. Seems to work on Mac (i.e. can't reproduce the problem now). Also cleaned up file transport service, removing unused stuff. 2000-07-11 01:52:12 +00:00
nsFilters.js More proxy auto config work. 2000-05-05 09:49:42 +00:00
nsInputStreamChannel.cpp Bug #43652 --> fix running of JS urls by returning the error status of the 2000-07-07 21:42:15 +00:00
nsInputStreamChannel.h Factoring stream i/o operations into nsIStreamIO interface. 2000-04-13 09:20:50 +00:00
nsIOService.cpp Fixing 40159 and 44822, both [nsbeta2+] regressions on signed scripts. r=sgehani 2000-07-12 03:10:33 +00:00
nsIOService.h Bugs 21650, 42586. Remove nsISocketTransportService::LateInit(), move code that gets string bundles to lazily grab the bundle when it's needed. This avoids re-entrancy into the service manager which causes a leak. r=dbaron,warren 2000-06-23 02:02:04 +00:00
nsLoadGroup.cpp Added nsIZipReaderCache. Removed nsIZipReader::ParseManifest. Got jar: protocol going for downloaded jars and input streams. Added assertions that Cancel is called with a failure code. 2000-04-12 07:58:24 +00:00
nsLoadGroup.h Bug #28776, 28569 --> make the load group keep a weak ref on the observer 2000-03-24 05:42:10 +00:00
nsNetModRegEntry.cpp I IDL-ifying the nsProxyObjectManager. 2000-06-24 00:03:10 +00:00
nsNetModRegEntry.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsNetModuleMgr.cpp removed references to nsString2 2000-03-31 09:34:43 +00:00
nsNetModuleMgr.h Fix nsNetModuleMgr and nsNetModRegEntry leaks. r=valeski 1999-11-23 20:47:25 +00:00
nsNoAuthURLParser.cpp SUNWspro build bustage fix: use PL_strchr() instead of strchr(). 2000-06-04 18:19:47 +00:00
nsNoAuthURLParser.h Re-added 2000-01-17 06:05:43 +00:00
nsProtocolProxyService.cpp a=brendan@mozilla.org 2000-07-01 10:25:25 +00:00
nsProtocolProxyService.h a=brendan@mozilla.org 2000-07-01 10:25:25 +00:00
nsProxyAutoConfig.js a=brendan@mozilla.org 2000-07-01 10:25:25 +00:00
nsProxyAutoConfigUtils.cpp First checkin of proxy auto config stuff. 2000-04-25 01:15:35 +00:00
nsProxyAutoConfigUtils.h First checkin of proxy auto config stuff. 2000-04-25 01:15:35 +00:00
nsSimpleURI.cpp Removing URIParser attribute from nsIURI interface. Fixed Equals for case when port is the default. Cached URL parsers (all 3) to reduce object allocation. r=andreas,dp 2000-05-25 08:27:40 +00:00
nsSimpleURI.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsSocketTransport.cpp a=brendan@mozilla.org 2000-07-01 10:25:25 +00:00
nsSocketTransport.h a=brendan@mozilla.org 2000-07-01 10:25:25 +00:00
nsSocketTransportService.cpp a=brendan@mozilla.org 2000-07-01 10:25:25 +00:00
nsSocketTransportService.h Fix 26486 2000-05-26 20:12:50 +00:00
nsStdURL.cpp small performance patch for SetDirectory from jst@netscape.com, r/a=gagan@netscape.com, a=waterson@mozilla.org 2000-06-22 22:02:47 +00:00
nsStdURL.h Removing URIParser attribute from nsIURI interface. Fixed Equals for case when port is the default. Cached URL parsers (all 3) to reduce object allocation. r=andreas,dp 2000-05-25 08:27:40 +00:00
nsStdURLParser.cpp Fix for bug 27930. Support for IPv6 in the url parser. 2000-05-16 08:42:40 +00:00
nsStdURLParser.h Re-added 2000-01-17 06:05:43 +00:00
nsStreamLoader.cpp I IDL-ifying the nsProxyObjectManager. 2000-06-24 00:03:10 +00:00
nsStreamLoader.h Removed getOwner() function from nsIStreamLoader. getChannel() now fulfills this function. 2000-04-27 00:30:27 +00:00
nsSyncStreamListener.cpp r=warren. a=jar. we're now using the threadsafe macros for sync stream listeners 2000-03-07 00:37:36 +00:00
nsSyncStreamListener.h Added 1999-11-11 05:21:38 +00:00
nsURLHelper.cpp fix bug 43659, URL bar does not accept hexadecimal domain names, r=gagan@netscape.com, a=waterson@mozilla.org 2000-07-01 06:29:13 +00:00
nsURLHelper.h working on bug 37616, Retire SetRelativePath, moving ExtractScheme into nsURLHelper, r=warren@netscape.com 2000-05-07 10:43:36 +00:00