summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Introduce HttpStreamBasebashi@chromium.org2012-11-099-121/+162
* Ensure that OCSPIOLoop is associated with right thread if restarted.blundell@chromium.org2012-11-092-0/+22
* Revert 166580 - Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.tburkard@chromium.org2012-11-091-3/+3
* [net] Measure DNS.CacheEvicted and DNS.CacheExpired.szym@chromium.org2012-11-083-5/+61
* Fix uninitialized access in QuicConnectionHelperTestrch@chromium.org2012-11-081-1/+5
* Add run_isolate.py to all .isolate.maruel@chromium.org2012-11-081-0/+1
* Switching around the order of operations so that when the connection informs ...rch@chromium.org2012-11-082-2/+4
* Fix GetExtensionsForMimeType() function.kmadhusu@chromium.org2012-11-082-2/+7
* net: Enhance UploadElementReaders' const correctnesshashimoto@chromium.org2012-11-082-14/+14
* Merge the NSS patch for https://bugzilla.mozilla.org/show_bug.cgi?id=770057.wtc@chromium.org2012-11-086-16/+201
* When ordering client certificates, use a constant time for determining validity.rsleevi@chromium.org2012-11-082-4/+11
* Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.tburkard@chromium.org2012-11-081-3/+3
* Try #2.1: Run safebrowsing_service_test through the net testserver code.mattm@chromium.org2012-11-078-342/+456
* EISCONN is not defined in Visual C++ 2008. The check for EISCONNwtc@chromium.org2012-11-071-0/+7
* Add a Chrome-specific QuicConnectionHelper class.rch@chromium.org2012-11-078-0/+599
* Move Android WebView Test WebServer to net.jknotten@chromium.org2012-11-074-1/+549
* [net] Set default HostCache size according to HostCacheSize field trial.szym@chromium.org2012-11-071-9/+10
* Resolve a strict-weak-ordering issue when sorting certificates and both are e...rsleevi@chromium.org2012-11-071-2/+2
* Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.mkwst@chromium.org2012-11-071-2/+3
* Provide mutable members of UrlRequestContext via pure-virtual interface. Cre...pauljensen@chromium.org2012-11-0714-58/+268
* FTP: add net-internals logging.phajdan.jr@chromium.org2012-11-076-18/+96
* Revert 166344 (SafeBrowsingSystemTest fails on XP:thakis@chromium.org2012-11-078-456/+342
* Try #2: Run safebrowsing_service_test through the net testserver code.mattm@chromium.org2012-11-078-342/+456
* Pre-populate net-internals with information aboutmmenke@chromium.org2012-11-065-74/+97
* Sort client certificates by preference before prompting the userrsleevi@chromium.org2012-11-067-0/+146
* allow changing headers by delegate_ during a redirectbcwhite@chromium.org2012-11-064-2/+56
* Stop emitting warnings for mime types not recognized by Android.peter@chromium.org2012-11-061-4/+1
* testserver.py: Remove workaround for buildbottoyoshim@chromium.org2012-11-061-11/+1
* Make Segment refcounted.agayev@chromium.org2012-11-062-10/+13
* [net] Make HostResolverImpl::OnIPAddressChange faster by removing blocking on...szym@chromium.org2012-11-062-130/+80
* Make Segment API symmetric.agayev@chromium.org2012-11-063-66/+34
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-0616-2040/+1186
* Add GetWebSocketTestDataDirectory() to test_data_directorytoyoshim@chromium.org2012-11-067-21/+49
* Fix uninitialized variable in QuicConnection::OnPacketComplete used in loggin...rch@chromium.org2012-11-052-3/+6
* Revert 165997 - Disk cache: Don't check the lists of entries at startup.rvargas@google.com2012-11-051-0/+3
* Disk cache: Don't check the lists of entries at startup.rvargas@google.com2012-11-051-3/+0
* Helper functions in NetworkChangeNotifier related to WWAN usedroger@chromium.org2012-11-052-3/+36
* Adding QuicClientSession and friendsrch@chromium.org2012-11-0410-0/+485
* Treat 0 returned from HttpStream::ReadResponseBody correctly.paivanof@gmail.com2012-11-044-23/+244
* Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-0414-2/+1714
* Revert 165858 - Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-0314-1714/+2
* Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-0314-2/+1714
* Update an outdated comment.eroman@chromium.org2012-11-031-3/+3
* Add QuicConnection and MockQuicConnectionHelper.rch@chromium.org2012-11-0210-3/+1896
* FTP: refactor repetetive code to a table of callbacks.phajdan.jr@chromium.org2012-11-021-29/+34
* net: Allow calling UploadDataStream::Init() multiple times for reset purposehashimoto@chromium.org2012-11-029-69/+441
* Changes "Android-WebView" feature annotation to "WebView".klundberg@chromium.org2012-11-011-17/+17
* First step towards component build for Android.yfriedman@chromium.org2012-11-015-5/+9
* Add net/base/test_data_directory.htoyoshim@chromium.org2012-11-0116-16/+52
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-0118-298/+215