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
*
Remove ref-counting from StreamListenSocket
szym@chromium.org
2013-09-03
9
-73
/
+68
*
Move server socket functionality from TCPServerSocket into TCPSocket.
yzshen@chromium.org
2013-09-01
10
-250
/
+731
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
3
-4
/
+4
*
Fix flakiness in TCPListenSocketTests due to using a fixed port.
mmenke@chromium.org
2013-08-29
2
-9
/
+40
*
PlatformSocketFactory integrated with libevent sockets.
vitalybuka@chromium.org
2013-08-29
10
-11
/
+87
*
Clarify conditions of use of ClientSocketHandle::PassSocket()
akalin@chromium.org
2013-08-28
2
-16
/
+30
*
SocketDescriptor moved to separate file.
vitalybuka@chromium.org
2013-08-28
8
-22
/
+35
*
Cleaned up the Overlapped Reads field trial where we
pmeenan@chromium.org
2013-08-26
2
-120
/
+25
*
Fix a typo causing UnixDomainSocket::NoAuthentication to be undefined.
tony@chromium.org
2013-08-24
1
-1
/
+1
*
Encapsulate handling of pending requests in ClientSocketPoolBase::Group
akalin@chromium.org
2013-08-23
2
-124
/
+172
*
When an idle socket is added back to a socket pool,
mmenke@chromium.org
2013-08-22
12
-174
/
+250
*
Refactor socket pool handling of priorities
akalin@chromium.org
2013-08-22
16
-78
/
+219
*
Disable the HMAC-SHA256 and AES_256_GCM cipher suites for
wtc@chromium.org
2013-08-20
1
-3
/
+5
*
Remove HostResolver::RequestInfo's priority parameter
akalin@chromium.org
2013-08-20
11
-37
/
+62
*
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
[next]