summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use RevocableStore to isolate the http cache from its transactions.rvargas@google.com2009-02-143-6/+51
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-125-23/+21
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-113-17/+29
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-105-21/+23
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-105-23/+21
* Fix a minor style nit. Make a comment clearer.wtc@chromium.org2009-01-301-4/+3
* Add more unit tests for net/base/host_resolver.phajdan.jr@chromium.org2009-01-291-4/+9
* Reverting 8868.ericroman@google.com2009-01-291-0/+2
* Reverting 8864.wtc@chromium.org2009-01-291-2/+0
* Work around our not caching the intermediate CAwtc@chromium.org2009-01-291-0/+2
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-297-25/+34
* revert r8603rvargas@google.com2009-01-247-34/+25
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-247-25/+34
* Add q-values to languages in Accept-Language HTTP header to be compatible wit...jungshik@google.com2009-01-233-3/+85
* If connect succeeds synchronously, the event object is alsowtc@google.com2009-01-161-1/+0
* Remove HttpTransactionWinHttp and the --winhttp command-linewtc@google.com2009-01-1310-2616/+0
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-135-2/+17
* Measure how often the users are encountering MD5wtc@google.com2009-01-121-2/+5
* When there are multiple requests for the same resource, it isrvargas@google.com2009-01-072-3/+77
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-193-25/+28
* Reverting 6966.ericroman@google.com2008-12-137-30/+63
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-137-63/+30