| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting r22603, which reverts r22591. It seems that the revert doesn't help... | hamaji@chromium.org | 2009-08-06 | 3 | -1517/+10 |
* | Reverting r22591. It seems to be making purify fail. | hamaji@chromium.org | 2009-08-06 | 3 | -10/+1517 |
* | Revert of r22559. | aa@chromium.org | 2009-08-06 | 7 | -16/+9 |
* | Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe... | eroman@chromium.org | 2009-08-06 | 3 | -150/+171 |
* | Make sure the socket is deleted when ConnectJob times out. | willchan@chromium.org | 2009-08-06 | 2 | -1/+48 |
* | Remove an obsolete TODO comment. HostResolver has changed | wtc@chromium.org | 2009-08-06 | 1 | -4/+1 |
* | Bunch of Coverity fixes, rather minor severity. | phajdan.jr@chromium.org | 2009-08-06 | 7 | -9/+16 |
* | Don't mutate |config_| after failing proxy-autodetect. | eroman@chromium.org | 2009-08-05 | 3 | -5/+113 |
* | Correctly handle multiple control responses for RETR command. | phajdan.jr@chromium.org | 2009-08-05 | 4 | -25/+54 |
* | Update a comment. | ericroman@google.com | 2009-08-04 | 1 | -1/+2 |
* | Better match IE's proxy settings. | ericroman@google.com | 2009-08-04 | 21 | -290/+1408 |
* | Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h. | eroman@chromium.org | 2009-08-04 | 6 | -21/+94 |
* | Fix leak in ClientSocketPoolBaseTest. Don't create ConnectJobFactory unless ... | willchan@chromium.org | 2009-08-04 | 1 | -6/+5 |
* | Followup after http://codereview.chromium.org/149368 | phajdan.jr@chromium.org | 2009-08-03 | 4 | -41/+34 |
* | Update a bug number referenced by some TODOs, to point at the new bug for tra... | eroman@chromium.org | 2009-08-03 | 3 | -5/+5 |
* | Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque... | willchan@chromium.org | 2009-08-03 | 5 | -18/+161 |
* | Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque... | willchan@chromium.org | 2009-08-03 | 5 | -154/+18 |
* | Support user-constructed conditional requests to HttpCache updating the cache. | ericroman@google.com | 2009-08-03 | 2 | -50/+425 |
* | Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque... | willchan@chromium.org | 2009-08-03 | 5 | -18/+154 |
* | Move test_file_util out of libbase. Test code should not be mixed with produc... | phajdan.jr@chromium.org | 2009-08-03 | 1 | -2/+3 |
* | add application/ogg mime type | fbarchard@chromium.org | 2009-08-03 | 1 | -0/+1 |
* | Rename ProxyResolverV8::JSBindings --> ProxyResolverJSBindings. | eroman@chromium.org | 2009-08-02 | 9 | -242/+289 |
* | Modify a temporary hack to be more inclusive. | ericroman@google.com | 2009-08-01 | 1 | -0/+9 |
* | Disk cache: Open the disk cache experiment for new users. | rvargas@google.com | 2009-08-01 | 3 | -9/+25 |
* | Fix a hang if directory listing size is > 8K, for example, | wtc@chromium.org | 2009-07-31 | 2 | -14/+9 |
* | Disable FTP tests failing intermittently on Mac. | phajdan.jr@chromium.org | 2009-07-31 | 1 | -2/+4 |
* | Integrate OCSP handlers in SSLClientSocketNSS. | ukai@chromium.org | 2009-07-31 | 1 | -1/+6 |
* | Add temporary debugging code to diagnose intermittent net_unittests crashes o... | phajdan.jr@chromium.org | 2009-07-30 | 2 | -0/+18 |
* | Don't use an assignment as a truth value. | wtc@chromium.org | 2009-07-30 | 1 | -4/+3 |
* | Fix 307 redirects of a POST request to actually send the body again, and add a | darin@chromium.org | 2009-07-30 | 5 | -5/+4 |
* | gcc >= 4.3 fixes | mdm@chromium.org | 2009-07-30 | 1 | -1/+1 |
* | Fix uninitialized memory read in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-07-30 | 1 | -2/+0 |
* | Disk cache: Remove remaining uses of RankingsNode.pointer. | rvargas@google.com | 2009-07-30 | 11 | -47/+118 |
* | 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 |
* | Fix crash in client_socket_pool_base.cc. | phajdan.jr@chromium.org | 2009-07-29 | 3 | -6/+75 |
* | If a write is pending, just add it to the buffer. Don't trigger a second conc... | avi@chromium.org | 2009-07-29 | 1 | -0/+11 |
* | Http cache: dump the transaction and active entry key | rvargas@google.com | 2009-07-29 | 1 | -2/+11 |
* | Http cache: revert dumping the transaction key. | rvargas@google.com | 2009-07-29 | 1 | -9/+2 |
* | Http cache: dump the transaction and active entry key | rvargas@google.com | 2009-07-29 | 1 | -2/+9 |
* | Make IsIDNComponentSafe in net/base/net_util.cc thread-safe with a lock. | jshin@chromium.org | 2009-07-29 | 1 | -36/+41 |
* | Followup after socket tests refactoring http://codereview.chromium.org/155925 | phajdan.jr@chromium.org | 2009-07-29 | 4 | -100/+110 |
* | Store the url into a stack variable for the CHECK when connection_group.empty(). | willchan@chromium.org | 2009-07-29 | 1 | -3/+11 |
* | Assorted fixes for 64-bit. | deanm@chromium.org | 2009-07-28 | 2 | -4/+4 |
* | Rework FTP control response parsing code and fix socket Write misuse. | phajdan.jr@chromium.org | 2009-07-28 | 7 | -217/+524 |
* | Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by... | ericroman@google.com | 2009-07-28 | 3 | -203/+255 |
* | Moved the logical dependency on Blacklist from URLRequestContext | idanan@chromium.org | 2009-07-28 | 1 | -7/+1 |
* | Remove *.vsprops files that are no longer referenced (or only have | sgk@google.com | 2009-07-28 | 1 | -8/+0 |
* | Make CookieStore dtor virtual | amit@chromium.org | 2009-07-28 | 1 | -0/+2 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 9 | -57/+139 |