summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-101-0/+9
* Misc proxy service changes.ericroman@google.com2008-12-1010-102/+89
* If a server answers a cache validation request with 304 and cache-control:no-...rvargas@google.com2008-12-092-1/+49
* Record network latency stats for Win HTTP in a histogramjar@google.com2008-12-052-1/+12
* * 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