summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-011-1/+2
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-303-43/+87
* Add a histogram to measure the number of idle sockets when a TCP connection i...willchan@chromium.org2009-04-301-0/+6
* Implement a parser that parses the "Range" HTTP headerhclam@chromium.org2009-04-286-2/+452
* Refactor HttpNetworkTransaction to remove side effects in some member functions.willchan@chromium.org2009-04-283-427/+785
* Add a histogram to record the dns resolution + tcp connection times.willchan@chromium.org2009-04-282-4/+19
* Implement HttpResponseHeaders::GetContentRange and unittestshclam@chromium.org2009-04-223-3/+295
* Log the "Proxy-Support: Session-Based-Authentication"wtc@chromium.org2009-04-212-29/+68
* Add a unit test for recycling a keep-alive connection socketwtc@chromium.org2009-04-211-0/+59
* Add histogram for connection times for new connectionsjar@chromium.org2009-04-211-0/+8
* Add a FieldTrial and histograms for measuring impact of http prioritization.willchan@chromium.org2009-04-201-2/+26
* Add tcp connection time histograms.willchan@chromium.org2009-04-172-0/+20
* Histogram time from request till first byte of header is receivedjar@chromium.org2009-04-132-7/+22
* Remove the "Proxy-Support: Session-Based-Authentication"wtc@chromium.org2009-04-101-12/+6
* Add a boolean data member reading_body_from_socket_ to helpwtc@chromium.org2009-04-103-3/+90
* DNS prefetch experiment extension: Consider different connection count limitsjar@chromium.org2009-04-082-6/+30
* Fix for bug 9608. adding check that tokenized header is valid.ace@google.com2009-04-022-1/+12
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-313-96/+371
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-303-373/+98
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-303-98/+373
* Add histogram of total latency when we're not re-using a socketjar@chromium.org2009-03-301-0/+7
* After r12485, every POST request has an UploadData, even ifwtc@chromium.org2009-03-271-2/+3
* Prevent making real DNS lookups by chrome tests.phajdan.jr@chromium.org2009-03-271-1/+1
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-2710-49/+180