| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove uses of deprecated version of FileUtil::ResolveShortcut. | evan@chromium.org | 2009-08-25 | 1 | -2/+2 |
* | Prevent a crash that can occur when redirecting a file URL. | darin@chromium.org | 2009-08-21 | 7 | -6/+58 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 3 | -3/+15 |
* | Renames the function CreateTemporaryFilename to CreateTemporaryFile and track... | erikkay@chromium.org | 2009-08-18 | 1 | -3/+3 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 3 | -7/+3 |
* | Make even more tests in net_unittests faster by reusing the test server. | phajdan.jr@chromium.org | 2009-08-17 | 1 | -106/+67 |
* | Speed up net_unittests a bit by re-using launched test server. | phajdan.jr@chromium.org | 2009-08-14 | 2 | -22/+53 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 2 | -2/+2 |
* | Make FtpNetworkTransaction report its load state. | phajdan.jr@chromium.org | 2009-08-12 | 2 | -0/+6 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 4 | -4/+16 |
* | Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive... | ericroman@google.com | 2009-08-11 | 1 | -0/+3 |
* | Re-enable remaining FTP unit tests. | phajdan.jr@chromium.org | 2009-08-07 | 2 | -5/+3 |
* | Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding... | phajdan.jr@chromium.org | 2009-08-06 | 1 | -3/+1 |
* | Submitting http://codereview.chromium.org/164076 for syf1984@gmail.com (aka m... | robertshield@chromium.org | 2009-08-06 | 1 | -1/+28 |
* | Revert of r22559. | aa@chromium.org | 2009-08-06 | 1 | -2/+1 |
* | Bunch of Coverity fixes, rather minor severity. | phajdan.jr@chromium.org | 2009-08-06 | 1 | -1/+2 |
* | Correctly handle multiple control responses for RETR command. | phajdan.jr@chromium.org | 2009-08-05 | 1 | -4/+2 |
* | Fix a hang if directory listing size is > 8K, for example, | wtc@chromium.org | 2009-07-31 | 1 | -2/+1 |
* | Disable FTP tests failing intermittently on Mac. | phajdan.jr@chromium.org | 2009-07-31 | 1 | -2/+4 |
* | Fix 307 redirects of a POST request to actually send the body again, and add a | darin@chromium.org | 2009-07-30 | 2 | -3/+2 |
* | Re-enable half of new ftp unit tests in url_request_unittest.cc. | phajdan.jr@chromium.org | 2009-07-30 | 1 | -32/+23 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 8 | -32/+51 |
* | Moved the logical dependency on Blacklist from URLRequestContext | idanan@chromium.org | 2009-07-28 | 1 | -7/+1 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 2 | -10/+9 |
* | Cleanup in url_request_new_ftp_job. | phajdan.jr@chromium.org | 2009-07-27 | 2 | -3/+1 |
* | Return Error Status Upon Blocking Requests | idanan@chromium.org | 2009-07-24 | 2 | -5/+5 |
* | Add support to URLRequest for deferring redirects. | darin@chromium.org | 2009-07-23 | 6 | -37/+154 |
* | Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls. | willchan@chromium.org | 2009-07-21 | 2 | -0/+18 |
* | Use base::Time::Exploded instead of struct tm in | wtc@chromium.org | 2009-07-17 | 1 | -30/+4 |
* | Fix a typo pointed out by wtc after I checked in. | jshin@chromium.org | 2009-07-16 | 1 | -1/+1 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 2 | -3/+3 |
* | Fix the local directory listing, FTP directory listing and the local file han... | jshin@chromium.org | 2009-07-09 | 4 | -18/+121 |
* | Fix 15 coverity complaints. | rvargas@google.com | 2009-07-01 | 2 | -3/+3 |
* | Create a more fine grained histogram of SDCH payload sizes | jar@chromium.org | 2009-06-29 | 1 | -2/+2 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 3 | -8/+3 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 3 | -3/+8 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 3 | -8/+3 |
* | Document when the Delegate methods OnCertificateRequested and | wtc@chromium.org | 2009-06-26 | 1 | -1/+9 |
* | [Second attempt] | wtc@chromium.org | 2009-06-25 | 1 | -2/+2 |
* | Start to disable bzip2 support. First step: Stop advertising support. | jar@chromium.org | 2009-06-24 | 2 | -9/+12 |
* | Revert the previous checkin r19037 because it causes test_shell to | wtc@chromium.org | 2009-06-23 | 1 | -2/+2 |
* | Use the new portable FTP implementation on non-Windows platforms. | wtc@chromium.org | 2009-06-23 | 1 | -2/+2 |
* | Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ... | idanan@chromium.org | 2009-06-23 | 2 | -3/+25 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 2 | -2/+2 |
* | Remove some unused files. | ericroman@google.com | 2009-06-22 | 2 | -158/+0 |
* | Comments added to SSL unit tests. | jrg@chromium.org | 2009-06-19 | 1 | -0/+23 |
* | Reorder URLRequest members so URLRequestContext lasts longer than URLRequestJob. | willchan@chromium.org | 2009-06-17 | 1 | -3/+3 |
* | Reorder members in URLRequestHttpJob to get correct destruction order. | willchan@chromium.org | 2009-06-17 | 2 | -6/+7 |
* | Revert 18520. | ericroman@google.com | 2009-06-17 | 1 | -2/+1 |
* | Temporarily disable a test which appears to be causing valgrind errors. | eroman@chromium.org | 2009-06-16 | 1 | -1/+2 |