summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor SpdyStream.ukai@chromium.org2010-06-142-3/+3
* Add metrics for measuring spdy transaction latency.mbelshe@chromium.org2010-06-132-8/+30
* Revert 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-113-16/+84
* Http cache: Remove deprecated code.rvargas@google.com2010-06-113-84/+16
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-115-58/+199
* Removed gssapi namespace.ahendrickson@google.com2010-06-102-164/+169
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-1020-227/+163
* More robust handling of GSSAPI error stringscbentzel@chromium.org2010-06-091-6/+20
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-4/+4
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-073-16/+1
* Make SpdySessionPool observe network changes.willchan@chromium.org2010-06-072-3/+3
* Experiment for number of persistent connections to serverziadh@chromium.org2010-06-071-0/+12
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-0724-130/+146
* Preliminary support for GSSAPI (Linux and Mac OS X).ahendrickson@google.com2010-06-043-0/+675
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-038-22/+47
* Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...pkasting@chromium.org2010-06-011-4/+4
* view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactoryrvargas@google.com2010-05-271-2/+2
* Change the proxy waiting-for message to:mbelshe@chromium.org2010-05-271-0/+5
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-2723-48/+81
* net-internals: use the async interface for displaying cache statistics.rvargas@google.com2010-05-272-0/+7
* Increase the socket limit for proxy servers to 32.willchan@chromium.org2010-05-251-3/+3
* Eliminate the establishing_tunnel_ internal state and move to explicitmbelshe@chromium.org2010-05-252-119/+198
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-215-18/+129
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-212-32/+0
* Track whether a resource was loaded via a proxy. I'm going to usembelshe@chromium.org2010-05-213-3/+18
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-203-12/+19