summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* FTP: misc fixes resulting from my testing.phajdan.jr@chromium.org2012-12-0411-9/+255
* Add support for public account policy to CloudPolicyClient.mnissler@chromium.org2012-12-041-22/+38
* net: add (*.)serverdensity.io to HSTS preloaded.agl@chromium.org2012-12-042-0/+2
* Add a QuicHttpStream class.rch@chromium.org2012-12-0415-12/+1037
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-0438-729/+583
* Query the network delegate for cookies even if there is no cookie monsterdroger@chromium.org2012-12-042-2/+6
* Fix Netlink message length.pauljensen@chromium.org2012-12-031-1/+1
* Send 'IP address changed' events on Android when connection type changes.pliard@chromium.org2012-12-031-0/+1
* Clean up SpdySessionDependencies to remove code duplication.rch@chromium.org2012-12-028-1038/+842
* Ensure that NSS HTTP IO is initialized on iOS.wtc@chromium.org2012-12-013-9/+8
* Http cache: fix a bug that prevented the infinite cache simulation from savingrvargas@google.com2012-11-302-5/+36
* Linux: use generated library loader for gsettings.phajdan.jr@chromium.org2012-11-301-92/+22
* Let net_unittests build with the components build on androidthakis@chromium.org2012-11-303-5/+5
* Remove unused parameter from the method IsDomainMatch of the class CanonicalC...markusheintz@chromium.org2012-11-304-22/+19
* Move EnableSpdy from HttpNetworkLayer to IOThread.rch@chromium.org2012-11-302-69/+8
* [chromedriver] Write websocket client and sync websocket client.kkania@chromium.org2012-11-292-7/+7
* Add unittests to test the "IsOnPath" and "IsDomainMatch methods of the class ...markusheintz@chromium.org2012-11-291-0/+57
* Use Netlink instead of NetworkManager (via D-bus) to monitor networkpauljensen@chromium.org2012-11-297-623/+359
* Fix URLFetcherDownloadProgressTest to work with remote test serverppi@chromium.org2012-11-291-36/+62
* Adding a simple class for dumping the contents of a cache. Use this new class...rch@chromium.org2012-11-2910-64/+503
* net: block Sirefef.gen!C malware key in code.agl@chromium.org2012-11-291-1/+4
* Remove some cases where MockHostResolver was givenmmenke@chromium.org2012-11-292-21/+22
* net: add special case errors for certificates.agl@chromium.org2012-11-284-17/+20
* Revert 170024 - Adding a simple class for dumping the contents of a cache. U...rch@chromium.org2012-11-2810-524/+85
* For Cache Sensitivity Analysis, add createentry/openentry delays.tburkard@chromium.org2012-11-282-22/+61
* POSTs to HSTS domains are no longer converted to GETs mmenke@chromium.org2012-11-285-20/+73
* net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequesthashimoto@chromium.org2012-11-2817-56/+88
* [net] Fix AsyncDNS.HaveDnsConfig measurement.szym@chromium.org2012-11-281-0/+8
* Adding a simple class for dumping the contents of a cache. Use this new clas...rch@chromium.org2012-11-2810-85/+524
* Used shared proto messages for user cloud policies of the same type.joaodasilva@chromium.org2012-11-281-22/+20
* Fix potential threading issues in NetworkChangeNotifierAndroid.pliard@chromium.org2012-11-289-143/+443
* Updated comment about lifetime of |out_req| parameter to CertVerifier::Verify.joaodasilva@chromium.org2012-11-281-3/+2
* Hack around testserver issues with stdout and stderr on Win XP bots.mattm@chromium.org2012-11-282-4/+15
* net: Add cache sensitivity histograms to the Net.HttpJob histograms.rvargas@google.com2012-11-271-0/+35
* net: timeout built-in HSTS in the same way as pins.agl@chromium.org2012-11-273-9/+20
* Revert 169704 - Adding a simple tool for dumping the contents of a cache.rch@chromium.org2012-11-2710-518/+85
* Set the search provider polling to 100 ms since the last autocomplete request.bartn@chromium.org2012-11-272-6/+26
* Adding a simple tool for dumping the contents of a cache.rch@chromium.org2012-11-2710-85/+518
* net: add histogram to measure how often we do SSLv3 fallback to renego patche...agl@chromium.org2012-11-261-0/+18
* Infinite cache comparison histograms.gavinp@chromium.org2012-11-231-0/+47
* Implement x509_util::IsSupportedValidityRange() for Android / openssl.digit@chromium.org2012-11-222-3/+53
* Add unit tests for the method IsEquivalent of the class CanonicalCookie.markusheintz@chromium.org2012-11-221-0/+83
* net/cookies: Do not introduce a static initializer in perftest.tfarina@chromium.org2012-11-221-40/+38
* Disk cache: Update the documentation to reflect the current interface.rvargas@google.com2012-11-211-22/+18
* Added cloud_policy_browsertest.cc, that tests the cloud policy stack(s) again...joaodasilva@chromium.org2012-11-202-19/+7
* Fix and enable the PAC fetcher NoCache test on Androidppi@chromium.org2012-11-201-4/+14
* net: Add NULL check for SpdyHttpStream::request_info_hashimoto@chromium.org2012-11-201-4/+4
* Disable MD5 certificate signatures if NSS is used to verify certificates.wtc@chromium.org2012-11-201-6/+10
* Revert 168626 - Avoid disk accesses on the wrong thread in URLRequestFileJobnona@chromium.org2012-11-203-133/+103
* Avoid calling into glib on ChromeOSpauljensen@chromium.org2012-11-201-2/+2