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
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a priority parameter for HostResolver::RequestInfo's constructor
akalin@chromium.org
2013-08-16
7
-23
/
+25
*
Clean up SSLSocketParams
akalin@chromium.org
2013-08-15
4
-83
/
+108
*
Remove SocketParams template parameter for functions templated on PoolType
akalin@chromium.org
2013-08-15
7
-65
/
+47
*
Implement the AES GCM cipher suites for TLS.
wtc@chromium.org
2013-08-15
1
-2
/
+3
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
38
-436
/
+531
*
Change ownership of |job| objects in ClientSocketPoolBaseHelper
akalin@chromium.org
2013-08-14
2
-5
/
+8
*
Add a method to get, but not create, the domain bound cert for a given domain.
juanlang@google.com
2013-08-14
1
-1
/
+1
*
Put ssl_client_socket_unittest.cc in unnamed namespace within net
akalin@chromium.org
2013-08-14
1
-600
/
+540
*
Remove deprecated functions that take StreamSockets instead of handles
akalin@chromium.org
2013-08-14
11
-63
/
+25
*
On Windows, the return value of socket() should be compared with
wtc@chromium.org
2013-08-12
1
-1
/
+1
*
Handle the TLS version fallback on the bad_record_mac alert error in
wtc@chromium.org
2013-08-10
1
-9
/
+0
*
Reland http://crrev.com/209278
rsleevi@chromium.org
2013-08-07
1
-20
/
+5
*
Remove requested types from the server bound cert service: it only
juanlang@google.com
2013-08-07
1
-26
/
+8
*
NSS: rename ALPN extension to have _xtn suffix.
agl@chromium.org
2013-08-02
1
-2
/
+2
*
Revert 215242 "After removing allowReuseAddress and always setti..."
ikarienator@chromium.org
2013-08-02
1
-22
/
+0
*
After removing allowReuseAddress and always setting SO_REUSEADDR, we need a t...
ikarienator@chromium.org
2013-08-02
1
-0
/
+22
*
Also allow ALPN to enable TLS False Start.
wtc@chromium.org
2013-08-02
1
-5
/
+10
*
Crash in HttpServer::DidClose
rosca@adobe.com
2013-07-31
1
-3
/
+8
*
Add a CertVerifier flag to enable hard fail for local (non-public) trust anch...
rsleevi@chromium.org
2013-07-30
2
-0
/
+4
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
3
-35
/
+50
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
3
-50
/
+35
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
3
-35
/
+50
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-2
/
+2
*
Add load states for requests stalled waiting for a socket slot
mmenke@chromium.org
2013-07-20
2
-51
/
+199
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-1
/
+2
*
Use a direct include of the message_loop header in net/, part 2.
avi@chromium.org
2013-07-18
15
-17
/
+17
*
net: allow fallback down to TLS 1.0 in the event of a bad-record-MAC alert.
agl@chromium.org
2013-07-17
1
-0
/
+9
*
HTTP socket pool group name and SSL Session Cache Shard vary on Privacy Mode.
mef@chromium.org
2013-07-17
4
-10
/
+28
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-1
/
+1
*
UMA for Data Reduction Proxy connection latency
bolian@chromium.org
2013-07-12
1
-0
/
+12
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
First step at enabling QUIC over HTTPS.
rtenneti@chromium.org
2013-07-10
2
-1
/
+7
*
net: allow ERR_CONNECTION_RESET to trigger TLS 1.2 fallback.
agl@chromium.org
2013-07-08
1
-5
/
+5
*
Remove net::ServerSocket::setAllowReuseAddress and fix server socket on Windows.
ikarienator@chromium.org
2013-07-04
5
-46
/
+52
*
[SPDY] Refactor and clean up SpdySessionPool
akalin@chromium.org
2013-07-03
2
-70
/
+16
*
net: support ALPN.
agl@chromium.org
2013-07-03
1
-0
/
+1
*
Added PlatformSocketFactory to override WSASocket calls.
vitalybuka@chromium.org
2013-07-02
1
-3
/
+2
*
Revert 209515 "Reland http://crrev.com/209278"
rsleevi@chromium.org
2013-07-01
1
-5
/
+20
*
Reland http://crrev.com/209278
rsleevi@chromium.org
2013-07-01
1
-20
/
+5
*
net: use NSS's function for selecting NPN rather than a callback.
agl@chromium.org
2013-07-01
1
-82
/
+55
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-1
/
+1
*
A speculative fix for the TLS 1.2 client authentication bug with the
wtc@chromium.org
2013-06-29
1
-0
/
+2
*
Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"
joaodasilva@chromium.org
2013-06-29
1
-5
/
+20
*
Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2
rsleevi@chromium.org
2013-06-29
1
-20
/
+5
*
UMA the TLS ciphersuite
rsleevi@chromium.org
2013-06-28
1
-0
/
+7
*
Use a direct include of time headers in net/, part 3.
avi@chromium.org
2013-06-28
14
-19
/
+19
*
No longer record whether an MD2/MD5 CA was seen
rsleevi@chromium.org
2013-06-28
1
-10
/
+0
*
[SPDY] Enable tests for SPDY/3.1 and SPDY/4a2
akalin@chromium.org
2013-06-27
1
-1
/
+2
*
net: trim NSS cipher suites.
agl@chromium.org
2013-06-27
1
-3
/
+21
*
Use the appropriate socket pool on socket connection.
yhirano@chromium.org
2013-06-26
2
-17
/
+16
[next]