index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
/
net_error_list.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement URLRequestBackoffManager for managing Backoff headers
xunjieli
2015-07-22
1
-0
/
+4
*
Excise gendered pronouns from /net
ellyjones
2015-06-26
1
-4
/
+4
*
Remove certificates from Channel ID
nharper
2015-06-01
1
-2
/
+1
*
Remove ERR_SSL_UNSAFE_NEGOTIATION error code.
davidben
2015-05-30
1
-3
/
+0
*
Prevent unlimited re-sends of failed partial requests.
liberato
2015-05-29
1
-0
/
+4
*
Allow fetchers to watch URLRequestContextGetters for context shutdown.
mmenke
2015-05-09
1
-0
/
+4
*
Verify alternative server certificate validity for origin.
bnc
2015-04-28
1
-0
/
+5
*
Fail DNS resolution if the result contains 127.0.53.53.
eroman
2015-03-26
1
-0
/
+6
*
Implementation of ProxyResolver that uses a Mojo service.
amistry
2015-03-10
1
-0
/
+3
*
Reject certificates that are valid for too long.
palmer
2015-01-28
1
-1
/
+4
*
Act upon HTTP_1_1_REQUIRED.
bnc
2015-01-09
1
-0
/
+6
*
Revert "Reject certificates that are valid for too long."
palmer
2014-11-11
1
-4
/
+1
*
Revert "Revert "Reject certificates that are valid for too long.""
Carlos Pizano
2014-11-10
1
-1
/
+4
*
Revert "Reject certificates that are valid for too long."
Chris Palmer
2014-11-10
1
-4
/
+1
*
Delete the old WebSocket implementation from net/
ricea
2014-11-08
1
-6
/
+2
*
Reject certificates that are valid for too long.
palmer
2014-11-07
1
-1
/
+4
*
Fix a pair of Cronet upload bugs and add tests.
mmenke
2014-10-20
1
-0
/
+4
*
net: disable SSLv3 fallback.
Adam Langley
2014-10-14
1
-0
/
+4
*
Pass the client certificate into OpenSSL in common code.
davidben@chromium.org
2014-07-12
1
-0
/
+4
*
Don't abbreviate the pathname of policy_helpers.cc.
wtc@chromium.org
2014-06-25
1
-1
/
+1
*
Http cache: Implement a timeout for the cache lock.
rvargas@chromium.org
2014-06-24
1
-0
/
+3
*
Fix SSLClientSocketOpenSSL error-handling for Channel ID.
davidben@chromium.org
2014-06-21
1
-0
/
+3
*
Return ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION instead of crashing
rch@chromium.org
2014-06-11
1
-0
/
+3
*
SpdySession sends GOAWAY frame when closing on an error.
jgraettinger@chromium.org
2014-06-10
1
-0
/
+9
*
Remove HTTP pipelining support.
mmenke@chromium.org
2014-05-27
1
-2
/
+3
*
Fail the SPDY transaction if it does not meet TLS base requirements.
willchan@chromium.org
2014-05-23
1
-0
/
+3
*
Add proper error messaging for blocking net requests on the OOBE screens.
pastarmovj@chromium.org
2014-04-16
1
-0
/
+5
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
1
-2
/
+10
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
1
-10
/
+2
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
1
-2
/
+10
*
r=rch
jar@chromium.org
2014-03-25
1
-2
/
+2
*
Check return results for setting socket buffer sizes in QUIC
jar@chromium.org
2014-03-24
1
-0
/
+6
*
Fail QUIC requests for secure resources over insecure connections.
rch@chromium.org
2014-03-09
1
-0
/
+3
*
Add ERR_SSL_UNRECOGNIZED_NAME_ALERT for the TLS unrecognized_name alert.
wtc@chromium.org
2014-02-05
1
-0
/
+3
*
Certificate Transparency: If an EV cert has SCTs, those must not be invalid
eranm@google.com
2013-12-18
1
-4
/
+3
*
net: add name constraints for ANSSI root.
agl@chromium.org
2013-12-16
1
-1
/
+4
*
net: implement TLS_FALLBACK_SCSV.
agl@chromium.org
2013-12-07
1
-0
/
+4
*
Certificate Transparency: Threading the CT verifier into the SSL client socket.
eranm@google.com
2013-11-28
1
-0
/
+4
*
Close QUIC session when the cert database changes
rch@chromium.org
2013-11-25
1
-0
/
+3
*
Do not allow the server certificate to change in a renegotiation.
wtc@chromium.org
2013-10-19
1
-0
/
+3
*
When a request fails because the QUIC handshake failed, retry the request
rch@chromium.org
2013-10-17
1
-0
/
+4
*
Reduce the complexity of WebSocketThrottle's wakeup code
tyoshino@chromium.org
2013-07-18
1
-0
/
+8
*
Generates the DTLS identity in browser process and returns it to the renderer...
jiayl@chromium.org
2013-07-01
1
-0
/
+3
*
Report the new error ERR_SSL_DECRYPT_ERROR_ALERT when we receive the
wtc@chromium.org
2013-06-14
1
-0
/
+5
*
Fix grammar in recurring macro comment
janx@chromium.org
2013-06-14
1
-1
/
+1
*
net: use IsSecureScheme rather than matching "https".
agl@chromium.org
2013-06-12
1
-1
/
+1
*
net: don't process truncated headers on HTTPS connections.
agl@chromium.org
2013-05-29
1
-0
/
+3
*
Add HttpCache.ReadError* histograms.
gavinp@chromium.org
2013-05-15
1
-0
/
+11
*
Adding ERR_SOCKET_IS_CONNECTED.
ikarienator@chromium.org
2013-05-01
1
-0
/
+3
*
[SPDY] Close SPDY sessions on session flow control errors
akalin@chromium.org
2013-04-19
1
-1
/
+1
[next]