| Commit message (Expand) | Author | Age | Files | Lines |
* | Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET. | willchan@chromium.org | 2009-08-24 | 1 | -2/+2 |
* | Add histograms for tracking the unused/unused_idle/reused socket states from ... | willchan@chromium.org | 2009-08-17 | 1 | -4/+3 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -3/+3 |
* | Unescape username/passwords obtained from URLs before using them for HTTP auth. | ericroman@google.com | 2009-08-14 | 1 | -0/+8 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+3 |
* | Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%... | willchan@chromium.org | 2009-07-27 | 1 | -3/+3 |
* | Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu... | arindam@chromium.org | 2009-06-26 | 1 | -3/+8 |
* | Add some checks to make sure header_buf_body_offset_ is never used when negat... | ericroman@google.com | 2009-06-25 | 1 | -4/+5 |
* | Adding socks4 support for chromium. tested for windows and linux. | arindam@chromium.org | 2009-06-23 | 1 | -0/+5 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -2/+2 |
* | Implement the backend of SSL client authentication for | wtc@chromium.org | 2009-06-19 | 1 | -1/+1 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 1 | -1/+6 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -3/+0 |
* | Introduce HttpStream and HttpBasicStream. | willchan@chromium.org | 2009-06-11 | 1 | -0/+2 |
* | Reland my ClientSocketPool refactor again... | willchan@chromium.org | 2009-06-04 | 1 | -27/+24 |
* | Sigh, revert "Reland my ClientSocketPool refactor." | willchan@chromium.org | 2009-06-04 | 1 | -24/+27 |
* | Reland my ClientSocketPool refactor. | willchan@chromium.org | 2009-06-04 | 1 | -27/+24 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ... | willchan@chromium.org | 2009-05-22 | 1 | -24/+27 |
* | Temporarily landing my ClientSocketPool refactor. Will revert right after. | willchan@chromium.org | 2009-05-22 | 1 | -27/+24 |
* | Revert "Revert "Revert "Add connected socket function to ClientSocketPool and... | willchan@chromium.org | 2009-05-18 | 1 | -24/+27 |
* | Revert "Revert "Add connected socket function to ClientSocketPool and ClientS... | willchan@chromium.org | 2009-05-17 | 1 | -27/+24 |
* | Revert "Add connected socket function to ClientSocketPool and ClientSocketHan... | willchan@chromium.org | 2009-05-17 | 1 | -24/+27 |
* | Add connected socket function to ClientSocketPool and ClientSocketHandle. | willchan@chromium.org | 2009-05-17 | 1 | -27/+24 |
* | Use IOBuffers on UploadDataStream. | rvargas@google.com | 2009-05-11 | 1 | -1/+0 |
* | Extend the use of IOBuffers to the code underneath | rvargas@google.com | 2009-04-30 | 1 | -2/+35 |
* | Refactor HttpNetworkTransaction to remove side effects in some member functions. | willchan@chromium.org | 2009-04-28 | 1 | -11/+15 |
* | Add a histogram to record the dns resolution + tcp connection times. | willchan@chromium.org | 2009-04-28 | 1 | -2/+5 |
* | Log the "Proxy-Support: Session-Based-Authentication" | wtc@chromium.org | 2009-04-21 | 1 | -0/+8 |
* | Add tcp connection time histograms. | willchan@chromium.org | 2009-04-17 | 1 | -0/+6 |
* | Histogram time from request till first byte of header is received | jar@chromium.org | 2009-04-13 | 1 | -2/+5 |
* | Add a boolean data member reading_body_from_socket_ to help | wtc@chromium.org | 2009-04-10 | 1 | -0/+17 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 1 | -8/+8 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 1 | -8/+8 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 1 | -8/+8 |
* | Respect cookies set in a 401 responses when restarting the http transaction. | ericroman@google.com | 2009-03-27 | 1 | -8/+12 |
* | Computer total latency for DNS experiment | jar@chromium.org | 2009-03-23 | 1 | -0/+4 |
* | Fully reset HttpNetworkTransaction::response_ when restarting the transaction... | ericroman@google.com | 2009-03-21 | 1 | -0/+3 |
* | LogBlockedTunnelResponse only needs the response code as | wtc@chromium.org | 2009-03-16 | 1 | -1/+1 |
* | Clean up our fix for bug 7338 and bug 8473, which went | wtc@chromium.org | 2009-03-12 | 1 | -0/+4 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Don't read message-body for HEAD responses. | ericroman@google.com | 2009-03-05 | 1 | -2/+2 |
* | Perform HTTP authentication over a keep-alive connection. | wtc@chromium.org | 2009-02-18 | 1 | -0/+14 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 1 | -2/+2 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -2/+2 |
* | Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ... | rvargas@google.com | 2009-01-24 | 1 | -2/+2 |
* | If connect succeeds synchronously, the event object is also | wtc@google.com | 2009-01-16 | 1 | -1/+0 |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 1 | -18/+43 |
* | Add histogram to show network latency (first byte to last byte) | jar@google.com | 2008-11-06 | 1 | -0/+4 |
* | Remove the debugging instrumentation. | ericroman@google.com | 2008-11-04 | 1 | -3/+0 |