| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 82858 - Added network panel timing, size and raw headers text tests fo... | jar@chromium.org | 2011-04-26 | 1 | -50/+0 |
* | Add support for built-in certificate pins, and add a pin list suitable for | cevans@chromium.org | 2011-04-25 | 2 | -81/+140 |
* | Added network panel timing, size and raw headers text tests for DevTools | vsevik@chromium.org | 2011-04-25 | 1 | -0/+50 |
* | Implemented chrome.experimental.webRequest.onCompleted | battre@chromium.org | 2011-04-23 | 5 | -20/+12 |
* | Python sync server support for MIGRATION_DONE errors. | nick@chromium.org | 2011-04-23 | 3 | -68/+475 |
* | InitFromPickle should return false on any deserialization | wtc@chromium.org | 2011-04-22 | 1 | -4/+9 |
* | net: add histograms for OCSP and CRL fetch failures. | agl@chromium.org | 2011-04-22 | 1 | -30/+61 |
* | Address post-review feedback for r82214. In addition, no longer attempt to gr... | rsleevi@chromium.org | 2011-04-22 | 7 | -46/+40 |
* | Address post-review feedback for r81702. | rsleevi@chromium.org | 2011-04-22 | 1 | -40/+50 |
* | Implement IpcNetworkManger | sergeyu@chromium.org | 2011-04-21 | 1 | -1/+1 |
* | Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ... | glider@chromium.org | 2011-04-21 | 3 | -5/+4 |
* | Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark | glider@chromium.org | 2011-04-21 | 3 | -4/+5 |
* | Add command-line control of the HSTS preload list. | cevans@chromium.org | 2011-04-21 | 6 | -45/+129 |
* | Implemented of base functionality of chrome.experimental.webRequest.onBeforeR... | battre@chromium.org | 2011-04-20 | 5 | -0/+24 |
* | Implementation of chrome.experimental.webRequest.onRequestSent | battre@chromium.org | 2011-04-20 | 5 | -0/+31 |
* | Added raw headers support to DevTools. | vsevik@chromium.org | 2011-04-20 | 2 | -0/+18 |
* | Change the HTTP cache to cache the entire certificate chain for SSL sites | rsleevi@chromium.org | 2011-04-20 | 8 | -119/+250 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 30 | -4/+130 |
* | Merge server-side changes of the cloud policy protocol | gfeher@chromium.org | 2011-04-19 | 1 | -5/+0 |
* | Make URLRequest store the chain of redirects. | mattm@chromium.org | 2011-04-19 | 3 | -9/+36 |
* | Delete unused SSL preferences code for Windows and Mac. | rtenneti@chromium.org | 2011-04-19 | 6 | -714/+0 |
* | Convert CrOS proxy config serialization to protobuf format. | mnissler@chromium.org | 2011-04-19 | 2 | -2/+17 |
* | Cleanup: Standardizing argument order for CanonicalCookie constructors. | mkwst@chromium.org | 2011-04-19 | 3 | -51/+56 |
* | Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids | cevans@chromium.org | 2011-04-19 | 7 | -18/+64 |
* | Chrome could not accept IE's proxy exclusions list delimited by commas. | toyoshim@chromium.org | 2011-04-19 | 2 | -4/+19 |
* | Fix clang failure. | sergeyu@chromium.org | 2011-04-18 | 2 | -4/+8 |
* | Added TCPServerSocket. | sergeyu@chromium.org | 2011-04-18 | 12 | -2/+724 |
* | linux: don't always print dlopen errors from LoadNativeLibrary | evan@chromium.org | 2011-04-18 | 1 | -2/+2 |
* | Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b). | david.mike.futcher@gmail.com | 2011-04-18 | 1 | -2/+2 |
* | Add net/base/sys_byteorder.h | sergeyu@chromium.org | 2011-04-18 | 5 | -17/+26 |
* | Support for repeated strings in policy definitions. | mnissler@chromium.org | 2011-04-18 | 1 | -1/+7 |
* | Support key rotation in the policy test server. | mnissler@chromium.org | 2011-04-18 | 2 | -12/+24 |
* | net: Put net/server/* into namespace net. | tfarina@chromium.org | 2011-04-18 | 4 | -12/+29 |
* | Changed the jingle network code in ChromeAsyncSocket to use the client socket... | sanjeevr@chromium.org | 2011-04-15 | 1 | -1/+5 |
* | Allow extensions to redirect requests in onBeforeRequest. | mpcomplete@chromium.org | 2011-04-15 | 9 | -54/+174 |
* | Make run_testserver.exe complain if the given --doc-root parameter | darin@chromium.org | 2011-04-15 | 1 | -1/+8 |
* | Fix openssl build | joth@chromium.org | 2011-04-15 | 1 | -2/+2 |
* | Support decoding GenericNamedValue based policy. | jkummerow@chromium.org | 2011-04-15 | 1 | -1/+1 |
* | Allow certificate revocation checking to be enabled/disabled independent of t... | rsleevi@chromium.org | 2011-04-15 | 2 | -39/+125 |
* | ChromeOS specific HSTS section (with permission from Sumit, Will, more). | cevans@chromium.org | 2011-04-15 | 1 | -0/+8 |
* | net: cut an HSTS hole out at latest.chrome.google.com | agl@chromium.org | 2011-04-14 | 2 | -2/+11 |
* | Disk Cache: Perform extra validations to data comming from | rvargas@google.com | 2011-04-14 | 6 | -11/+93 |
* | Tag ProxyService as NonThreadSafe. | willchan@chromium.org | 2011-04-14 | 2 | -3/+15 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 40 | -200/+194 |
* | Clang build fix after r81584. | agl@chromium.org | 2011-04-14 | 2 | -5/+12 |
* | net: implement the beginnings of HSTS pinning | agl@chromium.org | 2011-04-14 | 4 | -1/+139 |
* | Update device policy code in test server. | mnissler@chromium.org | 2011-04-14 | 1 | -8/+41 |
* | Revert "Allow extensions to redirect requests in onBeforeRequest." | mpcomplete@chromium.org | 2011-04-13 | 9 | -174/+54 |
* | net: add issued_by_known_hash and public_key_hashes to SSLInfo. | agl@chromium.org | 2011-04-13 | 6 | -8/+35 |
* | Revert 81472 - Disk Cache: Perform extra validations to data comming fromdisk... | nick@chromium.org | 2011-04-13 | 5 | -89/+8 |