summaryrefslogtreecommitdiffstats
path: root/net/base/net_error_list.h
Commit message (Expand)AuthorAgeFilesLines
* Report cases where the connection appears to close too early while transferri...cbentzel@chromium.org2012-04-201-0/+8
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-1/+1
* Change SpdyProxyClientSocket::RestartWithAuth to return OK. This enables cor...rch@chromium.org2012-02-281-3/+0
* Minor refactor of ProxyClientSocket.rch@chromium.org2012-02-251-0/+3
* net: remove special case for Kaspersky HTTPSagl@chromium.org2012-02-211-7/+1
* Add client for background testing of HTTP pipelining.simonjam@chromium.org2012-02-131-4/+4
* Revert 121572 - Add client for background testing of HTTP pipelining.simonjam@chromium.org2012-02-111-4/+4
* Add client for background testing of HTTP pipelining.simonjam@chromium.org2012-02-111-4/+4
* Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-02-031-4/+1
* Allow chrome to handle 407 auth challenges to CONNECT requestsrch@chromium.org2012-01-251-1/+4
* Reject certificate chains containing small RSA and DSA keys.palmer@chromium.org2011-12-151-1/+5
* Revert 110505 - Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes re...cbentzel@chromium.org2011-12-081-3/+0
* Support EC certs in OriginBoundCertService and OriginBoundCertStore.mattm@chromium.org2011-12-061-0/+7
* 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