| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a boolean data member reading_body_from_socket_ to help | wtc@chromium.org | 2009-04-10 | 1 | -2/+6 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 1 | -38/+42 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 1 | -44/+40 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 1 | -40/+44 |
* | Add histogram of total latency when we're not re-using a socket | jar@chromium.org | 2009-03-30 | 1 | -0/+7 |
* | After r12485, every POST request has an UploadData, even if | wtc@chromium.org | 2009-03-27 | 1 | -2/+3 |
* | Respect cookies set in a 401 responses when restarting the http transaction. | ericroman@google.com | 2009-03-27 | 1 | -26/+27 |
* | Treat all 1xx the same as a 100 (continue). | ericroman@google.com | 2009-03-27 | 1 | -2/+5 |
* | Reverting 12479 which reverted 12470. | willchan@chromium.org | 2009-03-25 | 1 | -11/+11 |
* | Reverting 12470. | willchan@chromium.org | 2009-03-25 | 1 | -11/+11 |
* | Prioritize which HTTP requests get a socket first by adding a priority level ... | willchan@chromium.org | 2009-03-25 | 1 | -11/+11 |
* | Computer total latency for DNS experiment | jar@chromium.org | 2009-03-23 | 1 | -0/+7 |
* | Attempt to detect impact of disabling dns prefetching on transaction latency | jar@chromium.org | 2009-03-23 | 1 | -1/+8 |
* | Fully reset HttpNetworkTransaction::response_ when restarting the transaction... | ericroman@google.com | 2009-03-21 | 1 | -4/+2 |
* | LogBlockedTunnelResponse only needs the response code as | wtc@chromium.org | 2009-03-16 | 1 | -6/+5 |
* | Log an error message when we don't find any | wtc@chromium.org | 2009-03-13 | 1 | -0/+20 |
* | Clean up our fix for bug 7338 and bug 8473, which went | wtc@chromium.org | 2009-03-12 | 1 | -5/+12 |
* | Revert 11495 (since that reversion didn't heal plugin problem) | jar@chromium.org | 2009-03-12 | 1 | -1/+14 |
* | Revert 11484 to try to heal plugin_test failure | jar@chromium.org | 2009-03-11 | 1 | -14/+1 |
* | Block reading unauthenticated bytes from the proxy when the user cancels a 40... | abarth@chromium.org | 2009-03-11 | 1 | -1/+14 |
* | Don't read message-body for HEAD responses. | ericroman@google.com | 2009-03-05 | 1 | -23/+40 |
* | Log an error message if the auth scheme is connection-based | wtc@chromium.org | 2009-03-04 | 1 | -0/+30 |
* | Implement the NTLM authentication scheme by porting | wtc@chromium.org | 2009-02-28 | 1 | -9/+32 |
* | Don't let an active network attacker play tricks with CONNECT tunnels throgh ... | abarth@chromium.org | 2009-02-27 | 1 | -25/+50 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -2/+2 |
* | Add parsing for PAC result strings -- ProxyInfo::UsePacString(). | ericroman@google.com | 2009-02-19 | 1 | -11/+12 |
* | Perform HTTP authentication over a keep-alive connection. | wtc@chromium.org | 2009-02-18 | 1 | -12/+104 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | Extend the IOBuffer to the disk cache. | rvargas@google.com | 2009-02-12 | 1 | -0/+1 |
* | Sanitize proxy response codes to CONNECT requests. For | wtc@chromium.org | 2009-02-11 | 1 | -15/+24 |
* | Revert cl 9528 to fix mac test_shell_tests | rvargas@google.com | 2009-02-10 | 1 | -1/+0 |
* | Extend the IOBuffer to the disk cache. | rvargas@google.com | 2009-02-10 | 1 | -0/+1 |
* | Fix a minor style nit. Make a comment clearer. | wtc@chromium.org | 2009-01-30 | 1 | -4/+3 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 1 | -5/+5 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -5/+5 |
* | Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ... | rvargas@google.com | 2009-01-24 | 1 | -5/+5 |
* | Correct latency histograms for SDCH encoding | jar@chromium.org | 2009-01-13 | 1 | -1/+3 |
* | Measure how often the users are encountering MD5 | wtc@google.com | 2009-01-12 | 1 | -2/+5 |
* | Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This... | ericroman@google.com | 2008-12-10 | 1 | -0/+9 |
* | Add more info to the comment about www.yahoo.com's padding of | wtc@google.com | 2008-11-14 | 1 | -3/+6 |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 1 | -52/+188 |
* | Adaptively identify URL subresources and pre-resolve hosts via DNS | jar@google.com | 2008-11-06 | 1 | -1/+1 |
* | Add histogram to show network latency (first byte to last byte) | jar@google.com | 2008-11-06 | 1 | -0/+12 |
* | Remove the UploadDataStream::Reset method. Instead, | wtc@google.com | 2008-11-05 | 1 | -2/+6 |
* | Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT). | ericroman@google.com | 2008-11-05 | 1 | -3/+4 |
* | Prevent recycling TCPClientSocket in the case of https, so as not to crash. | ericroman@google.com | 2008-11-04 | 1 | -2/+2 |
* | Remove the debugging instrumentation. | ericroman@google.com | 2008-11-04 | 1 | -59/+0 |
* | More instrumentation. | ericroman@google.com | 2008-11-03 | 1 | -14/+61 |
* | More no-op instrumentation code for bug 3772. | ericroman@google.com | 2008-11-01 | 1 | -45/+11 |
* | Add some debugging instrumentation for 3772. This replaces the previous instr... | ericroman@google.com | 2008-10-31 | 1 | -29/+46 |