| Commit message (Expand) | Author | Age | Files | Lines |
* | Move FTP LIST parsing code to the renderer process. | phajdan.jr@chromium.org | 2009-09-22 | 3 | -240/+13 |
* | Because we use scoped_refptr<> to the HttpResponseInfo | mbelshe@google.com | 2009-09-22 | 1 | -3/+2 |
* | Linux: fix a data race in a proxy config service unit test. | mdm@chromium.org | 2009-09-22 | 3 | -34/+22 |
* | Fixup the flip buffer to use a regular IOBuffer | mbelshe@google.com | 2009-09-22 | 2 | -8/+4 |
* | Cache login identity for NewFTP transactions. | phajdan.jr@chromium.org | 2009-09-22 | 6 | -91/+225 |
* | Apply compatibility fixes for FTP LIST parsing code. | phajdan.jr@chromium.org | 2009-09-22 | 2 | -2/+47 |
* | URLRequestContext needs to keep a reference to StrictTransportSecurityState | mattm@chromium.org | 2009-09-22 | 1 | -2/+3 |
* | Respect the charset specified in PAC file responses. | eroman@chromium.org | 2009-09-22 | 10 | -19/+89 |
* | Revert 25873. | eroman@chromium.org | 2009-09-22 | 3 | -89/+35 |
* | Allow the realm in BASIC and DIGEST challenges to not be specified. | eroman@chromium.org | 2009-09-21 | 5 | -11/+74 |
* | Don't use NSS databases for non-essential purposes, such as remembering | wtc@chromium.org | 2009-09-21 | 2 | -10/+14 |
* | Unescape FTP URL paths, Firefox-compatible. | phajdan.jr@chromium.org | 2009-09-21 | 3 | -30/+55 |
* | Simplify a unittest by removing the helper thread. | eroman@chromium.org | 2009-09-18 | 1 | -163/+116 |
* | Make sure that the LoadLog does not get freed on the worker thread during req... | eroman@chromium.org | 2009-09-18 | 1 | -5/+8 |
* | We should pass the service principal name (SPN) of the | wtc@chromium.org | 2009-09-18 | 9 | -59/+44 |
* | Various cleanups FTP-related. | phajdan.jr@chromium.org | 2009-09-18 | 4 | -38/+20 |
* | Addressing two comments from Darin. | tommi@chromium.org | 2009-09-18 | 1 | -2/+1 |
* | Moving two http utility functions to a separate source file due to dependency... | tommi@chromium.org | 2009-09-18 | 3 | -16/+33 |
* | Retry landing the flip changes. This time with DEPS! | mbelshe@google.com | 2009-09-18 | 17 | -0/+3770 |
* | Revert "Strict transport security: add checkbox to clear state." | agl@chromium.org | 2009-09-18 | 3 | -24/+0 |
* | Revert change 26484 "This is not production code; landing some experimental n... | nsylvain@chromium.org | 2009-09-17 | 16 | -3769/+0 |
* | This is not production code; landing some experimental network code. | mbelshe@google.com | 2009-09-17 | 16 | -0/+3769 |
* | Fixed a few data races on reference counters. | timurrrr@chromium.org | 2009-09-17 | 1 | -1/+1 |
* | Add missing gclient dependencies to .gitignore. | maruel@chromium.org | 2009-09-17 | 4 | -345/+345 |
* | Reverting 26419. | tyoshino@google.com | 2009-09-17 | 6 | -226/+91 |
* | Cache login identity for NewFTP transactions. | phajdan.jr@chromium.org | 2009-09-16 | 6 | -91/+226 |
* | Excluded a few tests that hang under ThreadSanitizer on Mac | timurrrr@chromium.org | 2009-09-16 | 1 | -0/+22 |
* | 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 |