summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-1/+1
* Initialize all data members in HTTPResponseInfo's new ctor and remove the rel...michaeln@chromium.org2010-08-131-0/+2
* Uninitialized member vars and inlined constructors.finnur@chromium.org2010-08-125-5/+22
* FBTF: Start cleaning up net/erg@google.com2010-08-1113-19/+83
* Add a field trial for the cache WRT prefetchinggavinp@chromium.org2010-08-111-2/+14
* Remove a bunch of extra includes.vandebo@chromium.org2010-08-112-3/+4
* Removed spdy_network_transaction.h file.erikchen@google.com2010-08-091-1/+0
* More metrics for proxy connections impact A/B test.ziadh@chromium.org2010-08-091-0/+1
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-0/+2
* Bad interaction between 2 A/B experimentsziadh@chromium.org2010-08-062-1/+9
* Remove the following States from HttpProxyClientSocket:rch@chromium.org2010-08-061-2/+0
* Change some EXPECT's to ASSERT's in http_auth_handler_factory_unittest.cccbentzel@chromium.org2010-08-061-3/+3
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-0/+3
* Leftovers from wstring->string16 conversion in authentication code.cbentzel@chromium.org2010-08-051-2/+3
* Implement server push protocol 2.erikchen@google.com2010-08-052-0/+33
* Modify the SPDY v1 hack to only advertise v1 and not v2 over NPN.mbelshe@chromium.org2010-08-051-1/+1
* Minor change to: http://codereview.chromium.org/3064033rch@chromium.org2010-08-052-221/+114
* Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDYdhollowa@chromium.org2010-08-042-114/+221
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-042-221/+114
* Cleaning up flakiness of a URLSecurityManager unit test.ahendrickson@chromium.org2010-08-041-23/+0
* Mac: Some clang appeasing.thakis@chromium.org2010-08-041-2/+2
* Make Chrome capable of advertising spdy version 1.mbelshe@chromium.org2010-08-032-5/+15
* Fix valgrind error in unittests.agl@chromium.org2010-08-031-1/+1
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-037-0/+7
* Mange ciricular reference to HttpNetworkTransaction in HttpProxyClientSocktPool.vandebo@chromium.org2010-08-031-2/+9
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-038-139/+346
* SPDY Alternate-Protocol works through a Digest authentication proxy.cbentzel@chromium.org2010-08-034-13/+188
* 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