summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up our fix for bug 7338 and bug 8473, which wentwtc@chromium.org2009-03-121-0/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Don't read message-body for HEAD responses.ericroman@google.com2009-03-051-2/+2
* Perform HTTP authentication over a keep-alive connection.wtc@chromium.org2009-02-181-0/+14
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-2/+2
* revert r8603rvargas@google.com2009-01-241-2/+2
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-2/+2
* If connect succeeds synchronously, the event object is alsowtc@google.com2009-01-161-1/+0
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-18/+43
* Add histogram to show network latency (first byte to last byte)jar@google.com2008-11-061-0/+4
* Remove the debugging instrumentation.ericroman@google.com2008-11-041-3/+0
* More instrumentation.ericroman@google.com2008-11-031-11/+3
* More no-op instrumentation code for bug 3772.ericroman@google.com2008-11-011-4/+12
* Add some debugging instrumentation for 3772. This replaces the previous instr...ericroman@google.com2008-10-311-1/+3
* Temporary code instrumentation to gather info on a crash.ericroman@google.com2008-10-291-1/+1
* An experimental change to help us diagnose a crashwtc@google.com2008-10-291-0/+1
* Bound the maximum buffer size for response headers.ericroman@google.com2008-10-231-0/+10
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-2/+2
* Misc style changes.ericroman@google.com2008-10-161-2/+3
* Make zero-byte responses an error, rather than an empty HTTP/0.9 case.ericroman@google.com2008-10-161-0/+4
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-151-1/+2
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-081-0/+7
* Add code to call ReconsiderProxyAfterError when we encounter a failure to res...darin@chromium.org2008-09-291-0/+8
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+45
* If we read nothing (EOF) after sending a request on awtc@google.com2008-09-251-1/+6
* First cut at SSL certificate error handling. Mapwtc@google.com2008-09-171-0/+5
* misc. http response status-line changes:ericroman@google.com2008-09-131-0/+9
* Refactor the SSL tunnel establishment code so that itwtc@google.com2008-09-101-17/+7
* Implement SSL tunneling through a proxy server.wtc@google.com2008-08-251-1/+23
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-111-3/+3
* fix bustage... F**Kdarin@google.com2008-08-071-3/+2
* Miscellaneous changes from my code review.wtc@google.com2008-08-051-3/+6
* Add net to the repository.initial.commit2008-07-261-0/+179