summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge 86531 - Update effecitve-TLD data files using the latest data from Mozi...jungshik@google.com2011-05-283-11096/+10508
* Merge 84251, 85083, 85188, 85375.wtc@chromium.org2011-05-196-88/+578
* Merge 84257 - Re-connect if Keep-Alive connection has been closed by the time...asanka@chromium.org2011-05-1313-121/+245
* Merge 84406 - GetPeerAddress could be called without socket, added checkdpolukhin@chromium.org2011-05-061-0/+6
* Merge 84202 - Fix logic for handling reports of malformed bodies. To end up c...joi@chromium.org2011-05-053-9/+23
* Merge 83199 - Fix https://m.gmail.com/ and https://m.googlemail.com/, which d...cevans@chromium.org2011-04-272-4/+14
* Merge 82409 - Add command-line control of the HSTS preload list.cevans@chromium.org2011-04-236-45/+129
* 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
* Update device policy code in test server.mnissler@chromium.org2011-04-141-8/+41
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-139-174/+54
* net: add issued_by_known_hash and public_key_hashes to SSLInfo.agl@chromium.org2011-04-136-8/+35
* Revert 81472 - Disk Cache: Perform extra validations to data comming fromdisk...nick@chromium.org2011-04-135-89/+8
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-139-54/+174
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-135-8/+89
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-136-202/+638
* Http Cache: Only cache range requests when the server providesrvargas@google.com2011-04-134-23/+131
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-1312-23/+95
* Suppress login prompting for favicons.asanka@chromium.org2011-04-131-0/+4
* Add websocket ownersukai@chromium.org2011-04-132-0/+4
* Fix openssl buildjoth@chromium.org2011-04-132-8/+34
* Revert 81343 - Add multiple-offset versions of the various URL reformatting f...mrossetti@chromium.org2011-04-136-636/+202