summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-011-0/+7
* Change the API from passing refptr<>s through the interfaces.mbelshe@chromium.org2010-09-011-3/+3
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-2/+2
* Remove the reused_socket_ member because we don't really need it.mbelshe@chromium.org2010-08-251-5/+4
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-251-5/+9
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-28/+53
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-251-9/+5
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-251-5/+9
* Reintegrate certificate selection in HttpNetworkTransaction DoLoopdavidben@chromium.org2010-08-211-4/+7
* A WebKit layout test failed with the HttpNetworkTransaction refactoring.mbelshe@chromium.org2010-08-191-1/+6
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-936/+266
* Send user agent with CONNECT requests.vandebo@chromium.org2010-08-181-0/+4
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* More metrics for proxy connections impact A/B test.ziadh@chromium.org2010-08-091-0/+1
* Minor change to: http://codereview.chromium.org/3064033rch@chromium.org2010-08-051-202/+109
* Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDYdhollowa@chromium.org2010-08-041-107/+202
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-041-202/+107
* Make Chrome capable of advertising spdy version 1.mbelshe@chromium.org2010-08-031-2/+8
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-1/+1
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-40/+88
* SPDY Alternate-Protocol works through a Digest authentication proxy.cbentzel@chromium.org2010-08-031-10/+27
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-77/+29
* Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.nick@chromium.org2010-08-021-29/+10
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-021-5/+7
* Digest authentication uses a uri field to prevent replay attacks.cbentzel@chromium.org2010-08-021-10/+29
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-6/+21
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* Implement prefetching in chromegavinp@google.com2010-07-311-0/+16
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-29/+77
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* Bump the SPDY protocol version to version 2.mbelshe@chromium.org2010-07-301-9/+15
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-10/+8
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+2
* 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-271-8/+0
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-15/+57
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-12/+14
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-34/+39
* Remove now unused states (cleanup).vandebo@chromium.org2010-07-161-5/+0
* Fix crash bug in new SSLClientSocketPool.vandebo@chromium.org2010-07-161-18/+11
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-258/+180
* Remove |net_log_| as a class member and pass it in where needed and a little ...vandebo@chromium.org2010-07-131-4/+5
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-121-9/+12
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-85/+57
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-255/+83
* Plumb SSL connection information into the PageInfo model.agl@chromium.org2010-07-121-0/+5
* Client attempts to start a new spdy transaction with a session that is closin...erikchen@google.com2010-07-091-0/+2
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-35/+1
* Require renegotiation info from a whitelist of servers.agl@chromium.org2010-06-301-4/+6
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-2/+51