summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for s...willchan@chromium.org2009-06-171-6/+6
* Re-land another subset of r18520.ericroman@google.com2009-06-171-0/+5
* Revert 18520.ericroman@google.com2009-06-171-5/+0
* Fixing a bug in HttpResponseHeaders.GetContentRangehclam@chromium.org2009-06-162-3/+14
* * Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...ericroman@google.com2009-06-161-0/+5
* Make HttpNetworkLayer tests network-independent.phajdan.jr@chromium.org2009-06-163-28/+44
* Bypass the host cache when you refresh a page.ericroman@google.com2009-06-162-6/+53
* Add a regression test for 14056. This verifies that HttpNetworkTransaction se...ericroman@google.com2009-06-151-0/+73
* Fix segfault in HttpNetworkLayerTest.GoogleGET when network connection fails.phajdan.jr@chromium.org2009-06-151-1/+1
* Add unit tests for new FTP network transaction.phajdan.jr@chromium.org2009-06-151-145/+54
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-1/+0
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-1/+20
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-127-14/+118
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-126-64/+645
* Remove most field trial uses of DNS impact testjar@chromium.org2009-06-121-24/+10
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-129-23/+48
* Introduce HttpStream and HttpBasicStream.willchan@chromium.org2009-06-114-5/+113
* Simplify a proxy test.willchan@chromium.org2009-06-101-20/+2
* We don't handle certificate errors during SSL renegotiation.wtc@chromium.org2009-06-091-0/+9
* Fix crash on fallback in HttpNetworkTransaction::ReconsiderProxyAfterError().willchan@chromium.org2009-06-062-1/+48
* Send the "Proxy-Connection: keep-alive" header with HTTP CONNECTwtc@chromium.org2009-06-052-12/+21
* Revert r17673, except for the code cleanup.wtc@chromium.org2009-06-051-6/+38
* Add two small features to the HttpCache for benchmarking/debugging.mbelshe@google.com2009-06-053-11/+55
* Make ClientSocketPool an interface. Move ClientSocketPool code into TCPClien...willchan@chromium.org2009-06-051-2/+2
* Use a "SessionDependencies" helper in the http unit tests.ericroman@google.com2009-06-051-194/+188
* For connection-based authentication schemes such as NTLM,wtc@chromium.org2009-06-041-41/+13
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-041-2/+77
* Reland my ClientSocketPool refactor again...willchan@chromium.org2009-06-045-196/+176
* Sigh, revert "Reland my ClientSocketPool refactor."willchan@chromium.org2009-06-045-176/+196
* Reland my ClientSocketPool refactor.willchan@chromium.org2009-06-045-196/+176
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-295-135/+3
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-292-0/+2
* HttpResponseHeaders::GetContentRange() to handle implied LWShclam@chromium.org2009-05-262-20/+78
* Extract socket mocks out of HttpNetworkTransactionTest.phajdan.jr@chromium.org2009-05-231-501/+140
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-221-1/+1
* Revert "Temporarily landing my ClientSocketPool refactor. Will revert right ...willchan@chromium.org2009-05-225-175/+196
* Temporarily landing my ClientSocketPool refactor. Will revert right after.willchan@chromium.org2009-05-225-196/+175
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-213-43/+27
* Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...willchan@chromium.org2009-05-185-175/+196
* Revert "Revert "Add connected socket function to ClientSocketPool and ClientS...willchan@chromium.org2009-05-175-196/+175
* Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...willchan@chromium.org2009-05-175-175/+196
* Add connected socket function to ClientSocketPool and ClientSocketHandle.willchan@chromium.org2009-05-175-196/+175
* Use the new HostNoBrackets() method in more places.wtc@chromium.org2009-05-161-2/+2
* Assert that HttpNetworkTransaction::GetResponseInfo() shouldukai@chromium.org2009-05-151-1/+5
* Change the host() method of ProxyServer to strip thewtc@chromium.org2009-05-141-2/+2
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-3/+3
* Use IOBuffers on UploadDataStream.rvargas@google.com2009-05-112-9/+2
* Make sure that a null separates individual http headers whenrvargas@google.com2009-05-072-2/+23
* Add two more error codes to net.rvargas@google.com2009-05-071-2/+2
* Set endianness for ARM.thestig@chromium.org2009-05-011-2/+1