summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-022-2/+2
* Minor refactorings:ericroman@google.com2008-12-024-6/+5
* http_cache: Don't destroy an entry from the transaction destructor ifrvargas@google.com2008-11-242-7/+23
* Add run time checks to get more info for bug 3931.rvargas@google.com2008-11-221-8/+26
* Add a flags to further control response header persistence. We use this todarin@chromium.org2008-11-204-59/+148
* Punt the proxy errors into a bug.evanm@google.com2008-11-181-1/+5
* Fix the duplicate session_callback_->AddRef() calls made bywtc@google.com2008-11-142-43/+56
* A minor tweak of r5245. I'm more confident that WinHTTPwtc@google.com2008-11-141-1/+1
* Add more info to the comment about www.yahoo.com's padding ofwtc@google.com2008-11-143-8/+13
* Notify the WinHttpRequestThrottle of the completion of awtc@google.com2008-11-122-2/+11
* Add unittests for eviction of http auth cache entries.ericroman@google.com2008-11-113-8/+106
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-0823-164/+1375
* Adaptively identify URL subresources and pre-resolve hosts via DNSjar@google.com2008-11-062-2/+5
* Add histogram to show network latency (first byte to last byte)jar@google.com2008-11-062-0/+16
* Remove the UploadDataStream::Reset method. Instead,wtc@google.com2008-11-052-6/+101
* Wrap forward declarations in their relevant namespaceagl@chromium.org2008-11-051-0/+1
* Add a unit-test for r4624 (tcpclientsocket recycling on CONNECT).ericroman@google.com2008-11-052-3/+73
* 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-042-62/+0
* More instrumentation.ericroman@google.com2008-11-032-25/+64
* More no-op instrumentation code for bug 3772.ericroman@google.com2008-11-012-49/+23
* Add some debugging instrumentation for 3772. This replaces the previous instr...ericroman@google.com2008-10-312-30/+49
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-311-0/+4
* oops; will reland once tree is openavi@google.com2008-10-301-4/+0
* Initial Mac proxy implementationavi@google.com2008-10-301-0/+4
* Temporary code instrumentation to gather info on a crash.ericroman@google.com2008-10-292-3/+32
* An experimental change to help us diagnose a crashwtc@google.com2008-10-291-0/+1
* Pass a user agent string to WinHttpOpen to set the userwtc@google.com2008-10-291-60/+61
* Add some extra unit-tests to make sure we cover all permutations of {basic_au...ericroman@google.com2008-10-292-0/+44
* Add an HTTP basic auth unit test for an empty username.wtc@google.com2008-10-281-0/+2
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-279-18/+32
* Call DidStartDnsResolution and DidFinishDnsResolutionWithStatuswtc@google.com2008-10-241-1/+5
* Port:mark@chromium.org2008-10-231-1/+2
* Fix array out of bounds in unit test.ericroman@google.com2008-10-231-10/+8
* Bound the maximum buffer size for response headers.ericroman@google.com2008-10-233-0/+70
* Defer the HttpNetworkSession initialization to first time CreateTransaction i...ericroman@google.com2008-10-222-6/+13
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-2111-154/+107
* We don't support SSL renegotiation yet. Add thewtc@google.com2008-10-212-3/+14
* Misc cleanupsericroman@google.com2008-10-172-18/+13
* Misc style changes.ericroman@google.com2008-10-163-30/+15
* Make zero-byte responses an error, rather than an empty HTTP/0.9 case.ericroman@google.com2008-10-163-17/+49
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-153-27/+15
* The Schannel considers some cipher suites (e.g., thewtc@google.com2008-10-132-13/+24
* - Add auth integration tests to http_network_transaction_unitttest.ccericroman@google.com2008-10-082-14/+272
* Unrollback 3024 (partially rolled back in 3027).ericroman@google.com2008-10-082-15/+7
* Update a comment based on our findings today.pkasting@chromium.org2008-10-081-4/+4
* Revert 3024, broke mac build.maruel@google.com2008-10-082-7/+15
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-082-15/+7
* Use the new HTTP stack by default in the net module'swtc@google.com2008-10-081-1/+1
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-083-4/+39