summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* 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