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
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
9
-36
/
+36
*
net: Implement new SSL session cache for OpenSSL sockets.
digit@chromium.org
2013-12-03
5
-147
/
+995
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
9
-11
/
+8
*
Add human-readable versions of the certificates.
wtc@chromium.org
2013-12-03
1
-0
/
+88
*
Move more uses of string16 to specify base::
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Use TotalBufferSize instead of Size when logging the length of a data frame.
rch@chromium.org
2013-12-02
1
-1
/
+1
*
Remove some duplicate code in quic tests.
eroman@chromium.org
2013-12-02
5
-221
/
+95
*
net: enable ChaCha20 based cipher suites.
agl@chromium.org
2013-12-02
1
-5
/
+0
*
QUIC - Move the logic for allowing a larger max from SetDefaults to the
rtenneti@chromium.org
2013-12-02
1
-2
/
+0
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-12-02
34
-1231
/
+1095
*
net: add (*.)lifeguard.aecom.com to HSTS preloaded.
agl@chromium.org
2013-12-02
2
-0
/
+2
*
net: remove a couple of domains from the HSTS list, by request.
agl@chromium.org
2013-12-02
2
-4
/
+0
*
Move some more file utils to the base namespace.
brettw@chromium.org
2013-12-02
1
-1
/
+1
*
net: boost AES-GCM ciphers if the machine has AES-NI.
agl@chromium.org
2013-12-02
11
-1
/
+296
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-12-02
34
-210
/
+180
*
Refactored to make MDnsSocketFactory return array of sockets.
vitalybuka@chromium.org
2013-12-02
7
-253
/
+227
*
Move EmptyString, kWhitespace and the BOM to base.
brettw@chromium.org
2013-12-02
5
-7
/
+8
*
Previously websocket_stream.cc hard-coded the version number "13". Use the
ricea@chromium.org
2013-12-02
1
-1
/
+2
*
Certificate Transparency: Logging SCTs to the NetLog.
eranm@google.com
2013-11-29
9
-9
/
+290
*
Add more test cases for HttpUtil::PathForRequest() and SpecForRequest()
tyoshino@chromium.org
2013-11-29
1
-0
/
+22
*
WebSocketHandshakeStreamCreateHelper is an internal class that stores the dat...
ricea@chromium.org
2013-11-29
7
-6
/
+306
*
SignedCertificateTimestamp storing & serialization code.
alcutter@google.com
2013-11-29
14
-8
/
+221
*
Certificate Transparency: Threading the CT verifier into the SSL client socket.
eranm@google.com
2013-11-28
20
-21
/
+206
*
Add support for fetching Certificate Transparency SCTs over a TLS extension
ekasper@google.com
2013-11-28
10
-5
/
+184
*
Remove usage of deprecated V8 API from net/
svenpanne@chromium.org
2013-11-28
1
-28
/
+43
*
Add WebSocket handshake support to UrlRequestHttpJob, by supporting ws: and w...
ricea@chromium.org
2013-11-28
9
-4
/
+250
*
Open HTML files in Chrome by default.
palmer@chromium.org
2013-11-28
1
-1
/
+1
*
Use the default QUIC initial CWND.
rch@chromium.org
2013-11-28
1
-0
/
+3
*
Allow close_notify during the SSL handshake to trigger TLS fallback on Android
mckev@amazon.com
2013-11-28
1
-0
/
+3
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-28
1
-2
/
+12
*
net: add (*.)skydrive.live.com to HSTS preloaded.
agl@chromium.org
2013-11-27
2
-0
/
+2
*
[Android WebView] Add MappedHostResolver support for telemetry.
primiano@chromium.org
2013-11-27
2
-1
/
+10
*
disk_cache_memory_test: accept smaps file commonly found on Android 4.4
pasko@chromium.org
2013-11-27
1
-2
/
+11
*
WebSocketBasicHandshakeStream performs the WebSocket standard RFC6455 WebSock...
ricea@chromium.org
2013-11-27
6
-2
/
+428
*
Parameterize FlipSpdyTest with SPDY version.
yhirano@chromium.org
2013-11-27
4
-54
/
+75
*
Revert of https://codereview.chromium.org/71013004/
hashimoto@chromium.org
2013-11-27
1
-12
/
+2
*
QUIC: Update RSA keys to 2048-bit.
wtc@chromium.org
2013-11-27
11
-170
/
+352
*
net: Make HttpNetworkLayer subscribe to power events on Windows.
rvargas@chromium.org
2013-11-27
2
-0
/
+15
*
NSS: Handle unfriendly tokens in client auth.
mattm@chromium.org
2013-11-27
4
-12
/
+77
*
Configure QUIC max packet size via a Field Trial or command line arg.
rch@chromium.org
2013-11-27
5
-4
/
+12
*
Handle an aborted connection before accept is called.
wtc@chromium.org
2013-11-27
1
-1
/
+15
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-27
1
-2
/
+12
*
Removing QUIC_VERSION_11.
rtenneti@chromium.org
2013-11-27
10
-836
/
+66
*
Revert: "net: don't allow SSLv3 fallback for Google properties."
agl@chromium.org
2013-11-26
3
-7
/
+9
*
Disk cache: Downgrade a DCHECK to a DLOG.
rvargas@chromium.org
2013-11-26
1
-2
/
+1
*
Use SpdyMajorVersion instead of int consistently
rch@chromium.org
2013-11-26
11
-52
/
+52
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-11-26
44
-498
/
+628
*
Net: Standardize HttpByteRange printing
tommycli@chromium.org
2013-11-26
5
-27
/
+96
*
net: fix PORT_Assert crash when renegotiating.
agl@chromium.org
2013-11-26
2
-5
/
+3
*
Do not compress QUIC headers until it is likely that they can be sent.
rch@chromium.org
2013-11-26
6
-42
/
+81
[next]