summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-149-378/+385
* Remove |net_log_| as a class member and pass it in where needed and a little ...vandebo@chromium.org2010-07-136-47/+42
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-132-3/+32
* Annotate some network classes as non-threadsafe.eroman@chromium.org2010-07-123-3/+8
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-125-42/+64
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-1212-137/+859
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-128-280/+766
* Plumb SSL connection information into the PageInfo model.agl@chromium.org2010-07-121-0/+5
* Add back a flag to disable Alternate-Protocol processing.willchan@chromium.org2010-07-101-2/+8
* Client attempts to start a new spdy transaction with a session that is closin...erikchen@google.com2010-07-091-0/+2
* White space changes for grd revertvandebo@chromium.org2010-07-031-1/+1
* Remove more hex frames from the SPDY unit tests.mlloyd@chromium.org2010-07-011-10/+10
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-1/+1
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-0117-488/+300
* Add histograms for HTTP authentication token generation times.cbentzel@chromium.org2010-07-012-1/+32
* More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes...mlloyd@chromium.org2010-06-301-6/+6
* Require renegotiation info from a whitelist of servers.agl@chromium.org2010-06-301-4/+6
* Refactors SPDY frame construction methods out ofmlloyd@chromium.org2010-06-281-20/+14
* Hooking GSSAPI code into HTTP authenticate Negotiate handler.ahendrickson@google.com2010-06-2811-216/+717
* SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e...willchan@chromium.org2010-06-282-12/+30
* Add field trial stats for alternate_protocol. The histogram we collected are: lzheng@chromium.org2010-06-264-9/+23
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-258-83/+46
* Cleanup: Remove svn:executable from a bunch of files.thestig@chromium.org2010-06-252-0/+0
* Don't close the socket in the HttpNetworkTransactionmlloyd@chromium.org2010-06-242-3/+67
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-242-12/+28
* Http Cache: Avoid re-validation of sparse entries if arvargas@google.com2010-06-242-13/+107
* Time cache lock waitsgavinp@google.com2010-06-242-0/+7
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-246-409/+533
* Fix crash in GetSpdySessionFromSSLSocket in the case where thembelshe@chromium.org2010-06-242-2/+53
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-236-534/+409
* Create HttpAuthController.vandebo@chromium.org2010-06-236-409/+534
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* Added NetLog support for HTTP authentication.cbentzel@chromium.org2010-06-214-4/+116
* Refactor: Rename MockAuthHandler and move to a separate file.cbentzel@chromium.org2010-06-213-165/+235
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-182-28/+12
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-182-12/+28
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-171-41/+0
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-176-105/+600
* Coverity: fix possible library leak in GSSAPISharedLibrary::LoadSharedLibrary.mattm@chromium.org2010-06-161-4/+6
* Working towards -Wextrathomasvl@chromium.org2010-06-161-3/+3
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-1510-5/+59
* Changed the return error code if the GSSAPI library cannot be initialized.ahendrickson@google.com2010-06-141-1/+1
* Reland 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-143-84/+16
* Improved library loading to bypass libraries that don't contain all the funct...ahendrickson@google.com2010-06-143-57/+129