summaryrefslogtreecommitdiffstats
path: root/net/base/net_error_list.h
Commit message (Expand)AuthorAgeFilesLines
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-0/+5
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-0/+4
* Fix preconnect crash when we hit max socket limit.willchan@chromium.org2010-12-021-1/+3
* Implement exponential back-off mechanism.joi@chromium.org2010-11-251-0/+3
* net: Silently disable False Start when NetNanny is detected.agl@chromium.org2010-11-051-4/+1
* Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when networkmmenke@chromium.org2010-11-021-2/+7
* Return a distinct error from ERR_NAME_NOT_RESOLVED when the call to getaddrin...eroman@chromium.org2010-10-151-0/+3
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-1/+4
* Report AcquireCredentialsHandle errors. This requireswtc@chromium.org2010-10-121-0/+6
* CertDatabase: Add ImportServerCerts method.mattm@chromium.org2010-10-121-0/+3
* net: detect and error out with ESET HTTPS interception + False Startagl@chromium.org2010-10-111-4/+14
* Fix 58162: Mixed Content False Positive for intranet hostname certificatesfinnur@chromium.org2010-10-111-5/+8
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-10-051-0/+3
* net: add Snap Start support to NSS sockets.agl@chromium.org2010-10-011-0/+6
* Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.willchan@chromium.org2010-09-231-0/+3
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-211-0/+3
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-201-3/+0
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-191-0/+3
* Add a new net error code for when the load failure was due to connecting to a...eroman@chromium.org2010-09-161-0/+6
* Improved error reporting for GSSAPI statuses.cbentzel@chromium.org2010-09-081-4/+4
* Summary of changes:cbentzel@chromium.org2010-09-021-3/+5
* Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase.mattm@chromium.org2010-08-311-0/+11
* Map SECURITY_STATUS from InitializeSecurityContext to net error codes.cbentzel@chromium.org2010-08-311-0/+8
* Rename ERR_SSL_WEAK_SERVER_KEY to ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEYwtc@chromium.org2010-08-301-2/+2
* https: add support for DNS exclusion and switch to TXT records.agl@chromium.org2010-08-281-1/+5
* Revert 56376 - This CL will introduce a new way to do exponential back-off on...joi@chromium.org2010-08-171-4/+0
* This CL will introduce a new way to do exponential back-off on failure within joi@chromium.org2010-08-171-0/+4
* Revert the workaround for servers that use tiny DH keys.wtc@chromium.org2010-08-171-0/+3
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-121-0/+7
* Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed...mattm@chromium.org2010-08-111-7/+0
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-111-0/+7
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-031-5/+0
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-021-0/+5
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-301-5/+0
* Initial SPDY flow control supportagayev@chromium.org2010-07-201-0/+3
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-201-0/+3
* FTP: add more detailed error codes based on RFC 959.phajdan.jr@chromium.org2010-07-151-2/+32
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-2/+5
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-2/+9
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-3/+0
* Require renegotiation info from a whitelist of servers.agl@chromium.org2010-06-301-0/+3
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-0/+3
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-3/+0
* Create HttpAuthController.vandebo@chromium.org2010-06-231-0/+3
* Trigger SSL fallback based on Bad MAC alert.agl@chromium.org2010-05-181-0/+3
* FTP: fix navigating to files listed under non-ASCII charactersphajdan.jr@chromium.org2010-05-111-0/+3
* SSL fixes for sites with buggy DEFLATE support.agl@chromium.org2010-04-201-1/+6
* Adds support for the <keygen> element to Windows, matchingwtc@chromium.org2010-04-011-1/+1
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-0/+4
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-081-2/+1