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