| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Increase npn_spdy to 50%, npn_http 25%. | lzheng@chromium.org | 2010-07-15 | 1 | -1/+3 |
* | Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. | willchan@chromium.org | 2010-07-15 | 3 | -3/+3 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Revert 52334 - Http Cache: chain GetLoadState from transactions waiting for | rvargas@google.com | 2010-07-14 | 6 | -55/+6 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Init GSSAPI library in HttpAuthHandlerNegotiate. | cbentzel@chromium.org | 2010-07-14 | 1 | -0/+6 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Http Cache: chain GetLoadState from transactions waiting for | rvargas@google.com | 2010-07-14 | 6 | -6/+55 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 9 | -378/+385 |
* | Remove |net_log_| as a class member and pass it in where needed and a little ... | vandebo@chromium.org | 2010-07-13 | 6 | -47/+42 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-13 | 2 | -3/+32 |
* | Annotate some network classes as non-threadsafe. | eroman@chromium.org | 2010-07-12 | 3 | -3/+8 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 5 | -42/+64 |
* | Put HttpProxyClientSocket into a pool. | vandebo@chromium.org | 2010-07-12 | 12 | -137/+859 |
* | Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl... | vandebo@chromium.org | 2010-07-12 | 8 | -280/+766 |
* | Plumb SSL connection information into the PageInfo model. | agl@chromium.org | 2010-07-12 | 1 | -0/+5 |
* | Add back a flag to disable Alternate-Protocol processing. | willchan@chromium.org | 2010-07-10 | 1 | -2/+8 |
* | Client attempts to start a new spdy transaction with a session that is closin... | erikchen@google.com | 2010-07-09 | 1 | -0/+2 |
* | White space changes for grd revert | vandebo@chromium.org | 2010-07-03 | 1 | -1/+1 |
* | Remove more hex frames from the SPDY unit tests. | mlloyd@chromium.org | 2010-07-01 | 1 | -10/+10 |
* | Optimization: reduce the copying of string data between C++ and javascript in... | eroman@chromium.org | 2010-07-01 | 1 | -1/+1 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 17 | -488/+300 |
* | Add histograms for HTTP authentication token generation times. | cbentzel@chromium.org | 2010-07-01 | 2 | -1/+32 |
* | More SPDY unit test refactoring and cleanup: removed hex frames from spdy_tes... | mlloyd@chromium.org | 2010-06-30 | 1 | -6/+6 |
* | Require renegotiation info from a whitelist of servers. | agl@chromium.org | 2010-06-30 | 1 | -4/+6 |