- dc7bd1c5 Add a new test to HttpNetworkTransaction that tests by [email protected] · 15 years ago
- 73b8dd22 net: restart on NPN misprediction and add tests for Snap Start errors. by [email protected] · 15 years ago
- 3deb9a5 Change the way request headers are logged to the NetLog to ensure by [email protected] · 15 years ago
- 7a67a815 Crash fix: HTTPS server responds with 407 through non-authenticating proxy. by [email protected] · 15 years ago
- ad8e04a Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by [email protected] · 15 years ago
- 44b5204 Allow duplicate Content-Length headers. by [email protected] · 15 years ago
- b94f92d HttpStream::SendRequest by [email protected] · 15 years ago
- 7ab5bbd1 Revert revert 62918 - net: clean up SSLHostInfo construction." by [email protected] · 15 years ago
- 8c9d4ba Revert 62918 - net: clean up SSLHostInfo construction. by [email protected] · 15 years ago
- 8281f70 net: clean up SSLHostInfo construction. by [email protected] · 15 years ago
- af3490e Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions. by [email protected] · 15 years ago
- 81cdfcd Plumb up the preconnect logic from pools to StreamFactory. by [email protected] · 15 years ago
- d9da5fe Integrate the SpdyProxyClientSocket into the HttpStreamRequest by [email protected] · 15 years ago
- 2db58053 Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." by [email protected] · 15 years ago
- 7ec5b39 Do not use Alternate-Protocol for establishing new SpdySessions. by [email protected] · 15 years ago
- 6ae89674 Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." by [email protected] · 15 years ago
- 51c07140 net: plumb DnsRRResolver from IOThread to HttpNetworkSession. by [email protected] · 15 years ago
- 34f4094 clang/mac: Fix almost all problems when building all.xcodeproj. by [email protected] · 15 years ago
- 73c4532 Stop refcounting HostResolver. by [email protected] · 15 years ago
- 87bfa3f Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdySessionPool. by [email protected] · 15 years ago
- b302414 Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool. by [email protected] · 15 years ago
- 13eae8c Stop refcounting SpdySessionPool. by [email protected] · 15 years ago
- 2431756e Stop refcounting ClientSocketPool. by [email protected] · 15 years ago
- f660e4b HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. by [email protected] · 15 years ago
- 4d6a6d94 Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. by [email protected] · 15 years ago
- 60390d08 HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. by [email protected] · 15 years ago
- 563ee90 Remove commented out expression in http_network_transaction_unittest.cc by [email protected] · 15 years ago
- f458033 Remove the references to HttpNetworkSession in SpdySession by [email protected] · 15 years ago
- 02b0c34 Remove SpdySession::Connect(). This methods was only by [email protected] · 15 years ago
- 9fe44f5 Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH. by [email protected] · 15 years ago
- 0b0bf03 Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams." by [email protected] · 15 years ago
- 5210df3 Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams. by [email protected] · 15 years ago
- ca8e0d19 Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams. by [email protected] · 15 years ago
- f7fccee Add a new net error code for when the load failure was due to connecting to a bad proxy server. by [email protected] · 15 years ago
- 930cc74 Change HostResolver::RequestInfo to take a HostPortPair rather than naked host string + port. by [email protected] · 15 years ago
- ebeefff3 Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. by [email protected] · 15 years ago
- 88a2c40 Trying to green up the tree, lots of mac and win red around this cl. by [email protected] · 15 years ago
- a154ba9 net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. by [email protected] · 15 years ago
- 749eefa8 Fix a crash when we preconnect to a host that we already have a SPDY session for. by [email protected] · 15 years ago
- eca50e12 Fix multi-round authentication. by [email protected] · 15 years ago
- 7abf7d2 Flush SSL pools after SSL config changes. by [email protected] · 15 years ago
- 7642b5ae Add support for speaking SPDY to an HTTPS proxy. by [email protected] · 15 years ago
- 9349cfb FBTF: A giant cleanup to net/ by [email protected] · 15 years ago
- 2df19bb Attempting to re-land CL 3110006 which turned out to have a memory leak. by [email protected] · 15 years ago
- 9b40b28c0 Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to by [email protected] · 15 years ago
- 8dbf33e8 Add support for speaking SSL to an HTTP Proxy, to by [email protected] · 15 years ago
- 31e68d7 Refactor: change the spdy session pool key to take a ProxyServer instead of a string representation of the proxy server. by [email protected] · 15 years ago
- 76a505b Fix a crash where we are checking IsConnected(). If you look into the by [email protected] · 15 years ago
- 8e6441ca Extract connection logic from HttpNetworkTransaction into a new by [email protected] · 15 years ago
- da81f13 Send user agent with CONNECT requests. by [email protected] · 15 years ago
- 277d594 FBTF: Start cleaning up net/ by [email protected] · 15 years ago
- be1ce6a7 Add #include utf_string_conversions.h to all files that use ASCIIToWide and by [email protected] · 15 years ago
- 394816e9 Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController by [email protected] · 15 years ago
- f45c1ee SPDY Alternate-Protocol works through a Digest authentication proxy. by [email protected] · 15 years ago
- 58a496f Revert 54405 - Fix late binding induced mismatch of Socket and AuthController by [email protected] · 15 years ago
- 4dfabfc Revert 54528 - Digest authentication uses a uri field to prevent replay attacks. by [email protected] · 15 years ago
- fae7669f Address a TODO: use HostPortPair rather than a naked host string. by [email protected] · 15 years ago
- b261d0e SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy settings. by [email protected] · 15 years ago
- 6cc4218 Digest authentication uses a uri field to prevent replay attacks. by [email protected] · 15 years ago
- 9a9787ed Fix late binding induced mismatch of Socket and AuthController by [email protected] · 15 years ago
- dae22c5 Bump the SPDY protocol version to version 2. by [email protected] · 15 years ago
- 13c8a09 Net: Convert username and password to string16. by [email protected] · 15 years ago
- 2fbaecf2 Net: Get rid of ProxyServer::host_and_port() and friends. by [email protected] · 15 years ago
- 2447640 Reference-count the data used by PAC scripts, so it is shared between threads. by [email protected] · 15 years ago
- 2bd9302 Implement MAX_CONCURRENT_STREAMS SETTINGS header by [email protected] · 15 years ago
- c871bce9 On multi-round authentication schemes, the info_ field in the HttpAuthController should be cleared (the user should only be prompted for username/password on the first round). by [email protected] · 15 years ago
- 05ea9ff Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. by [email protected] · 15 years ago
- e60e47a Implement SSLClientSocketPool. by [email protected] · 15 years ago
- df4b4ef Make the various SocketParams reference counted. by [email protected] · 15 years ago
- e772db3f Put HttpProxyClientSocket into a pool. by [email protected] · 15 years ago
- a7ea883 Implement HttpProxyClientSocket: Http proxie setup is now done in it's own class (refactor). by [email protected] · 15 years ago
- e7f7509 Remove more hex frames from the SPDY unit tests. by [email protected] · 15 years ago
- 9b9ae955 Optimization: reduce the copying of string data between C++ and javascript in proxy_resolver_v8.cc. by [email protected] · 15 years ago
- 65d3438 Make the Negotiate Authentication Handler a state machine. by [email protected] · 15 years ago
- a4aeaf4 More SPDY unit test refactoring and cleanup: removed hex frames from spdy_test_util.h by [email protected] · 15 years ago
- 75f30cc2 Refactors SPDY frame construction methods out of by [email protected] · 15 years ago
- aef0427 Hooking GSSAPI code into HTTP authenticate Negotiate handler. by [email protected] · 15 years ago
- 193b0b89 Add field trial stats for alternate_protocol. The histogram we collected are: by [email protected] · 15 years ago
- 66761b95 Massively simplify the NetworkChangeNotifier infrastructure: by [email protected] · 15 years ago
- c1dc563 Cleanup: Remove svn:executable from a bunch of files. by [email protected] · 15 years ago
- fc31d6a4 Don't close the socket in the HttpNetworkTransaction by [email protected] · 15 years ago
- 26ef658 Fix crash in GetSpdySessionFromSSLSocket in the case where the by [email protected] · 15 years ago
- 3fd9dae Refactor: Rename MockAuthHandler and move to a separate file. by [email protected] · 15 years ago
- 044de064 HttpNetworkTransaction handles asynchronous auth token generation. by [email protected] · 15 years ago
- ac03952 Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. by [email protected] · 15 years ago
- bcc528e Async support for HttpAuthHandler::GenerateAuthToken. by [email protected] · 15 years ago
- b846acd Make SpdySessionPool observe network changes. BUG=40457 by [email protected] · 15 years ago
- 36c8e5f7 HttpAuthHandler's are no longer refcounted. by [email protected] · 15 years ago
- 06650c5 Rework the logging for sockets/connectjobs. by [email protected] · 15 years ago
- ac5c06e HttpAuthHandlers hold onto a bound net log. by [email protected] · 15 years ago
- 65041fa This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field test won't be enabled. by [email protected] · 15 years ago
- b89f7e4 Make ClientSocketPool histograms static so that they work properly. by [email protected] · 15 years ago
- fa82f93 Remove handler from HttpAuthCache. by [email protected] · 15 years ago
- a554a826 Revert r47395. Looks like it still crashes =/ BUG=40455,40457 by [email protected] · 15 years ago
- 3c32c5f Digest Authentication: Test that "nc" is incremented for same "nonce". by [email protected] · 15 years ago
- d510a78 This is roughly a reland of r43908, although I had to rewrite a fair chunk since code's changed a lot. I've changed it so as not to flush the host resolver too. I suspect there might have been a bug there. I was unable to reproduce the crash here on network change, so I think either that fixed it or something else changed under the hood. In any case, I want to reland this and see if anyone encounters any problems with it. by [email protected] · 15 years ago
- 635909f Plumb NetLog into SpdySession. by [email protected] · 15 years ago
- 685af59 Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set. by [email protected] · 15 years ago
- dbb83db Add the response headers to net-internals. BUG=43812 by [email protected] · 15 years ago
- 169d001 Add http request headers into about:net-internals. BUG=43812 by [email protected] · 15 years ago