summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* For connection-based authentication schemes such as NTLM,wtc@chromium.org2009-06-041-41/+13
* Reland my ClientSocketPool refactor again...willchan@chromium.org2009-06-041-103/+31
* Sigh, revert "Reland my ClientSocketPool refactor."willchan@chromium.org2009-06-041-31/+103
* Reland my ClientSocketPool refactor.willchan@chromium.org2009-06-041-103/+31
* 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-30/+103
* Temporarily landing my ClientSocketPool refactor. Will revert right after.willchan@chromium.org2009-05-221-103/+30
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-15/+12
* Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...willchan@chromium.org2009-05-181-30/+103
* Revert "Revert "Add connected socket function to ClientSocketPool and ClientS...willchan@chromium.org2009-05-171-103/+30
* Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...willchan@chromium.org2009-05-171-30/+103
* Add connected socket function to ClientSocketPool and ClientSocketHandle.willchan@chromium.org2009-05-171-103/+30
* Use the new HostNoBrackets() method in more places.wtc@chromium.org2009-05-161-2/+2
* Change the host() method of ProxyServer to strip thewtc@chromium.org2009-05-141-2/+2
* Use IOBuffers on UploadDataStream.rvargas@google.com2009-05-111-8/+2
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-301-29/+40
* Add a histogram to measure the number of idle sockets when a TCP connection i...willchan@chromium.org2009-04-301-0/+6
* Refactor HttpNetworkTransaction to remove side effects in some member functions.willchan@chromium.org2009-04-281-106/+143
* Add a histogram to record the dns resolution + tcp connection times.willchan@chromium.org2009-04-281-2/+14
* Log the "Proxy-Support: Session-Based-Authentication"wtc@chromium.org2009-04-211-29/+60
* Add histogram for connection times for new connectionsjar@chromium.org2009-04-211-0/+8
* Add a FieldTrial and histograms for measuring impact of http prioritization.willchan@chromium.org2009-04-201-2/+26
* Add tcp connection time histograms.willchan@chromium.org2009-04-171-0/+14
* Histogram time from request till first byte of header is receivedjar@chromium.org2009-04-131-5/+17
* Add a boolean data member reading_body_from_socket_ to helpwtc@chromium.org2009-04-101-2/+6
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-38/+42
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-44/+40
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-40/+44
* Add histogram of total latency when we're not re-using a socketjar@chromium.org2009-03-301-0/+7
* After r12485, every POST request has an UploadData, even ifwtc@chromium.org2009-03-271-2/+3
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-26/+27
* Treat all 1xx the same as a 100 (continue).ericroman@google.com2009-03-271-2/+5
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-251-11/+11
* Reverting 12470.willchan@chromium.org2009-03-251-11/+11
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-251-11/+11
* Computer total latency for DNS experimentjar@chromium.org2009-03-231-0/+7
* Attempt to detect impact of disabling dns prefetching on transaction latencyjar@chromium.org2009-03-231-1/+8
* Fully reset HttpNetworkTransaction::response_ when restarting the transaction...ericroman@google.com2009-03-211-4/+2
* LogBlockedTunnelResponse only needs the response code aswtc@chromium.org2009-03-161-6/+5
* Log an error message when we don't find anywtc@chromium.org2009-03-131-0/+20
* Clean up our fix for bug 7338 and bug 8473, which wentwtc@chromium.org2009-03-121-5/+12
* Revert 11495 (since that reversion didn't heal plugin problem)jar@chromium.org2009-03-121-1/+14
* Revert 11484 to try to heal plugin_test failurejar@chromium.org2009-03-111-14/+1
* Block reading unauthenticated bytes from the proxy when the user cancels a 40...abarth@chromium.org2009-03-111-1/+14
* Don't read message-body for HEAD responses.ericroman@google.com2009-03-051-23/+40
* Log an error message if the auth scheme is connection-basedwtc@chromium.org2009-03-041-0/+30
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-9/+32
* Don't let an active network attacker play tricks with CONNECT tunnels throgh ...abarth@chromium.org2009-02-271-25/+50
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+2
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-11/+12