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 support for 'system' SSL on Mac (SecureTransport) and Win (SChannel)
rsleevi@chromium.org
2013-01-16
6
-3546
/
+3
*
LoadTiming implementation in net, part 2.
mmenke@chromium.org
2013-01-12
4
-108
/
+26
*
Fix for SDPY not cancelling ServerBoundCertServiceRequest.
mattm@chromium.org
2013-01-09
1
-7
/
+1
*
Add server certificate request parameters to be stored in SSLCertRequestInfo.
ppi@chromium.org
2013-01-09
6
-15
/
+204
*
LoadTiming implementation in net, part 1.
mmenke@chromium.org
2013-01-07
13
-56
/
+473
*
NetLog: Move the group_name to a CONNECT_JOB's first
mmenke@chromium.org
2013-01-04
1
-3
/
+3
*
[net/dns] Handle TC bit on DNS response in DnsTransaction.
szym@chromium.org
2012-12-20
1
-1
/
+0
*
When using NSS, only schedule transport socket reads when the transport buffe...
rsleevi@chromium.org
2012-12-20
1
-0
/
+11
*
On OpenSSL/Android, only schedule transport socket reads when the transport s...
rsleevi@chromium.org
2012-12-19
1
-0
/
+18
*
Do not artificially limit SSLClientSocketOpenSSL to reading 4K at a time.
rsleevi@chromium.org
2012-12-19
1
-4
/
+0
*
Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...
joaodasilva@chromium.org
2012-12-14
16
-51
/
+52
*
[net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...
szym@chromium.org
2012-12-13
7
-29
/
+29
*
Reland 141941 - Allow ERR_CONNECTION_RESET during the SSL handshake to
wtc@chromium.org
2012-12-13
1
-0
/
+17
*
DEPS roll openssl to 1.0.1c
digit@chromium.org
2012-12-10
1
-0
/
+1
*
Change www.crbug.com (fails) links to crbug.com links (works).
dbeam@chromium.org
2012-12-06
1
-1
/
+1
*
Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...
rch@chromium.org
2012-12-04
1
-0
/
+1
*
Ensure that NSS HTTP IO is initialized on iOS.
wtc@chromium.org
2012-12-01
1
-1
/
+0
*
net: timeout built-in HSTS in the same way as pins.
agl@chromium.org
2012-11-27
1
-8
/
+2
*
net: add histogram to measure how often we do SSLv3 fallback to renego patche...
agl@chromium.org
2012-11-26
1
-0
/
+18
*
net: Pass the real IP address and port for mock TCP sockets where possible.
phajdan.jr@chromium.org
2012-11-16
1
-1
/
+5
*
Remove support for DNSSEC stapled certificates.
agl@chromium.org
2012-11-16
2
-221
/
+1
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
2
-2
/
+2
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
6
-41
/
+41
*
Ensure that NSS HTTP IO is initialized on iOS.
blundell@chromium.org
2012-11-13
1
-1
/
+1
*
net: add DANE support for DNSSEC stapled certificates.
agl@chromium.org
2012-11-12
1
-6
/
+80
*
Sort client certificates by preference before prompting the user
rsleevi@chromium.org
2012-11-06
3
-0
/
+23
*
Add GetWebSocketTestDataDirectory() to test_data_directory
toyoshim@chromium.org
2012-11-06
1
-1
/
+1
*
Add net/base/test_data_directory.h
toyoshim@chromium.org
2012-11-01
2
-0
/
+2
*
Switch the TCP reads on Windows to use non-blocking/non-async I/O.
pmeenan@google.com
2012-10-31
2
-49
/
+142
*
Remove the ProxyConnectionImpact field trial.
stevet@chromium.org
2012-10-26
1
-19
/
+0
*
Remove the ConnnectBackupJobs field trial.
stevet@chromium.org
2012-10-24
1
-9
/
+0
*
Call sock_->IsConnected() without waiting for the connection to be
wtc@chromium.org
2012-10-23
1
-7
/
+9
*
TransportClientSocketTest.IsConnected should wait for the server to
wtc@chromium.org
2012-10-23
1
-2
/
+6
*
Enable peerconnection to use the NSS RNG.
ronghuawu@chromium.org
2012-10-16
1
-1
/
+3
*
Port ssl_client_socket_nss to iOS.
droger@chromium.org
2012-09-28
2
-3
/
+27
*
The WSARecv and WSASend MSDN pages say the WSABUF arrays
wtc@chromium.org
2012-09-21
1
-13
/
+13
*
Allow server sockets to rebind to same port if there is nothing actively list...
justinlin@chromium.org
2012-09-17
5
-5
/
+65
*
Enable TLS channeld id by default.
mattm@chromium.org
2012-09-15
2
-3
/
+9
*
* Change logic of SpdySession::VerifyDomainAuthentication to
rch@chromium.org
2012-09-13
1
-1
/
+1
*
Increase the sizes of the circular buffers used by SSLClientSocketNSS
wtc@chromium.org
2012-09-11
2
-6
/
+14
*
Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.
joaodasilva@chromium.org
2012-09-10
3
-7
/
+7
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-5
/
+5
*
Implement SHA-256 fingerprint support
palmer@chromium.org
2012-09-07
2
-4
/
+3
*
Prepare for OpenSSL 1.0.1c update.
digit@chromium.org
2012-09-07
1
-1
/
+4
*
Check if the system time is within the range NSS can handle before advertisin...
mattm@chromium.org
2012-09-05
1
-7
/
+17
*
Remove WebSocketServerSocket.
yutak@chromium.org
2012-08-31
3
-1551
/
+0
*
[net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ...
szym@chromium.org
2012-08-30
1
-2
/
+0
*
Rename X509Certificate::VerifyFlags to CertVerifier::VerifyFlags
rsleevi@chromium.org
2012-08-23
4
-12
/
+12
*
Refactoring for merging WebSocket test server to net::TestServer
toyoshim@chromium.org
2012-08-23
1
-19
/
+30
*
SPDY - A histogram to track spdy versions negotiated by chrome.
rtenneti@google.com
2012-08-22
1
-0
/
+2
[next]