| Commit message (Expand) | Author | Age | Files | Lines |
* | Log the "Proxy-Support: Session-Based-Authentication" | wtc@chromium.org | 2009-04-21 | 2 | -29/+68 |
* | Add a unit test for recycling a keep-alive connection socket | wtc@chromium.org | 2009-04-21 | 1 | -0/+59 |
* | Add histogram for connection times for new connections | jar@chromium.org | 2009-04-21 | 1 | -0/+8 |
* | Add a FieldTrial and histograms for measuring impact of http prioritization. | willchan@chromium.org | 2009-04-20 | 1 | -2/+26 |
* | Add tcp connection time histograms. | willchan@chromium.org | 2009-04-17 | 2 | -0/+20 |
* | Histogram time from request till first byte of header is received | jar@chromium.org | 2009-04-13 | 2 | -7/+22 |
* | Remove the "Proxy-Support: Session-Based-Authentication" | wtc@chromium.org | 2009-04-10 | 1 | -12/+6 |
* | Add a boolean data member reading_body_from_socket_ to help | wtc@chromium.org | 2009-04-10 | 3 | -3/+90 |
* | DNS prefetch experiment extension: Consider different connection count limits | jar@chromium.org | 2009-04-08 | 2 | -6/+30 |
* | Fix for bug 9608. adding check that tokenized header is valid. | ace@google.com | 2009-04-02 | 2 | -1/+12 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 3 | -96/+371 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 3 | -373/+98 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 3 | -98/+373 |
* | 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 |
* | Prevent making real DNS lookups by chrome tests. | phajdan.jr@chromium.org | 2009-03-27 | 1 | -1/+1 |
* | Respect cookies set in a 401 responses when restarting the http transaction. | ericroman@google.com | 2009-03-27 | 10 | -49/+180 |
* | Treat all 1xx the same as a 100 (continue). | ericroman@google.com | 2009-03-27 | 2 | -2/+49 |
* | Disk cache: First pass to make it possible to have | rvargas@google.com | 2009-03-25 | 3 | -24/+14 |
* | Reverting 12479 which reverted 12470. | willchan@chromium.org | 2009-03-25 | 2 | -12/+16 |
* | Reverting 12470. | willchan@chromium.org | 2009-03-25 | 2 | -15/+11 |
* | Prioritize which HTTP requests get a socket first by adding a priority level ... | willchan@chromium.org | 2009-03-25 | 2 | -11/+15 |
* | GetMyHostName is renamed GetHostName to match the name of | wtc@chromium.org | 2009-03-25 | 1 | -1/+1 |
* | Net module changes to support caching responses to a POST request. | darin@chromium.org | 2009-03-24 | 4 | -46/+107 |
* | Computer total latency for DNS experiment | jar@chromium.org | 2009-03-23 | 2 | -0/+11 |
* | Make GetHostNameProc return a std::string. | wtc@chromium.org | 2009-03-23 | 3 | -123/+113 |
* | 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 | 8 | -11/+98 |
* | Remove unneeded uses of base/ref_counted.h. | thestig@chromium.org | 2009-03-18 | 2 | -2/+2 |
* | Fix incorrect include guards in net/, where the guard didn't match the filename. | deanm@chromium.org | 2009-03-17 | 2 | -6/+6 |
* | LogBlockedTunnelResponse only needs the response code as | wtc@chromium.org | 2009-03-16 | 2 | -7/+6 |
* | Back out r11684, a temporary change for debugging issue 8325. | wtc@chromium.org | 2009-03-16 | 1 | -4/+2 |
* | Log an error message when we don't find any | wtc@chromium.org | 2009-03-13 | 1 | -0/+20 |
* | Temporarily use the Proxy-Connection header before the | wtc@chromium.org | 2009-03-13 | 1 | -2/+4 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-13 | 3 | -4/+21 |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 1 | -0/+1 |
* | Clean up our fix for bug 7338 and bug 8473, which went | wtc@chromium.org | 2009-03-12 | 3 | -9/+16 |
* | Revert 11495 (since that reversion didn't heal plugin problem) | jar@chromium.org | 2009-03-12 | 2 | -1/+73 |
* | Revert 11484 to try to heal plugin_test failure | jar@chromium.org | 2009-03-11 | 2 | -73/+1 |
* | Add unit tests for NTLM authentication. This requires | wtc@chromium.org | 2009-03-11 | 3 | -20/+295 |
* | Block reading unauthenticated bytes from the proxy when the user cancels a 40... | abarth@chromium.org | 2009-03-11 | 2 | -1/+73 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 17 | -17/+0 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 5 | -10/+15 |
* | Don't read message-body for HEAD responses. | ericroman@google.com | 2009-03-05 | 3 | -25/+106 |
* | Clean up HttpResponseHeaders::IsKeepAlive. Use the parsed | wtc@chromium.org | 2009-03-05 | 2 | -8/+27 |
* | Revert change 10975 and 10972 because it broke the purify | nsylvain@chromium.org | 2009-03-05 | 2 | -10/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 12 | -22/+22 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-05 | 2 | -0/+10 |
* | Log an error message if the auth scheme is connection-based | wtc@chromium.org | 2009-03-04 | 1 | -0/+30 |
* | Proposed change to support resource loading for media files. | hclam@chromium.org | 2009-03-02 | 6 | -10/+210 |