summaryrefslogtreecommitdiffstats
path: root/net/base/net_error_list.h
Commit message (Expand)AuthorAgeFilesLines
* Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m...cbentzel@chromium.org2011-11-171-0/+3
* Use a better error code for when an extension blocks a network request usingmpcomplete@chromium.org2011-10-211-0/+3
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+3
* Use NSS to generate Origin-Bound Certs on Win and Mac.mattm@chromium.org2011-10-181-3/+0
* Send PING to check the status of the SPDY connection.rtenneti@chromium.org2011-10-161-0/+3
* Support SPDY RST_STREAM with REFUSED_STREAM status properly.willchan@chromium.org2011-10-131-0/+4
* Return an error when multiple Location or Content-Dispositionmmenke@chromium.org2011-10-041-1/+7
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-0/+12
* Use a different error code for pinning errors.agl@chromium.org2011-08-221-0/+5
* Gave the GetOriginBoundCertificate an asynchronous interface because certificaterkn@chromium.org2011-08-101-0/+12
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-0/+3
* Add net::ERR_BAD_PEER_PUBLIC_KEY, and map several NSS error codeswtc@chromium.org2011-07-271-0/+3
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-0/+3
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-191-3/+6
* Revert "Implementation of server socket for websockets protocol."dilmah@chromium.org2011-07-191-6/+3
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-191-3/+6
* Disk cache: detect block files that are shorter than expectedrvargas@google.com2011-07-131-1/+2
* Linux Cert manager: improve PKCS #12 import error messages.mattm@chromium.org2011-07-131-0/+9
* Detect Kaspersky SSL MITM and give a helpful error message.agl@chromium.org2011-07-011-1/+9
* Implements DnsTransaction class.agayev@chromium.org2011-06-301-18/+26
* Add support for random UDP source port selection to avoid birthday attacks in...agayev@chromium.org2011-06-291-0/+3
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-161-0/+4
* Implements DnsRequest and DnsResponse classes.agayev@chromium.org2011-06-031-0/+17
* Revert 87809 - Added DnsQuery classagayev@chromium.org2011-06-031-17/+0
* Added DnsQuery classagayev@chromium.org2011-06-031-0/+17
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-0/+5
* Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...joi@chromium.org2011-05-171-5/+0
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-171-0/+5
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-031-2/+4
* Revert r61181.agl@chromium.org2011-04-121-5/+1
* Add an initial API and implementation for UDP Sockets.mbelshe@chromium.org2011-03-021-0/+4
* Return more specific error messages when performing a SSL client auth handsha...rsleevi@chromium.org2011-02-051-0/+9
* 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