| Commit message (Expand) | Author | Age | Files | Lines |
* | Bypass the host cache when you refresh a page. | ericroman@google.com | 2009-06-16 | 2 | -6/+53 |
* | Take 2. Make TCPClientSocketPool own the ConnectingSockets. | willchan@chromium.org | 2009-06-15 | 5 | -59/+79 |
* | Revert "Make TCPClientSocketPool own the ConnectingSockets." | willchan@chromium.org | 2009-06-15 | 4 | -35/+59 |
* | Add a regression test for 14056. This verifies that HttpNetworkTransaction se... | ericroman@google.com | 2009-06-15 | 1 | -0/+73 |
* | Introduce parent and child entries for MemEntryImpl | hclam@chromium.org | 2009-06-15 | 5 | -32/+167 |
* | Make TCPClientSocketPool own the ConnectingSockets. | willchan@chromium.org | 2009-06-15 | 4 | -59/+35 |
* | Fix segfault in HttpNetworkLayerTest.GoogleGET when network connection fails. | phajdan.jr@chromium.org | 2009-06-15 | 1 | -1/+1 |
* | Initialize IOBuffers in new FTP unit tests (issue detected by valgrind). | phajdan.jr@chromium.org | 2009-06-15 | 1 | -4/+13 |
* | Add unit tests for new FTP network transaction. | phajdan.jr@chromium.org | 2009-06-15 | 5 | -186/+706 |
* | [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer. | ericroman@google.com | 2009-06-15 | 8 | -58/+22 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 19 | -243/+478 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 25 | -60/+282 |
* | Included text/css content type into list of the supported non image files. | abarth@chromium.org | 2009-06-12 | 1 | -3/+9 |
* | Http Cache: First pass of byte-range requests support. | rvargas@google.com | 2009-06-12 | 7 | -64/+647 |
* | Remove most field trial uses of DNS impact test | jar@chromium.org | 2009-06-12 | 2 | -27/+11 |
* | Temporarily disable tests causing memory leaks. | ericroman@google.com | 2009-06-12 | 2 | -3/+10 |
* | Fix TCPClientSocketPoolTest to play well with HostCache. | willchan@chromium.org | 2009-06-12 | 1 | -60/+89 |
* | Disable URLRequestTest.CancelTest4 since it started leaking. | willchan@chromium.org | 2009-06-12 | 1 | -1/+1 |
* | Include <stdlib.h> for the declarations of memcpy, malloc, free. | ericroman@google.com | 2009-06-12 | 1 | -0/+1 |
* | Experiment: turn off host caching to see if it relates to client socket pool ... | ericroman@google.com | 2009-06-12 | 2 | -3/+9 |
* | Try to track down a dangling ClientSocketHandle* by upgrading DCHECKs to CHECKs. | willchan@chromium.org | 2009-06-12 | 2 | -28/+32 |
* | Remove a DCHECK which is being hit because of a unit-test's particular setup. | ericroman@google.com | 2009-06-12 | 1 | -1/+4 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 42 | -179/+1777 |
* | Introduce HttpStream and HttpBasicStream. | willchan@chromium.org | 2009-06-11 | 4 | -5/+113 |
* | Disk cache: Avoid recursion when trimming entries. | rvargas@google.com | 2009-06-10 | 3 | -3/+9 |
* | Revert "Move much of the TCPClientSocketPool implementation out into ClientSo... | willchan@chromium.org | 2009-06-10 | 7 | -805/+501 |
* | Add LOAD_VERIFY_EV_CERT in net load loag. | ukai@chromium.org | 2009-06-10 | 1 | -0/+3 |
* | Move much of the TCPClientSocketPool implementation out into ClientSocketPool... | willchan@chromium.org | 2009-06-10 | 7 | -501/+805 |
* | Simplify a proxy test. | willchan@chromium.org | 2009-06-10 | 1 | -20/+2 |
* | Fix FTP binary file download issue. | wtc@chromium.org | 2009-06-09 | 1 | -5/+6 |
* | Include a parent directory link in the file list for file:///somepath | yuzo@chromium.org | 2009-06-09 | 1 | -1/+4 |
* | Disk Cache: Simplify CallbackTest. | rvargas@google.com | 2009-06-09 | 4 | -48/+28 |
* | We don't handle certificate errors during SSL renegotiation. | wtc@chromium.org | 2009-06-09 | 4 | -8/+45 |
* | Fix TCPClientSocketPool synchronous dns resolution + connect code path. | willchan@chromium.org | 2009-06-09 | 2 | -79/+60 |
* | Don't save the cert chain in cert_list_. | ukai@chromium.org | 2009-06-08 | 2 | -32/+26 |
* | Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError(). | willchan@chromium.org | 2009-06-06 | 2 | -1/+48 |
* | Add svn:eol-style LF to some file. | ericroman@google.com | 2009-06-05 | 1 | -185/+184 |
* | Disk cache: Report more info from the current experiment. | rvargas@google.com | 2009-06-05 | 3 | -19/+43 |
* | Send the "Proxy-Connection: keep-alive" header with HTTP CONNECT | wtc@chromium.org | 2009-06-05 | 2 | -12/+21 |
* | Revert r17673, except for the code cleanup. | wtc@chromium.org | 2009-06-05 | 1 | -6/+38 |
* | Don't consider a certificate revoked if we don't have | wtc@chromium.org | 2009-06-05 | 1 | -2/+5 |
* | Use res_ninit for thread safety and a timer for reloading resolv.conf on Linux. | evan@chromium.org | 2009-06-05 | 1 | -2/+76 |
* | Add two small features to the HttpCache for benchmarking/debugging. | mbelshe@google.com | 2009-06-05 | 3 | -11/+55 |
* | Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien... | willchan@chromium.org | 2009-06-05 | 7 | -206/+267 |
* | Update google's certificate to the latest version. | ukai@chromium.org | 2009-06-05 | 1 | -34/+34 |
* | Check in the fourth Portable FTP CL from Ibrar Ahmed | wtc@chromium.org | 2009-06-05 | 6 | -108/+285 |
* | Reduce probability of SDCH holdback to 1% | jar@chromium.org | 2009-06-05 | 1 | -2/+2 |
* | Prevent SDCH from re-trying to download a dicitionary | jar@chromium.org | 2009-06-05 | 1 | -0/+1 |
* | Use a "SessionDependencies" helper in the http unit tests. | ericroman@google.com | 2009-06-05 | 1 | -194/+188 |
* | For connection-based authentication schemes such as NTLM, | wtc@chromium.org | 2009-06-04 | 1 | -41/+13 |