summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Move BuildRequestHeaders back to http_network_transaction.cc now that it's no...abarth@chromium.org2011-04-061-0/+2
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-8/+19
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-19/+8
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-8/+19
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-2/+0
* net: Ensure that when using False Start + client auth, bad client certificate...agl@chromium.org2011-01-111-0/+5
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-0/+2
* HttpStream::SendRequestrch@chromium.org2010-10-271-1/+2
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-2/+0
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-0/+2
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-2/+0
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-141-3/+3
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-5/+4
* Rename SSLNonSensitiveHostInfo to SSLHostInfo.agl@chromium.org2010-10-121-2/+2
* net: add --enable-snap-startagl@chromium.org2010-10-111-0/+2
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+5
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-221-1/+1
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-3/+3
* Change the API from passing refptr<>s through the interfaces.mbelshe@chromium.org2010-09-011-4/+3
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-0/+1
* Remove the reused_socket_ member because we don't really need it.mbelshe@chromium.org2010-08-251-3/+0
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-0/+5
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-4/+0
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-111/+26
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-1/+1
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-0/+3
* Minor change to: http://codereview.chromium.org/3064033rch@chromium.org2010-08-051-19/+5
* Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDYdhollowa@chromium.org2010-08-041-7/+19
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-041-19/+7
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-0/+7
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-7/+0
* Implement prefetching in chromegavinp@google.com2010-07-311-0/+2
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-0/+7
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-2/+2
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-231-1/+15
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-0/+4
* Remove now unused states (cleanup).vandebo@chromium.org2010-07-161-5/+0
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-4/+0
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-10/+3
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-15/+14
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-5/+0
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-281-0/+3
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-281-0/+3
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-1/+1
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-74/+6
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-6/+74