| Commit message (Expand) | Author | Age | Files | Lines |
* | Change base/file_utils.h includes to base/files/file_utils.h in net/ | thestig | 2014-09-04 | 4 | -4/+4 |
* | Declaring the weak_ptr_factory in proper order. | kulkarni.a | 2014-08-28 | 2 | -6/+6 |
* | This CL is a follow up to https://codereview.chromium.org/416683002/. | mshelley@chromium.org | 2014-08-08 | 1 | -1/+2 |
* | This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s... | mshelley@chromium.org | 2014-08-07 | 2 | -2/+12 |
* | Map WebSocket URL schemes to HTTP URL schemes for auth purposes. | ricea@chromium.org | 2014-07-29 | 2 | -2/+18 |
* | Remove Create*Value (except CreateNullValue) | estade@chromium.org | 2014-07-25 | 1 | -4/+2 |
* | Revert 282307 "Map WebSocket URL schemes to HTTP URL schemes for..." | kaliamoorthi@chromium.org | 2014-07-10 | 2 | -18/+2 |
* | Map WebSocket URL schemes to HTTP URL schemes for auth purposes. | ricea@chromium.org | 2014-07-10 | 2 | -2/+18 |
* | Add tests for TLS fallback on connection reset and close. | davidben@chromium.org | 2014-06-27 | 2 | -0/+31 |
* | Local test server: do not use job object on Windows | phajdan.jr@chromium.org | 2014-06-26 | 3 | -21/+0 |
* | Populate cert_key_types on OpenSSL. | davidben@chromium.org | 2014-05-20 | 2 | -0/+28 |
* | Change the Android test server's cwd rather than mangle arguments. | davidben@chromium.org | 2014-04-30 | 1 | -1/+6 |
* | Reland r263348: Add False Start tests | davidben@chromium.org | 2014-04-16 | 2 | -2/+40 |
* | Revert 263348 "Add False Start tests" | zhaoqin@google.com | 2014-04-12 | 2 | -40/+2 |
* | Add False Start tests | davidben@chromium.org | 2014-04-11 | 2 | -2/+40 |
* | Revert 260201 "Give localserver time to shut down" | tim@chromium.org | 2014-03-28 | 1 | -5/+0 |
* | Give localserver time to shut down | sigbjorn@opera.com | 2014-03-28 | 1 | -0/+5 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 4 | -5/+8 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-17 | 2 | -8/+8 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | jochen@chromium.org | 2014-03-15 | 2 | -8/+8 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 2 | -8/+8 |
* | Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c... | thakis@chromium.org | 2014-03-14 | 2 | -8/+8 |
* | Implement ScopedFD in terms of ScopedGeneric. | brettw@chromium.org | 2014-03-14 | 2 | -8/+8 |
* | Allow the content browser client to specify a special cookie store to be | tburkard@chromium.org | 2014-03-12 | 1 | -1/+1 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -2/+2 |
* | rAc: remove http:// support, except when flag is provided | estade@chromium.org | 2013-12-17 | 1 | -1/+1 |
* | Extract Certificate Transparency SCTs from stapled OCSP responses | ekasper@google.com | 2013-12-17 | 2 | -9/+17 |
* | Revert of https://codereview.chromium.org/92443002/ | szym@chromium.org | 2013-12-13 | 2 | -17/+9 |
* | Extract Certificate Transparency SCTs from stapled OCSP responses | ekasper@google.com | 2013-12-13 | 2 | -9/+17 |
* | net: add test for TLS_FALLBACK_SCSV | agl@chromium.org | 2013-12-11 | 2 | -2/+13 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 1 | -6/+3 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 1 | -3/+6 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 1 | -6/+3 |
* | Stop using third_party\python_26 for many tests. | maruel@chromium.org | 2013-12-05 | 2 | -10/+7 |
* | Add support for fetching Certificate Transparency SCTs over a TLS extension | ekasper@google.com | 2013-11-28 | 2 | -1/+14 |
* | [Net] Add a priority parameter to URLRequest's constructor | akalin@chromium.org | 2013-10-31 | 1 | -3/+4 |
* | Remove hard dependency on bundled python_26 in tests | bratell@opera.com | 2013-09-19 | 1 | -0/+64 |
* | GTTF: launch test processes using job objects on Windows. | phajdan.jr@chromium.org | 2013-09-13 | 1 | -2/+3 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -2/+1 |
* | Remove HostResolver::RequestInfo's priority parameter | akalin@chromium.org | 2013-08-20 | 1 | -2/+6 |
* | Add a priority parameter for HostResolver::RequestInfo's constructor | akalin@chromium.org | 2013-08-16 | 1 | -1/+1 |
* | net: two non-semantic fixups. | agl@chromium.org | 2013-08-01 | 2 | -3/+4 |
* | Perform online revocation checks when EV certificates aren't covered by a fre... | agl@chromium.org | 2013-07-31 | 2 | -0/+11 |
* | Update include paths in net for base/process changes. | rsesek@chromium.org | 2013-07-23 | 4 | -4/+6 |
* | Use a direct include of the message_loop header in net/, part 3. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 4 | -4/+4 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -2/+2 |
* | Use a direct include of time headers in net/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Regenerate the root certificate and end-entity certificates used for various ... | rsleevi@chromium.org | 2013-06-20 | 1 | -1/+1 |