summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat all 1xx the same as a 100 (continue).ericroman@google.com2009-03-272-2/+49
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-253-24/+14
* Reverting 12479 which reverted 12470.willchan@chromium.org2009-03-252-12/+16
* Reverting 12470.willchan@chromium.org2009-03-252-15/+11
* Prioritize which HTTP requests get a socket first by adding a priority level ...willchan@chromium.org2009-03-252-11/+15
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-251-1/+1
* Net module changes to support caching responses to a POST request.darin@chromium.org2009-03-244-46/+107
* Computer total latency for DNS experimentjar@chromium.org2009-03-232-0/+11
* Make GetHostNameProc return a std::string.wtc@chromium.org2009-03-233-123/+113
* Attempt to detect impact of disabling dns prefetching on transaction latencyjar@chromium.org2009-03-231-1/+8
* Fully reset HttpNetworkTransaction::response_ when restarting the transaction...ericroman@google.com2009-03-218-11/+98
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-182-2/+2
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-172-6/+6
* LogBlockedTunnelResponse only needs the response code aswtc@chromium.org2009-03-162-7/+6
* Back out r11684, a temporary change for debugging issue 8325.wtc@chromium.org2009-03-161-4/+2
* Log an error message when we don't find anywtc@chromium.org2009-03-131-0/+20
* Temporarily use the Proxy-Connection header before thewtc@chromium.org2009-03-131-2/+4
* Highlights of changes:hclam@chromium.org2009-03-133-4/+21
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-121-0/+1
* Clean up our fix for bug 7338 and bug 8473, which wentwtc@chromium.org2009-03-123-9/+16
* Revert 11495 (since that reversion didn't heal plugin problem)jar@chromium.org2009-03-122-1/+73
* Revert 11484 to try to heal plugin_test failurejar@chromium.org2009-03-112-73/+1
* Add unit tests for NTLM authentication. This requireswtc@chromium.org2009-03-113-20/+295
* Block reading unauthenticated bytes from the proxy when the user cancels a 40...abarth@chromium.org2009-03-112-1/+73
* NO CODE CHANGEdeanm@chromium.org2009-03-1117-17/+0
* Slight code change to make some global variables const.maruel@google.com2009-03-105-10/+15
* Don't read message-body for HEAD responses.ericroman@google.com2009-03-053-25/+106
* Clean up HttpResponseHeaders::IsKeepAlive. Use the parsedwtc@chromium.org2009-03-052-8/+27
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-052-10/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0512-22/+22
* Highlights of changes:hclam@chromium.org2009-03-052-0/+10
* Log an error message if the auth scheme is connection-basedwtc@chromium.org2009-03-041-0/+30
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-026-10/+210
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-2817-40/+1727
* Don't let an active network attacker play tricks with CONNECT tunnels throgh ...abarth@chromium.org2009-02-272-37/+266
* Http cache: When adding a transaction to a cache entry,rvargas@google.com2009-02-272-4/+91
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+2
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-191-0/+3
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-11/+12
* Perform HTTP authentication over a keep-alive connection.wtc@chromium.org2009-02-183-12/+464
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-186-6/+29