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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing calls to TestRootCerts::Clear() after usage.
haavardm@opera.com
2014-03-26
1
-0
/
+5
*
Support redirectUrl at onHeadersReceived in WebRequest / DWR API
rob@robwu.nl
2014-03-26
11
-28
/
+240
*
Add PrivacyMode support to the QuicStreamFactory.
rch@chromium.org
2014-03-26
20
-103
/
+182
*
Fix valgrind error in various Quic tests.
rch@chromium.org
2014-03-26
2
-4
/
+2
*
Really disable 0-RTT connections for POST requests and add tests.
rch@chromium.org
2014-03-26
2
-1
/
+63
*
Fix valgrind error in QuicCryptoClientStreamTest.
rch@chromium.org
2014-03-25
1
-0
/
+4
*
Mark tests in NetworkChangeNotifierWinTest as flaky.
erikchen@chromium.org
2014-03-25
1
-4
/
+8
*
Revert of Add PrivacyMode support to the QuicStreamFactory. (https://coderevi...
erikchen@chromium.org
2014-03-25
19
-177
/
+102
*
Add histogram Net.QuicSession.SecureResourceSecureSession
rch@chromium.org
2014-03-25
1
-2
/
+5
*
Add PrivacyMode support to the QuicStreamFactory.
rch@chromium.org
2014-03-25
19
-102
/
+177
*
r=rch
jar@chromium.org
2014-03-25
2
-3
/
+3
*
Reland 'Fix SPDY error-handling if the connection gets closed just after use.'
davidben@chromium.org
2014-03-25
13
-144
/
+217
*
Improve logging of NSS errors that do not map to network errors.
tsniatowski@opera.com
2014-03-25
1
-2
/
+6
*
Disk cache: Some cleanup for the skeleton of the backend worker.
rvargas@chromium.org
2014-03-25
4
-54
/
+30
*
net: more pinning debugging.
agl@chromium.org
2014-03-25
2
-7
/
+23
*
Revert of Allow 0-RTT handshakes for QUIC HTTPS requests. (https://codereview...
rch@chromium.org
2014-03-24
1
-1
/
+1
*
Remove synchonous uses of FileStream from net.
rvargas@chromium.org
2014-03-24
1
-5
/
+4
*
Refactor CookieStore/CookieMonster
tburkard@chromium.org
2014-03-24
6
-17
/
+36
*
Fix bug in QuicCryptoClientStream which manifested as crashes
rch@chromium.org
2014-03-24
1
-2
/
+1
*
Don't cache non-redirect HTTP responses when a redirect is forced
mmenke@chromium.org
2014-03-24
13
-8
/
+173
*
Rename WebSocketChannel::SendIOBuffer to SendFrameFromIOBuffer
tyoshino@chromium.org
2014-03-24
2
-8
/
+9
*
Obey renderer-supplied quota in the browser.
ricea@chromium.org
2014-03-24
3
-25
/
+451
*
Require HTTPS for admin.google.com.
joaodasilva@chromium.org
2014-03-24
2
-0
/
+2
*
[WebSocket] Fix and enable flaky browser test.
yhirano@chromium.org
2014-03-24
3
-9
/
+9
*
Check return results for setting socket buffer sizes in QUIC
jar@chromium.org
2014-03-24
3
-11
/
+61
*
Remove QuicCryptoClientStream::Visitor, and instead introduce a
rch@chromium.org
2014-03-24
19
-90
/
+170
*
Move SSLConfig class from ssl_config_service.h to ssl_config.h
sergeyu@chromium.org
2014-03-24
7
-221
/
+231
*
Remove the QuicStreamFactory's crypto config map, and instead
rch@chromium.org
2014-03-22
12
-213
/
+132
*
Fix content-encoding handling with buggy servers.
ellyjones@chromium.org
2014-03-22
6
-3
/
+52
*
Minor clean up of QUIC's ProofTest.
rch@chromium.org
2014-03-22
1
-87
/
+62
*
Remove --enable-unrestricted-ssl3-fallback.
pkasting@chromium.org
2014-03-22
3
-16
/
+1
*
Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProof
rch@chromium.org
2014-03-21
18
-43
/
+94
*
Allow 0-RTT handshakes for QUIC HTTPS requests.
rch@chromium.org
2014-03-21
1
-1
/
+1
*
Revert of Fix SPDY error-handling if the connection gets closed just after us...
vandebo@chromium.org
2014-03-21
12
-213
/
+144
*
Fix SPDY error-handling if the connection gets closed just after use.
davidben@chromium.org
2014-03-21
12
-144
/
+213
*
Revert of Add ProofVerifierContext struct to ProofVerifier::VerifyProof (http...
rch@chromium.org
2014-03-21
18
-95
/
+43
*
Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProof
rch@chromium.org
2014-03-21
18
-43
/
+95
*
Cronet Java wrappers to fallback to HttpUrlConnection on Pre-ICS platform.
mef@chromium.org
2014-03-21
21
-675
/
+1995
*
Gather QUIC aggregate loss stats, as well as ack received stats
jar@chromium.org
2014-03-21
2
-54
/
+125
*
net: Update FileStream to use base::File instead of PlatformFile.
rvargas@chromium.org
2014-03-21
10
-367
/
+324
*
Gets the peer address (if available) in server requests.
gunsch@chromium.org
2014-03-20
5
-0
/
+28
*
net: various additions to the HSTS list.
agl@chromium.org
2014-03-20
2
-1
/
+25
*
Move referrer stripping into GURL::GetAsReferrer().
ppi@chromium.org
2014-03-20
1
-11
/
+4
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-03-20
30
-219
/
+544
*
Do not assume OSCertHandle is OpenSSL's X509 structure.
haavardm@opera.com
2014-03-20
1
-21
/
+26
*
QUIC - Added IsReadyToPersist method to check if the QuicServerInfo is ready ...
rtenneti@chromium.org
2014-03-20
5
-15
/
+25
*
Fix "unreachable code" warnings (MSVC warning 4702) in net/.
pkasting@chromium.org
2014-03-19
5
-132
/
+98
*
Fix HttpLogUtilTest.ElideHeaderValueForNetLog.
davidben@chromium.org
2014-03-19
1
-3
/
+10
*
Fix a bug when byte logging is enabled, URLRequestJobs don't log bytes
mmenke@chromium.org
2014-03-19
1
-9
/
+8
*
[WebSocketChannel] Change |state_| out of SendClose() to make state transitio...
tyoshino@chromium.org
2014-03-19
2
-13
/
+23
[next]