summaryrefslogtreecommitdiffstats
path: root/net/http/http_transaction_winhttp.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove HttpTransactionWinHttp and the --winhttp command-linewtc@google.com2009-01-131-1827/+0
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-131-1/+2
* Reverting 6966.ericroman@google.com2008-12-131-1/+1
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-131-1/+1
* Misc proxy service changes.ericroman@google.com2008-12-101-17/+7
* Record network latency stats for Win HTTP in a histogramjar@google.com2008-12-051-1/+11
* Fix the duplicate session_callback_->AddRef() calls made bywtc@google.com2008-11-141-43/+52
* A minor tweak of r5245. I'm more confident that WinHTTPwtc@google.com2008-11-141-1/+1
* Notify the WinHttpRequestThrottle of the completion of awtc@google.com2008-11-121-1/+9
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-8/+16
* Adaptively identify URL subresources and pre-resolve hosts via DNSjar@google.com2008-11-061-1/+4
* Pass a user agent string to WinHttpOpen to set the userwtc@google.com2008-10-291-60/+61
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-4/+0
* The Schannel considers some cipher suites (e.g., thewtc@google.com2008-10-131-2/+7
* Update a comment based on our findings today.pkasting@chromium.org2008-10-081-4/+4
* Remove all but one place in this file where we returnwtc@google.com2008-09-111-2/+6
* WinHttpSendRequest fails with SEC_E_ILLEGAL_MESSAGE whenwtc@google.com2008-09-091-0/+1
* If we receive an HTTP authentication header with a non-ASCIIwtc@google.com2008-08-281-3/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* We should reset content_length_remaining_ (to -1) when wewtc@google.com2008-08-201-0/+3
* Update a few forgotten users of the Sys StringPiece conversion functions to i...deanm@google.com2008-08-191-0/+1
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-121-1/+1
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-111-7/+7
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-2/+4
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-1/+1
* Add net to the repository.initial.commit2008-07-261-0/+1807