summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-028-289/+91
* Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.nick@chromium.org2010-08-024-199/+13
* Address a TODO: use HostPortPair rather than a naked host string.eroman@chromium.org2010-08-021-2/+2
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-022-7/+9
* A/B test for measuring effect of number of proxy connections.ziadh@chromium.org2010-08-022-0/+9
* Digest authentication uses a uri field to prevent replay attacks.cbentzel@chromium.org2010-08-024-13/+199
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-6/+21
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-314-3/+4
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-314-15/+21
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-3/+3
* Implement prefetching in chromegavinp@google.com2010-07-312-0/+18
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-308-91/+289
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-303-12/+9
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-303-6/+9
* Bump the SPDY protocol version to version 2.mbelshe@chromium.org2010-07-305-33/+44
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-297-33/+49
* Net: Convert username and password to string16.thestig@chromium.org2010-07-2933-268/+337
* Fix for Proxy server authentication without credentials available.ahendrickson@google.com2010-07-271-5/+5
* Add CHECKs to help track down the crash in http://crbug.com/49862.wtc@chromium.org2010-07-271-1/+4
* Remove --testing-fixed-http-port and --testing-fixed-https-port.cbentzel@chromium.org2010-07-273-37/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2645-0/+45
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-234-28/+79
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-225-33/+23
* SPDY flow control: enforce obeying send window size via a command-line switch...agayev@chromium.org2010-07-222-1/+11
* Kerberos authentication backoff cleanup.ahendrickson@google.com2010-07-212-5/+78
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-214-2/+6
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-5/+4
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-206-9/+76
* Use different separators for service-type and service-name in Kerberos SPN.cbentzel@chromium.org2010-07-202-3/+30
* Don't do Negotiate with GSSAPI if default credentials are not allowed.cbentzel@chromium.org2010-07-196-206/+241
* ASSERT_TRUE that the HttpAuthHandlerNegotiate::Factory creates non-NULL handl...cbentzel@chromium.org2010-07-171-2/+5
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-173-44/+53
* Http Cache: Make sure that we don't fail transactions when thervargas@google.com2010-07-173-13/+15
* Http Cache: Enable some checks to track a low volume crash.rvargas@google.com2010-07-171-10/+19
* Http Cache: Don't delete the callback that is waiting forrvargas@google.com2010-07-172-2/+46
* Remove now unused states (cleanup).vandebo@chromium.org2010-07-162-10/+0
* Added mock libraries for GSSAPI.ahendrickson@google.com2010-07-165-30/+1035
* Fix crash bug in new SSLClientSocketPool.vandebo@chromium.org2010-07-161-18/+11
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-156-6/+60
* On multi-round authentication schemes, the info_ field in the HttpAuthControl...cbentzel@chromium.org2010-07-154-2/+122
* Increase npn_spdy to 50%, npn_http 25%. lzheng@chromium.org2010-07-151-1/+3
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-153-3/+3
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert 52334 - Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-146-55/+6
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* Init GSSAPI library in HttpAuthHandlerNegotiate.cbentzel@chromium.org2010-07-141-0/+6
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-146-6/+55