summaryrefslogtreecommitdiffstats
path: root/net/base/net_error_list.h
Commit message (Expand)AuthorAgeFilesLines
* Generates the DTLS identity in browser process and returns it to the renderer...jiayl@chromium.org2013-07-011-0/+3
* Report the new error ERR_SSL_DECRYPT_ERROR_ALERT when we receive thewtc@chromium.org2013-06-141-0/+5
* Fix grammar in recurring macro commentjanx@chromium.org2013-06-141-1/+1
* net: use IsSecureScheme rather than matching "https".agl@chromium.org2013-06-121-1/+1
* net: don't process truncated headers on HTTPS connections.agl@chromium.org2013-05-291-0/+3
* Add HttpCache.ReadError* histograms.gavinp@chromium.org2013-05-151-0/+11
* Adding ERR_SOCKET_IS_CONNECTED.ikarienator@chromium.org2013-05-011-0/+3
* [SPDY] Close SPDY sessions on session flow control errorsakalin@chromium.org2013-04-191-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Added ERR_BLOCKED_BY_ADMINISTRATOR and a custom error page.joaodasilva@chromium.org2013-03-061-0/+4
* Fixes to WebSocketErrorToNetErrorTest()ricea@chromium.org2013-01-181-1/+3
* Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...rch@chromium.org2013-01-031-0/+3
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-0/+3
* Remove WebSocketServerSocket.yutak@chromium.org2012-08-311-4/+2
* Reland of http://codereview.chromium.org/10877025/. Accidentally included ot...mmenke@chromium.org2012-08-271-4/+1
* Revert 153076 - Accidentally added unreviewed code into the CL.mmenke@chromium.org2012-08-241-1/+4
* Remove no longer used NetNanny and ESET anti-virus errormmenke@chromium.org2012-08-231-4/+1
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-151-0/+3
* Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add...brettw@chromium.org2012-08-141-3/+0
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-141-0/+3
* Remove error handling for NOT_IN_DNS.agl@chromium.org2012-08-011-3/+1
* [net/dns] Histograms for the reasons DnsTransaction failed.szym@chromium.org2012-06-191-0/+3
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-081-1/+2
* 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