summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-6/+4
* Reformating functions calls.qsr@google.com2011-05-101-1/+2
* iwyu: Use callback_old.h where appropriate, part 2.jhawkins@chromium.org2011-05-101-1/+2
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Remove GeoTrust; leaving Equifax for now as discussed by chat.cevans@chromium.org2011-05-091-3/+0
* Make sure that the built-in pins for *.google.com don't prevent non-built-incevans@chromium.org2011-05-092-14/+31
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-4/+6
* Gchat data is mapped onto talkgadget.google.com so don't forget to HSTS it.cevans@chromium.org2011-05-052-0/+8
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-052-0/+13
* Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networkswtc@chromium.org2011-05-053-54/+67
* net: add cloudsecurityalliance.org to HSTS preloaded list.agl@chromium.org2011-05-052-0/+8
* Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/...kushi.p@gmail.com2011-05-0511-22/+26
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-051-2/+10
* Revert 84196 - Fix logic for handling reports of malformed bodies. To end up ...joi@chromium.org2011-05-051-9/+2
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-6/+4
* Fix logic for handling reports of malformed bodies. To end up countingjoi@chromium.org2011-05-051-2/+9
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* net: remove a random 10% of the False Start blocklist.agl@chromium.org2011-05-041-459/+0
* net: remove napster.com from False Start blocklist.agl@chromium.org2011-05-041-1/+0
* net: add (*.)stripe.com to the HSTS preloaded list.agl@chromium.org2011-05-042-0/+4
* net: add logentries.com to the HSTS preloaded list.agl@chromium.org2011-05-042-0/+10
* Canary HSTS for mail.google.com, based on enthusiastic support to try.cevans@chromium.org2011-05-042-7/+8
* Use a MessageLoopProxy rather than manual Lock + MessageLoop* in HostResolver...eroman@chromium.org2011-05-031-71/+32
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-0310-1125/+819
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-031-2/+4
* Add a method for PAC script errors to the network delegate.jochen@chromium.org2011-05-032-0/+11
* Add profiles.google.com to HSTS list, with permission.cevans@chromium.org2011-05-032-0/+7
* Fix net/ command-line pollution introduced in http://codereview.chromium.org/...cevans@chromium.org2011-05-025-82/+59
* Net: Define the net api for building net as a dll.rvargas@google.com2011-05-021-0/+26
* 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
* Initialize os_error to 0. rtenneti@chromium.org2011-04-301-1/+1
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-304-22/+92
* DNS Host resolver changes with retry logic. Fix forrtenneti@chromium.org2011-04-303-49/+390
* 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-282-3/+9
* 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-272-8/+19
* 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-273-202/+234
* Undo raw DNS resolver changes, this will be implemented differently, on IO-th...agayev@chromium.org2011-04-272-9/+8
* Add support for enforcing certificate pinning without requiring https on acevans@chromium.org2011-04-263-6/+56
* Add support for built-in certificate pins, and add a pin list suitable forcevans@chromium.org2011-04-252-81/+140
* Implemented chrome.experimental.webRequest.onCompletedbattre@chromium.org2011-04-232-6/+5
* Address post-review feedback for r82214. In addition, no longer attempt to gr...rsleevi@chromium.org2011-04-226-44/+38
* Address post-review feedback for r81702.rsleevi@chromium.org2011-04-221-40/+50
* Implement IpcNetworkMangersergeyu@chromium.org2011-04-211-1/+1
* Add command-line control of the HSTS preload list.cevans@chromium.org2011-04-215-45/+127
* Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...battre@chromium.org2011-04-202-0/+14
* Implementation of chrome.experimental.webRequest.onRequestSentbattre@chromium.org2011-04-202-0/+14