summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added raw headers support to DevTools.vsevik@chromium.org2011-04-202-0/+18
* Change the HTTP cache to cache the entire certificate chain for SSL sitesrsleevi@chromium.org2011-04-208-119/+250
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-1930-4/+130
* Merge server-side changes of the cloud policy protocolgfeher@chromium.org2011-04-191-5/+0
* Make URLRequest store the chain of redirects.mattm@chromium.org2011-04-193-9/+36
* Delete unused SSL preferences code for Windows and Mac.rtenneti@chromium.org2011-04-196-714/+0
* Convert CrOS proxy config serialization to protobuf format.mnissler@chromium.org2011-04-192-2/+17
* Cleanup: Standardizing argument order for CanonicalCookie constructors.mkwst@chromium.org2011-04-193-51/+56
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-197-18/+64
* Chrome could not accept IE's proxy exclusions list delimited by commas.toyoshim@chromium.org2011-04-192-4/+19
* Fix clang failure.sergeyu@chromium.org2011-04-182-4/+8
* Added TCPServerSocket.sergeyu@chromium.org2011-04-1812-2/+724
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-2/+2
* Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).david.mike.futcher@gmail.com2011-04-181-2/+2
* Add net/base/sys_byteorder.hsergeyu@chromium.org2011-04-185-17/+26
* Support for repeated strings in policy definitions.mnissler@chromium.org2011-04-181-1/+7
* Support key rotation in the policy test server.mnissler@chromium.org2011-04-182-12/+24
* net: Put net/server/* into namespace net.tfarina@chromium.org2011-04-184-12/+29
* Changed the jingle network code in ChromeAsyncSocket to use the client socket...sanjeevr@chromium.org2011-04-151-1/+5
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-159-54/+174
* Make run_testserver.exe complain if the given --doc-root parameterdarin@chromium.org2011-04-151-1/+8
* Fix openssl buildjoth@chromium.org2011-04-151-2/+2
* Support decoding GenericNamedValue based policy.jkummerow@chromium.org2011-04-151-1/+1
* Allow certificate revocation checking to be enabled/disabled independent of t...rsleevi@chromium.org2011-04-152-39/+125
* ChromeOS specific HSTS section (with permission from Sumit, Will, more).cevans@chromium.org2011-04-151-0/+8
* net: cut an HSTS hole out at latest.chrome.google.comagl@chromium.org2011-04-142-2/+11
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-146-11/+93
* Tag ProxyService as NonThreadSafe.willchan@chromium.org2011-04-142-3/+15
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-1440-200/+194
* Clang build fix after r81584.agl@chromium.org2011-04-142-5/+12
* net: implement the beginnings of HSTS pinningagl@chromium.org2011-04-144-1/+139