gecko/netwerk/base/src
2010-04-20 09:32:28 -07:00
..
Makefile.in Bug 495674: Internet connection should be initiated if needed [r=biesi] 2009-11-18 10:20:45 -05:00
NetUtil.jsm Bug 532147 - NetUtil.asyncFetch should take an nsIURI, string, nsIFile, or nsIChannel 2009-12-15 23:33:08 -08:00
nsAsyncStreamCopier.cpp Bug 545869 - Remove small buffer #defines and use preferences. r=honza 2010-04-20 09:32:28 -07:00
nsAsyncStreamCopier.h Bug 470716. Make the close-on-completion behavior of nsAsyncStreamCopier configurable. r+sr=bzbarsky. 2009-03-30 15:10:13 -04:00
nsAuthInformationHolder.cpp
nsAuthInformationHolder.h
nsAutodialMaemo.cpp Bug 495674: Internet connection should be initiated if needed [r=biesi] 2009-11-18 10:20:45 -05:00
nsAutodialMaemo.h Bug 495674: Internet connection should be initiated if needed [r=biesi] 2009-11-18 10:20:45 -05:00
nsAutodialWin.cpp Bug 504025 - [windows x64] casting pointer to long is illegal on win64; don't cast HANDLE to UINT either; r=doug.turner sr=cbiesinger 2009-08-09 00:50:36 +02:00
nsAutodialWin.h Bug 488140 - rename the class in nsAutodial and friends to be consistent. r=jduell, sr=stuart 2009-04-13 21:41:33 -07:00
nsAutodialWinCE.cpp Bug 490663 - Autodialer does not work on proxied connections. r=blassey, sr=vlad 2009-07-08 10:52:45 -07:00
nsAutodialWinCE.h Bug 488140 - rename the class in nsAutodial and friends to be consistent. r=jduell, sr=stuart 2009-04-13 21:41:33 -07:00
nsBase64Encoder.cpp
nsBase64Encoder.h
nsBaseChannel.cpp
nsBaseChannel.h
nsBaseContentStream.cpp
nsBaseContentStream.h
nsBufferedStreams.cpp
nsBufferedStreams.h
nsDirectoryIndexStream.cpp
nsDirectoryIndexStream.h
nsDNSPrefetch.cpp Fixing bug 488162. Disable prefetches on proxy config and pref, r+sr=bzbarsky@mit.edu 2009-05-06 14:26:33 -07:00
nsDNSPrefetch.h
nsDownloader.cpp
nsDownloader.h
nsFileStreams.cpp Bug 507312 - nsFileInputStream::available() throws for files >= 4,294,967,295 bytes (4 GB). r=cbiesinger 2009-09-16 14:50:32 +09:00
nsFileStreams.h
nsIncrementalDownload.cpp Bug 316071 - Software Update progress bar updates in 300k chunks, making it look stalled for dialup users. r=biesi 2009-06-16 10:46:40 +02:00
nsInputStreamChannel.cpp
nsInputStreamChannel.h
nsInputStreamPump.cpp Bug 545869 - Remove small buffer #defines and use preferences. r=honza 2010-04-20 09:32:28 -07:00
nsInputStreamPump.h
nsIOService.cpp Bug 545869 - Remove small buffer #defines and use preferences. r=honza 2010-04-20 09:32:28 -07:00
nsIOService.h Bug 545869 - Remove small buffer #defines and use preferences. r=honza 2010-04-20 09:32:28 -07:00
nsIOThreadPool.cpp
nsIOThreadPool.h
nsLoadGroup.cpp Bug 474369 - get rid of nsVoidArray; netwerk part, v2; r=cbiesinger 2009-02-23 02:05:28 +01:00
nsLoadGroup.h
nsMIMEInputStream.cpp
nsMIMEInputStream.h
nsNativeConnectionHelper.cpp Bug 495674: Internet connection should be initiated if needed [r=biesi] 2009-11-18 10:20:45 -05:00
nsNativeConnectionHelper.h
nsNetSegmentUtils.h Bug 545869 - Remove small buffer #defines and use preferences. r=honza 2010-04-20 09:32:28 -07:00
nsNetStrings.cpp Bug 515797: Allow necko to create channels that are aware of Content Security Policy. r=jduell, sr=biesi 2010-04-10 16:08:21 -04:00
nsPACMan.cpp
nsPACMan.h
nsProtocolProxyService.cpp Bug 529773 - "nsProtocolProxyService::PrefsChanged / nsProtocolProxyService::Resolve_Internal don't behave cleanly when do_GetService(NS_SYSTEMPROXYSETTINGS_CONTRACTID) fails" (act like preference is Direct when SystemProxy isn't available) [r=biesi] 2009-12-03 01:31:55 -06:00
nsProtocolProxyService.h Fixing bug 488162. Disable prefetches on proxy config and pref, r+sr=bzbarsky@mit.edu 2009-05-06 14:26:33 -07:00
nsProxyAutoConfig.js Bug 386635 - Automatically wrap sandboxes in security wrappers to make them easier to use safely. r=jst 2010-02-11 17:04:41 -08:00
nsProxyInfo.cpp
nsProxyInfo.h
nsRequestObserverProxy.cpp Bug 504025 - [windows x64] casting pointer to long is illegal on win64; cast to PRUptrdiff for printing out pointers; r=cbiesinger 2009-08-09 00:50:42 +02:00
nsRequestObserverProxy.h
nsSerializationHelper.cpp Bug 409500. Compute the right output length for our base64 decoding. r=jduell 2009-09-18 14:53:17 -04:00
nsSerializationHelper.h
nsServerSocket.cpp
nsServerSocket.h
nsSimpleNestedURI.cpp Bug 403199. Don't log addref/release of nsSimpleNestedURI, becuse it doesn't work right when someone addrefs the derived class but releases the base class canonical nsISupports, due to aggregation. r=dbaron 2009-04-09 14:01:16 -04:00
nsSimpleNestedURI.h
nsSimpleStreamListener.cpp
nsSimpleStreamListener.h
nsSimpleURI.cpp
nsSimpleURI.h
nsSocketTransport2.cpp Bug 495674: Internet connection should be initiated if needed [r=biesi] 2009-11-18 10:20:45 -05:00
nsSocketTransport2.h Bug 385154 - remove nsInt64 usage from the tree. r=roc 2009-08-12 10:51:46 +02:00
nsSocketTransportService2.cpp Bug 510627 - Windows CE hanging on some SSL sites. r=vladimir sr=cbiesinger 2009-08-20 15:17:29 -07:00
nsSocketTransportService2.h Bug 454990. On Windows, increase the size of our TCP send window to 128KB, from the default of 8KB. The value is already 128KB on other OSes, and it appears that other browsers on Windows change the default in the same way. r=jduell, r+sr=bzbarsky. 2009-02-09 12:31:44 -05:00
nsStandardURL.cpp Bug 554120: Fix out-of-bounds read in nsStandardURL.cpp. r=biesi 2010-03-22 00:36:38 -07:00
nsStandardURL.h Bug 520069 - cope with nsResURLs that don't point to physical files r=biesi 2009-10-08 11:19:07 -07:00
nsStreamListenerTee.cpp Bug 513074 - remove sync writes from current cache, r=biesi,michal.novotny sr=bzbarsky 2010-02-23 10:13:18 -08:00
nsStreamListenerTee.h Bug 513074 - remove sync writes from current cache, r=biesi,michal.novotny sr=bzbarsky 2010-02-23 10:13:18 -08:00
nsStreamLoader.cpp Bug 533079 Actually land patch addressing review comments from bug 507970 a=shaver r=biesi 2009-12-07 10:49:46 +00:00
nsStreamLoader.h Bug 533079 Actually land patch addressing review comments from bug 507970 a=shaver r=biesi 2009-12-07 10:49:46 +00:00
nsStreamTransportService.cpp Bug 385154 - remove nsInt64 usage from the tree. r=roc 2009-08-12 10:51:46 +02:00
nsStreamTransportService.h
nsSyncStreamListener.cpp Bug 545869 - Remove small buffer #defines and use preferences. r=honza 2010-04-20 09:32:28 -07:00
nsSyncStreamListener.h
nsTransportUtils.cpp
nsTransportUtils.h
nsUnicharStreamLoader.cpp
nsUnicharStreamLoader.h
nsURIChecker.cpp
nsURIChecker.h
nsURLHelper.cpp Bug 522025 - Incessant slew of GetURLSpecFromFile warnings. r=taras 2009-10-16 16:59:02 -07:00
nsURLHelper.h Bug 522025 - Incessant slew of GetURLSpecFromFile warnings. r=taras 2009-10-16 16:59:02 -07:00
nsURLHelperOS2.cpp Bug 510991 - NS_GetURLSpecFromFile does a stat(). r=biesi 2009-10-06 15:43:59 +02:00
nsURLHelperOSX.cpp Bug 510991 - NS_GetURLSpecFromFile does a stat(). r=biesi 2009-10-06 15:43:59 +02:00
nsURLHelperUnix.cpp Bug 510991 - NS_GetURLSpecFromFile does a stat(). r=biesi 2009-10-06 15:43:59 +02:00
nsURLHelperWin.cpp Bug 510991 - NS_GetURLSpecFromFile does a stat(). r=biesi 2009-10-06 15:43:59 +02:00
nsURLParsers.cpp Bug 479485 - Invalid port numbers cause default port to be used, should fail to load, r=bzbarsky 2009-09-28 17:10:34 +02:00
nsURLParsers.h bug 491801 the no_auth URLparser needs to enforce no_auth, r=jduell, sr=biesi 2009-05-16 20:21:35 -07:00