summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Net: Define the net api for building net as a dll.rvargas@google.com2011-05-022-0/+27
* linux: components buildevan@chromium.org2011-05-021-1/+2
* net: add romab.com to HSTS preloaded list.agl@chromium.org2011-05-022-0/+5
* Revert 83641 - DNS Host resolver changes with retry logic. Fix forjar@chromium.org2011-05-023-390/+49
* Add a method to HMAC to indicate how large a digest it produces.abarth@chromium.org2011-04-301-20/+12
* Fix problem when interpreting Gnome proxy settings, where http, https, and ft...eroman@chromium.org2011-04-302-32/+92
* Initialize os_error to 0. rtenneti@chromium.org2011-04-301-1/+1
* MAC Cookies (patch 2 of N)abarth@chromium.org2011-04-304-0/+348
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-304-22/+92
* Stop refcounting URLRequestTestJobwillchan@chromium.org2011-04-302-20/+42
* DNS Host resolver changes with retry logic. Fix forrtenneti@chromium.org2011-04-303-49/+390
* Revert 83631 - linux: successfully build net_unittests in components buildmaf@chromium.org2011-04-301-2/+1
* linux: successfully build net_unittests in components buildevan@chromium.org2011-04-291-1/+2
* Revert r83600abarth@chromium.org2011-04-294-348/+0
* MAC Cookies (2 of N)abarth@chromium.org2011-04-294-0/+348
* Add "set noparent" to src/net/OWNERS.willchan@chromium.org2011-04-291-1/+1
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-2913-216/+83
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-2913-83/+216
* Fix error reporting in the test server.mnissler@chromium.org2011-04-291-8/+5
* Update cert pinning metadata to add pinning for most Google domains.cevans@chromium.org2011-04-282-52/+153
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-288-43/+57
* Keep track of whether we're getting any certificate pin failures.cevans@chromium.org2011-04-281-4/+9
* Remove the declaration of the obsolete CreateOSCert method. The methodwtc@chromium.org2011-04-281-4/+0
* Linux: upgrade a DCHECK to CHECK to try and catch bug 75508 in action.mdm@chromium.org2011-04-281-2/+2
* Fix disk cache stats to include 'Open misses'joth@chromium.org2011-04-281-4/+4
* Report cert-pin only metadata correctly in the chrome://net-internals/#hsts UI.cevans@chromium.org2011-04-271-4/+8
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-279-26/+46
* Stop refcounting ProxyService.willchan@chromium.org2011-04-2718-235/+206
* Fix https://m.gmail.com/ and https://m.googlemail.com/, which don't return acevans@chromium.org2011-04-272-4/+14
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-275-241/+245
* Undo raw DNS resolver changes, this will be implemented differently, on IO-th...agayev@chromium.org2011-04-277-16/+15
* Revert r83048 "Removed wchar_t from Time::FromString."maruel@chromium.org2011-04-263-7/+8
* Removed wchar_t from Time::FromString.shinyak@google.com2011-04-263-8/+7
* Find("SpdyCwnd") is sometimes coming back null. This guards against that case.russellbrenner@google.com2011-04-261-0/+4
* Add support for enforcing certificate pinning without requiring https on acevans@chromium.org2011-04-264-7/+57
* Revert 82858 - Added network panel timing, size and raw headers text tests fo...jar@chromium.org2011-04-261-50/+0
* Add support for built-in certificate pins, and add a pin list suitable forcevans@chromium.org2011-04-252-81/+140
* Added network panel timing, size and raw headers text tests for DevToolsvsevik@chromium.org2011-04-251-0/+50
* Implemented chrome.experimental.webRequest.onCompletedbattre@chromium.org2011-04-235-20/+12
* Python sync server support for MIGRATION_DONE errors.nick@chromium.org2011-04-233-68/+475
* InitFromPickle should return false on any deserializationwtc@chromium.org2011-04-221-4/+9
* net: add histograms for OCSP and CRL fetch failures.agl@chromium.org2011-04-221-30/+61
* Address post-review feedback for r82214. In addition, no longer attempt to gr...rsleevi@chromium.org2011-04-227-46/+40
* Address post-review feedback for r81702.rsleevi@chromium.org2011-04-221-40/+50
* Implement IpcNetworkMangersergeyu@chromium.org2011-04-211-1/+1
* Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...glider@chromium.org2011-04-213-5/+4
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-04-213-4/+5
* Add command-line control of the HSTS preload list.cevans@chromium.org2011-04-216-45/+129
* Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...battre@chromium.org2011-04-205-0/+24
* Implementation of chrome.experimental.webRequest.onRequestSentbattre@chromium.org2011-04-205-0/+31