summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-0/+1
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-151-0/+1
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-108/+18
* Reverting 29316.vandebo@chromium.org2009-10-161-18/+108
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-108/+18
* Don't call AuthOrigin(target) multiple times inwtc@chromium.org2009-10-151-3/+6
* Increase the maximum headers size from 32Kb to 256Kb.eroman@chromium.org2009-10-061-1/+1
* Remove the ClientSocketFactory from the HttpNetworkTransactionmbelshe@google.com2009-09-301-3/+1
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-161-8/+0
* Add a histogram for measuring SSL Connect times.mbelshe@google.com2009-09-111-2/+2
* [Second attempt of r25461]wtc@chromium.org2009-09-051-0/+5
* Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.willchan@chromium.org2009-08-241-2/+2
* Add histograms for tracking the unused/unused_idle/reused socket states from ...willchan@chromium.org2009-08-171-4/+3
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-3/+3
* Unescape username/passwords obtained from URLs before using them for HTTP auth.ericroman@google.com2009-08-141-0/+8
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+3
* Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%...willchan@chromium.org2009-07-271-3/+3
* Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...arindam@chromium.org2009-06-261-3/+8
* Add some checks to make sure header_buf_body_offset_ is never used when negat...ericroman@google.com2009-06-251-4/+5
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-231-0/+5
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-2/+2
* Implement the backend of SSL client authentication forwtc@chromium.org2009-06-191-1/+1
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+6
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-3/+0
* Introduce HttpStream and HttpBasicStream.willchan@chromium.org2009-06-111-0/+2
* Reland my ClientSocketPool refactor again...willchan@chromium.org2009-06-041-27/+24
* Sigh, revert "Reland my ClientSocketPool refactor."willchan@chromium.org2009-06-041-24/+27
* Reland my ClientSocketPool refactor.willchan@chromium.org2009-06-041-27/+24
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ...willchan@chromium.org2009-05-221-24/+27
* Temporarily landing my ClientSocketPool refactor. Will revert right after.willchan@chromium.org2009-05-221-27/+24
* Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...willchan@chromium.org2009-05-181-24/+27
* Revert "Revert "Add connected socket function to ClientSocketPool and ClientS...willchan@chromium.org2009-05-171-27/+24
* Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...willchan@chromium.org2009-05-171-24/+27
* Add connected socket function to ClientSocketPool and ClientSocketHandle.willchan@chromium.org2009-05-171-27/+24
* Use IOBuffers on UploadDataStream.rvargas@google.com2009-05-111-1/+0
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-301-2/+35
* Refactor HttpNetworkTransaction to remove side effects in some member functions.willchan@chromium.org2009-04-281-11/+15
* Add a histogram to record the dns resolution + tcp connection times.willchan@chromium.org2009-04-281-2/+5
* Log the "Proxy-Support: Session-Based-Authentication"wtc@chromium.org2009-04-211-0/+8
* Add tcp connection time histograms.willchan@chromium.org2009-04-171-0/+6
* Histogram time from request till first byte of header is receivedjar@chromium.org2009-04-131-2/+5
* Add a boolean data member reading_body_from_socket_ to helpwtc@chromium.org2009-04-101-0/+17
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-8/+8
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-8/+8
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-8/+8
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-8/+12
* Computer total latency for DNS experimentjar@chromium.org2009-03-231-0/+4
* Fully reset HttpNetworkTransaction::response_ when restarting the transaction...ericroman@google.com2009-03-211-0/+3
* LogBlockedTunnelResponse only needs the response code aswtc@chromium.org2009-03-161-1/+1