summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Perform HTTP authentication over a keep-alive connection.wtc@chromium.org2009-02-181-12/+104
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-0/+1
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-111-15/+24
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-1/+0
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-0/+1
* Fix a minor style nit. Make a comment clearer.wtc@chromium.org2009-01-301-4/+3
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-5/+5
* revert r8603rvargas@google.com2009-01-241-5/+5
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-5/+5
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-131-1/+3
* Measure how often the users are encountering MD5wtc@google.com2009-01-121-2/+5
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-101-0/+9
* Add more info to the comment about www.yahoo.com's padding ofwtc@google.com2008-11-141-3/+6
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-52/+188
* Adaptively identify URL subresources and pre-resolve hosts via DNSjar@google.com2008-11-061-1/+1
* Add histogram to show network latency (first byte to last byte)jar@google.com2008-11-061-0/+12
* Remove the UploadDataStream::Reset method. Instead,wtc@google.com2008-11-051-2/+6
* Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT).ericroman@google.com2008-11-051-3/+4