| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable flaky DiskCacheBackendTest.NewEvictionDisableSuccess4. | phajdan.jr@chromium.org | 2009-09-16 | 1 | -1/+3 |
* | More correctly handle username and password in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-09-16 | 9 | -86/+226 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 2 | -6/+0 |
* | Uncouple the cert verifier when disconnecting to avoid a callback after a SSL... | hawk@chromium.org | 2009-09-15 | 1 | -0/+2 |
* | Change the URLs used to access "view-cache:" and "view-net-internals:". | eroman@chromium.org | 2009-09-14 | 10 | -127/+184 |
* | Non-blocking connect() attempts may fail synchronously in some cases. When | mark@chromium.org | 2009-09-11 | 2 | -40/+49 |
* | Fix two issues with a downloaded file's extension: | paul@chromium.org | 2009-09-11 | 1 | -5/+0 |
* | Followup after http://codereview.chromium.org/201034 to correctly handle months. | phajdan.jr@chromium.org | 2009-09-11 | 3 | -0/+16 |
* | Add a NOTREACHED() to catch users of pre-release NSS. | chase@chromium.org | 2009-09-11 | 1 | -0/+5 |
* | Add a histogram for measuring SSL Connect times. | mbelshe@google.com | 2009-09-11 | 2 | -2/+14 |
* | Strict transport security: add checkbox to clear state. | agl@chromium.org | 2009-09-11 | 3 | -0/+24 |
* | Increase the maximum number of entries in LoadLog to 40. | eroman@chromium.org | 2009-09-10 | 1 | -1/+1 |
* | Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi... | eroman@chromium.org | 2009-09-10 | 17 | -106/+236 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 8 | -24/+28 |
* | Use "GURL::possibly_invalid_spec()" rather than "GURL::spec()", in case the G... | eroman@chromium.org | 2009-09-10 | 3 | -7/+29 |
* | Strict transport security: come out from behind the flag. | agl@chromium.org | 2009-09-10 | 1 | -13/+1 |
* | Get the latest ParseFTPList code from Mozilla, and apply only the absolutely | phajdan.jr@chromium.org | 2009-09-10 | 6 | -1128/+2091 |
* | Http cache: Convert data writes from sysnchronous to asynchronous. | rvargas@google.com | 2009-09-10 | 3 | -35/+89 |
* | Add methods for setting socket buffers to the Socket | mbelshe@google.com | 2009-09-09 | 18 | -10/+130 |
* | Add an SSLConfigService implementation for Mac OS X | hawk@chromium.org | 2009-09-09 | 5 | -0/+324 |
* | Fix to use FilePath version of PathService::Get. | thestig@chromium.org | 2009-09-09 | 1 | -2/+2 |
* | Return ERR_FILE_NOT_FOUND from FtpNetworkTransaction when we can. | phajdan.jr@chromium.org | 2009-09-09 | 2 | -3/+34 |
* | Get rid of the data socket completely when data transfer is finished. | phajdan.jr@chromium.org | 2009-09-09 | 1 | -0/+4 |
* | Add a unit test for FTP directory listing. | phajdan.jr@chromium.org | 2009-09-09 | 1 | -0/+17 |
* | Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show. | mirandac@chromium.org | 2009-09-09 | 8 | -79/+75 |
* | Http cache: Don't delete sparse entries when we | rvargas@google.com | 2009-09-09 | 2 | -11/+54 |
* | Display symlinks on FTP directory listings. | phajdan.jr@chromium.org | 2009-09-09 | 1 | -1/+18 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 2 | -8/+8 |
* | Include fixes for gcc >= 4.3 | evan@chromium.org | 2009-09-09 | 1 | -0/+2 |
* | ForceTLS: hash hostnames, handle subdomains, canonicalise. | agl@chromium.org | 2009-09-09 | 7 | -24/+343 |
* | Add an href to help page for view-net-internal. | eroman@chromium.org | 2009-09-08 | 1 | -1/+4 |
* | Don't log empty FTP LIST responses as unknown server type. | phajdan.jr@chromium.org | 2009-09-08 | 1 | -0/+5 |
* | Update the Strict-Transport-Security grammar to match the spec. | abarth@chromium.org | 2009-09-08 | 2 | -14/+28 |
* | Properly concatenate URL components in directory listing. | phajdan.jr@chromium.org | 2009-09-08 | 1 | -2/+6 |
* | Avoids the use of "namespace using-directives" in a few places. | thakis@chromium.org | 2009-09-07 | 1 | -2/+1 |
* | Aesthetic changes to the proxy configuration log format. | eroman@chromium.org | 2009-09-06 | 3 | -40/+192 |
* | Add some trace-points to HttpCache for request profiling (cache entry "open",... | eroman@chromium.org | 2009-09-06 | 3 | -13/+107 |
* | Rename X-Force-TLS to Strict-Transport-Security. | abarth@chromium.org | 2009-09-05 | 7 | -94/+101 |
* | Bug fixing for range request support in HttpCache | hclam@chromium.org | 2009-09-05 | 3 | -2/+36 |
* | [Second attempt of r25461] | wtc@chromium.org | 2009-09-05 | 9 | -703/+1095 |
* | This CL changes the CookieStore obect to be a refcounted object to get a bett... | ananta@chromium.org | 2009-09-05 | 5 | -254/+263 |
* | Http Cache: Add support for resuming downloading a | rvargas@google.com | 2009-09-04 | 7 | -46/+291 |
* | Update the request time of http cache entries on 304. | eroman@chromium.org | 2009-09-04 | 4 | -6/+25 |
* | Re-enabled URLRequestTestHTTP.BasicAuth. | eroman@chromium.org | 2009-09-04 | 3 | -28/+9 |
* | ForceTLS: generate internal redirect when mistakenly using http. | agl@chromium.org | 2009-09-04 | 2 | -6/+10 |
* | Delete all precompiled support. It is causing more harm than good, especially... | maruel@chromium.org | 2009-09-04 | 3 | -44/+0 |
* | Revert 24211 - Implement a readsize throttle within the TCP socket. | laforge@chromium.org | 2009-09-04 | 1 | -42/+1 |
* | Intercept HTTP requests for documents that GView is capable of displaying (such | davemoore@chromium.org | 2009-09-04 | 3 | -0/+65 |
* | Making ExpectLogContains inline so that url_request_unittest.cc won't depend ... | tommi@chromium.org | 2009-09-04 | 2 | -36/+24 |
* | Disable URLRequestTestHTTP.BasicAuth which is depending on the response_time ... | eroman@chromium.org | 2009-09-04 | 1 | -1/+3 |