| Commit message (Expand) | Author | Age | Files | Lines |
* | We don't handle certificate errors during SSL renegotiation. | wtc@chromium.org | 2009-06-09 | 1 | -0/+9 |
* | Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError(). | willchan@chromium.org | 2009-06-06 | 2 | -1/+48 |
* | 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 |
* | 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 | 1 | -2/+2 |
* | 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 |
* | Disk cache: Interface for the sparse cache support. | rvargas@google.com | 2009-06-04 | 1 | -2/+77 |
* | Reland my ClientSocketPool refactor again... | willchan@chromium.org | 2009-06-04 | 5 | -196/+176 |
* | Sigh, revert "Reland my ClientSocketPool refactor." | willchan@chromium.org | 2009-06-04 | 5 | -176/+196 |
* | Reland my ClientSocketPool refactor. | willchan@chromium.org | 2009-06-04 | 5 | -196/+176 |
* | Remove code path that passes a file handle to the renderer | hclam@chromium.org | 2009-05-29 | 5 | -135/+3 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 2 | -0/+2 |
* | HttpResponseHeaders::GetContentRange() to handle implied LWS | hclam@chromium.org | 2009-05-26 | 2 | -20/+78 |
* | Extract socket mocks out of HttpNetworkTransactionTest. | phajdan.jr@chromium.org | 2009-05-23 | 1 | -501/+140 |
* | Fix gconf for the linux proxy config service. | sdoyon@chromium.org | 2009-05-22 | 1 | -1/+1 |
* | Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ... | willchan@chromium.org | 2009-05-22 | 5 | -175/+196 |
* | Temporarily landing my ClientSocketPool refactor. Will revert right after. | willchan@chromium.org | 2009-05-22 | 5 | -196/+175 |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 3 | -43/+27 |
* | Revert "Revert "Revert "Add connected socket function to ClientSocketPool and... | willchan@chromium.org | 2009-05-18 | 5 | -175/+196 |
* | Revert "Revert "Add connected socket function to ClientSocketPool and ClientS... | willchan@chromium.org | 2009-05-17 | 5 | -196/+175 |
* | Revert "Add connected socket function to ClientSocketPool and ClientSocketHan... | willchan@chromium.org | 2009-05-17 | 5 | -175/+196 |
* | Add connected socket function to ClientSocketPool and ClientSocketHandle. | willchan@chromium.org | 2009-05-17 | 5 | -196/+175 |
* | Use the new HostNoBrackets() method in more places. | wtc@chromium.org | 2009-05-16 | 1 | -2/+2 |
* | Assert that HttpNetworkTransaction::GetResponseInfo() should | ukai@chromium.org | 2009-05-15 | 1 | -1/+5 |
* | Change the host() method of ProxyServer to strip the | wtc@chromium.org | 2009-05-14 | 1 | -2/+2 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 1 | -3/+3 |
* | Use IOBuffers on UploadDataStream. | rvargas@google.com | 2009-05-11 | 2 | -9/+2 |
* | Make sure that a null separates individual http headers when | rvargas@google.com | 2009-05-07 | 2 | -2/+23 |
* | Add two more error codes to net. | rvargas@google.com | 2009-05-07 | 1 | -2/+2 |
* | Set endianness for ARM. | thestig@chromium.org | 2009-05-01 | 1 | -2/+1 |
* | Deprecate wstring version of PathService::Get() in net. | thestig@chromium.org | 2009-05-01 | 1 | -1/+2 |
* | Extend the use of IOBuffers to the code underneath | rvargas@google.com | 2009-04-30 | 3 | -43/+87 |
* | Add a histogram to measure the number of idle sockets when a TCP connection i... | willchan@chromium.org | 2009-04-30 | 1 | -0/+6 |
* | Implement a parser that parses the "Range" HTTP header | hclam@chromium.org | 2009-04-28 | 6 | -2/+452 |
* | Refactor HttpNetworkTransaction to remove side effects in some member functions. | willchan@chromium.org | 2009-04-28 | 3 | -427/+785 |
* | Add a histogram to record the dns resolution + tcp connection times. | willchan@chromium.org | 2009-04-28 | 2 | -4/+19 |
* | Implement HttpResponseHeaders::GetContentRange and unittests | hclam@chromium.org | 2009-04-22 | 3 | -3/+295 |
* | 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 |