- 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
- d911f1b Get tests working for Alternate-Protocol and proxies. by [email protected] · 15 years ago
- 8fdbcd2 Fix a DCHECK that was hit when trying to log information on an invalid proxy-authentication attempt. by [email protected] · 15 years ago
- 0e88ad60 Add ssl into the key for ClientSocketPools. by [email protected] · 15 years ago
- 2227c69 Auto-format style pass over files. by [email protected] · 15 years ago
- 631f132 Fix Alternate-Protocol to work for PAC proxies. by [email protected] · 15 years ago
- 9faeded9 Fix Alternate-Protocol to work with proxies. by [email protected] · 15 years ago
- 2d731a3 Implement a 15 connection per proxy server limit. by [email protected] · 15 years ago
- 5a1d7ca Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing NULL in place of a const BoundNetLog&. by [email protected] · 15 years ago
- 2ff8b31 SPDY: Fix Alternate-Protocol. by [email protected] · 15 years ago
- 8c76ae2 Use HttpRequestHeaders for extra_headers. BUG=22588 by [email protected] · 15 years ago
- aeaca1f SSL fixes for sites with buggy DEFLATE support. by [email protected] · 15 years ago
- 61a86c4 Fix crash on IP address change. by [email protected] · 15 years ago
- 31e2c69e SPDY: Alternate-Protocol changes. by [email protected] · 15 years ago
- e5ae96a Kerberos uses an SPN (Service Principal Name) to identify a server. This is typically in the form "HTTP/host:port", with the ":port" suffix being optional, and the "HTTP/" prefix is fixed regardless of whether the service is accessed over HTTP or HTTPS. by [email protected] · 15 years ago
- 9b3ef46 Flush socket pools and SPDY session pool properly on explicit requests and network changes. by [email protected] · 15 years ago
- 270c641 Reland r42300: "HttpRequestHeaders refactor." by [email protected] · 15 years ago
- 6624b462 Report unreadable files as size zero when uploading. by [email protected] · 15 years ago
- ab34ee5 Revert "Reland r42300: "HttpRequestHeaders refactor.""" by [email protected] · 15 years ago
- aa98311 Reland r42300: "HttpRequestHeaders refactor."" by [email protected] · 15 years ago
- ea4a1d0 Revert r42300: "HttpRequestHeaders refactor." by [email protected] · 15 years ago
- a6b4150d HttpRequestHeaders refactor. by [email protected] · 15 years ago
- a796bcec Implement SOCKSClientSocketPool by [email protected] · 15 years ago
- 9e743cd Generalize the net module's LoadLog facility from a passive container, to an event stream (NetLog). by [email protected] · 15 years ago
- a2cb812 SPDY: Alternate-Protocol changes. by [email protected] · 15 years ago
- 564b491 SPDY: Add basic support for Alternate-Protocol header. by [email protected] · 15 years ago
- 9492e4a Add ERR_END_OF_STREAM by [email protected] · 15 years ago
- ed4ed0f ProxyConfig behaved like a struct, but was defined as a class. by [email protected] · 15 years ago
- aeefc9e8 Unit test for auth realms changing during requests. by [email protected] · 15 years ago
- fa55e19 Added factories for HttpAuthHandler. by [email protected] · 15 years ago
- 31a2bfe Add bounds checking to StaticSocketDataProvider, to make tests more reliable by [email protected] · 15 years ago
- 955fc2e7 The great Flip -> Spdy rename. by [email protected] · 15 years ago
- dab9c7d Rename all files from flip* to spdy*. by [email protected] · 15 years ago
- dded3e2 Add unittest for r37566 (on PAC failure, should fallback to DIRECT). by [email protected] · 15 years ago
- 95d88ffe Add a notion of 'eof' to UploadDataStream, replacing the use of its size property for detecting when an upload is finished. by [email protected] · 15 years ago
- d13c327 Pass the NetworkChangeNotifier to HostResolver. by [email protected] · 15 years ago
- 59a1601 Fix a regression from r35549 that caused failure in evaluation of PAC script to result in ERR_NO_SUPPORTED_PROXIES rather than falling back to DIRECT. by [email protected] · 15 years ago
- ee9410e7 A 1xx response code followed by an EOF triggered an infinite loop. Fix the problem and add a regression test. by [email protected] · 15 years ago
- 6971906 Remove the implicit fallback to DIRECT when proxies fail. This better matches other browsers, and simplifies the code. by [email protected] · 15 years ago
- 100d5fb9 Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocketPool to flush idle sockets on IP address change. by [email protected] · 15 years ago
- f209dba When talking to a SOCKS v5 proxy, default to sending addresses as raw domains rather than IP addresses. by [email protected] · 15 years ago
- a7e4131 Make the transactions own the HttpResponseInfo. by [email protected] · 15 years ago
- ac790b4 Update network priorities to support better granularity by [email protected] · 16 years ago
- e22e136 A large Content-Length header followed by a connection close could trigger an out of memory condition. Fixed problem, added unit test, and clarified the API. This is probably the real problem in issue 25826. by [email protected] · 16 years ago
- 11203f01 After draining the body of a 401/407 response, verify that by [email protected] · 16 years ago
- 5ecc992a4 There was confusion in the mock socket classes due to by [email protected] · 16 years ago
- d1eda93 Flip: FlipSessionPool changes. by [email protected] · 16 years ago
- 0877e3d Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing the Http traffic. HttpBasicStream delegates parsing to HttpStreamParser in preparation for HttpPipelinedStream. by [email protected] · 16 years ago
- 2f497d2 Reverting 29316. Review URL: http://codereview.chromium.org/292002 by [email protected] · 16 years ago
- 878d730 Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing the Http traffic. HttpBasicStream delegates parsing to HttpStreamParser in preparation for HttpPipelinedStream. by [email protected] · 16 years ago
- b75b7b2f Increase the maximum headers size from 32Kb to 256Kb. by [email protected] · 16 years ago
- 5695b8c Remove the ClientSocketFactory from the HttpNetworkTransaction by [email protected] · 16 years ago
- 9b6fee1 Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) to ASSERT_TRUE(... == NULL). Patch by Jacob Mandelson (see http://codereview.chromium.org/202057 ), r=me. by [email protected] · 16 years ago
- 22927ad Allow the realm in BASIC and DIGEST challenges to not be specified. by [email protected] · 16 years ago
- 99d6935 More correctly handle username and password in FtpNetworkTransaction. by [email protected] · 16 years ago
- ea9dc9a [Second attempt of r25461] by [email protected] · 16 years ago
- cd13789 Revert "Use SSPI for NTLM authentication on Windows." by [email protected] · 16 years ago
- 4a42535 Use SSPI for NTLM authentication on Windows. by [email protected] · 16 years ago
- 5a3b914 Revert "Fix a ton of compiler warnings." by [email protected] · 16 years ago
- be952c3c Fix a ton of compiler warnings. by [email protected] · 16 years ago
- 861fcd5 Add the ability to not send cookies or send user name/password. by [email protected] · 16 years ago
- 8f2fc94 Pulling new version of googleurl into the tree. by [email protected] · 16 years ago
- db36938c Pref-backed SSLConfigService for Linux. by [email protected] · 16 years ago
- a937a06d Make ClientSocketHandle::Init() typesafe. by [email protected] · 16 years ago
- 80d6524d Reference count ProxyService. by [email protected] · 16 years ago
- d80a432 Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. by [email protected] · 16 years ago
- 684970b LoadLog is used as an output parameter, reorder it to the last parameter. by [email protected] · 16 years ago
- a97cca4 Unescape username/passwords obtained from URLs before using them for HTTP auth. by [email protected] · 16 years ago
- ec08bb2 Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and proyxservice.This dependency comes from the parent URLRequest, and is used as a container for per-request profiling data.This change is strictly a no-op refactor -- the parameter is unused, and LoadLog does nothing.BUG=http://crbug.com/14478TEST=none -- just needs to compile and pass existing tests.DESIGN=<http://docs.google.com/Doc?id=dfhcnb2v_21gbtrcpr3&hl=en> by [email protected] · 16 years ago
- a2c2fb9 Add synchronous-mode operation to MockHostResolver; this helps clarify some tests, which were using caching to get synchronous resolutions.TEST=existingBUG=NONE (addresses a TODO however). by [email protected] · 16 years ago
- b59ff37 Refactorings surrounding HostResolver: by [email protected] · 16 years ago
- e0c27be SOCKS v5 implementation by [email protected] · 16 years ago
- e47dfdae Reverting 20626. by [email protected] · 16 years ago
- 41fe98bb SOCKS v5 implementation by [email protected] · 16 years ago