summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent recycling TCPClientSocket in the case of https, so as not to crash.ericroman@google.com2008-11-041-2/+2
* Remove the debugging instrumentation.ericroman@google.com2008-11-041-59/+0
* More instrumentation.ericroman@google.com2008-11-031-14/+61
* More no-op instrumentation code for bug 3772.ericroman@google.com2008-11-011-45/+11
* Add some debugging instrumentation for 3772. This replaces the previous instr...ericroman@google.com2008-10-311-29/+46
* Temporary code instrumentation to gather info on a crash.ericroman@google.com2008-10-291-2/+31
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Call DidStartDnsResolution and DidFinishDnsResolutionWithStatuswtc@google.com2008-10-241-1/+5
* Port:mark@chromium.org2008-10-231-1/+2
* Bound the maximum buffer size for response headers.ericroman@google.com2008-10-231-0/+4
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-4/+0
* We don't support SSL renegotiation yet. Add thewtc@google.com2008-10-211-1/+4
* Misc style changes.ericroman@google.com2008-10-161-6/+5
* Make zero-byte responses an error, rather than an empty HTTP/0.9 case.ericroman@google.com2008-10-161-12/+31
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-151-20/+7
* The Schannel considers some cipher suites (e.g., thewtc@google.com2008-10-131-11/+17
* - Add auth integration tests to http_network_transaction_unitttest.ccericroman@google.com2008-10-081-4/+5
* Unrollback 3024 (partially rolled back in 3027).ericroman@google.com2008-10-081-14/+6
* Revert 3024, broke mac build.maruel@google.com2008-10-081-6/+14
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-081-14/+6
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-081-3/+30
* When an SSL connect is completed, we need to callwtc@google.com2008-09-301-6/+7
* Add comments to explain the ERR_NAME_NOT_RESOLVED case.darin@google.com2008-09-291-0/+6
* Add code to call ReconsiderProxyAfterError when we encounter a failure to res...darin@chromium.org2008-09-291-3/+41
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-11/+147
* If we read nothing (EOF) after sending a request on awtc@google.com2008-09-251-10/+22
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-251-1/+0
* add http layer and unit tests to mac build. stub out file uploading in upload...pinkerton@google.com2008-09-251-2/+11
* Fix support for 204 responses that lack an explicit EOF.darin@google.com2008-09-231-12/+15
* * Change output of trace_event log to JSON to enable easier integration with ...erikkay@google.com2008-09-181-0/+19
* First cut at SSL certificate error handling. Mapwtc@google.com2008-09-171-2/+45
* Address a TODO for properly stripping references from request URL.ericroman@google.com2008-09-151-10/+5
* misc. http response status-line changes:ericroman@google.com2008-09-131-17/+55
* Refactor the SSL tunnel establishment code so that itwtc@google.com2008-09-101-118/+55
* Implement SSL tunneling through a proxy server.wtc@google.com2008-08-251-19/+164
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* First cut at implementing SSLClientSocket using Schannel.wtc@google.com2008-08-141-1/+8
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-121-2/+2
* Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager...darin@google.com2008-08-061-1/+1
* Miscellaneous changes from my code review.wtc@google.com2008-08-051-115/+139
* Add net to the repository.initial.commit2008-07-261-0/+673