| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor HttpNetworkTransaction to eliminate the SPDY | rch@chromium.org | 2010-08-04 | 2 | -221/+114 |
* | Cleaning up flakiness of a URLSecurityManager unit test. | ahendrickson@chromium.org | 2010-08-04 | 1 | -23/+0 |
* | Mac: Some clang appeasing. | thakis@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | Make Chrome capable of advertising spdy version 1. | mbelshe@chromium.org | 2010-08-03 | 2 | -5/+15 |
* | Fix valgrind error in unittests. | agl@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 7 | -0/+7 |
* | Mange ciricular reference to HttpNetworkTransaction in HttpProxyClientSocktPool. | vandebo@chromium.org | 2010-08-03 | 1 | -2/+9 |
* | Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-08-03 | 8 | -139/+346 |
* | SPDY Alternate-Protocol works through a Digest authentication proxy. | cbentzel@chromium.org | 2010-08-03 | 4 | -13/+188 |
* | Revert 54405 - Fix late binding induced mismatch of Socket and AuthController | nick@chromium.org | 2010-08-02 | 8 | -289/+91 |
* | Revert 54528 - Digest authentication uses a uri field to prevent replay attacks. | nick@chromium.org | 2010-08-02 | 4 | -199/+13 |
* | Address a TODO: use HostPortPair rather than a naked host string. | eroman@chromium.org | 2010-08-02 | 1 | -2/+2 |
* | SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se... | erikchen@google.com | 2010-08-02 | 2 | -7/+9 |
* | A/B test for measuring effect of number of proxy connections. | ziadh@chromium.org | 2010-08-02 | 2 | -0/+9 |
* | Digest authentication uses a uri field to prevent replay attacks. | cbentzel@chromium.org | 2010-08-02 | 4 | -13/+199 |
* | When we get a silent TCP RST, SPDY connections need to retry. | mbelshe@chromium.org | 2010-07-31 | 1 | -6/+21 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 4 | -3/+4 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 4 | -15/+21 |
* | Convert src/net to use std::string/char* for DictionaryValue keys. | viettrungluu@chromium.org | 2010-07-31 | 1 | -3/+3 |
* | Implement prefetching in chrome | gavinp@google.com | 2010-07-31 | 2 | -0/+18 |
* | Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-07-30 | 8 | -91/+289 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 3 | -12/+9 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 3 | -6/+9 |
* | Bump the SPDY protocol version to version 2. | mbelshe@chromium.org | 2010-07-30 | 5 | -33/+44 |
* | I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that | rch@chromium.org | 2010-07-29 | 7 | -33/+49 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 33 | -268/+337 |
* | Fix for Proxy server authentication without credentials available. | ahendrickson@google.com | 2010-07-27 | 1 | -5/+5 |
* | Add CHECKs to help track down the crash in http://crbug.com/49862. | wtc@chromium.org | 2010-07-27 | 1 | -1/+4 |
* | Remove --testing-fixed-http-port and --testing-fixed-https-port. | cbentzel@chromium.org | 2010-07-27 | 3 | -37/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 45 | -0/+45 |
* | SPDY now always uses http_network_transaction instead of spdy_network_transac... | erikchen@google.com | 2010-07-23 | 4 | -28/+79 |
* | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 5 | -33/+23 |
* | SPDY flow control: enforce obeying send window size via a command-line switch... | agayev@chromium.org | 2010-07-22 | 2 | -1/+11 |
* | Kerberos authentication backoff cleanup. | ahendrickson@google.com | 2010-07-21 | 2 | -5/+78 |
* | Reduce static initializers by removing inline constructors and | davemoore@chromium.org | 2010-07-21 | 4 | -2/+6 |
* | Reference-count the data used by PAC scripts, so it is shared between threads. | eroman@chromium.org | 2010-07-20 | 1 | -5/+4 |
* | Attempt to back off from Kerberos authentication if we don't have credentials. | ahendrickson@google.com | 2010-07-20 | 6 | -9/+76 |
* | Use different separators for service-type and service-name in Kerberos SPN. | cbentzel@chromium.org | 2010-07-20 | 2 | -3/+30 |
* | Don't do Negotiate with GSSAPI if default credentials are not allowed. | cbentzel@chromium.org | 2010-07-19 | 6 | -206/+241 |
* | ASSERT_TRUE that the HttpAuthHandlerNegotiate::Factory creates non-NULL handl... | cbentzel@chromium.org | 2010-07-17 | 1 | -2/+5 |
* | Implement MAX_CONCURRENT_STREAMS SETTINGS header | gavinp@google.com | 2010-07-17 | 3 | -44/+53 |
* | Http Cache: Make sure that we don't fail transactions when the | rvargas@google.com | 2010-07-17 | 3 | -13/+15 |
* | Http Cache: Enable some checks to track a low volume crash. | rvargas@google.com | 2010-07-17 | 1 | -10/+19 |
* | Http Cache: Don't delete the callback that is waiting for | rvargas@google.com | 2010-07-17 | 2 | -2/+46 |
* | Remove now unused states (cleanup). | vandebo@chromium.org | 2010-07-16 | 2 | -10/+0 |
* | Added mock libraries for GSSAPI. | ahendrickson@google.com | 2010-07-16 | 5 | -30/+1035 |
* | Fix crash bug in new SSLClientSocketPool. | vandebo@chromium.org | 2010-07-16 | 1 | -18/+11 |
* | Http Cache: chain GetLoadState from transactions waiting for | rvargas@google.com | 2010-07-15 | 6 | -6/+60 |
* | On multi-round authentication schemes, the info_ field in the HttpAuthControl... | cbentzel@chromium.org | 2010-07-15 | 4 | -2/+122 |