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
*
Update NSS libSSL to NSS_3_15_BETA2.
wtc@chromium.org
2013-05-02
1
-15
/
+6
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
11
-42
/
+34
*
ServerBoundCertService::GetDomainBoundCert should take a host string, not an ...
mattm@chromium.org
2013-04-29
1
-6
/
+6
*
Fix client certificate authentication on Mac and Linux introduced in r178732
rsleevi@chromium.org
2013-04-25
2
-27
/
+27
*
When a new request comes in to a socket pool, and that
mmenke@chromium.org
2013-04-22
3
-0
/
+308
*
Do not roll back to SSL 3.0 for Google properties.
thaidn@google.com
2013-04-19
1
-0
/
+2
*
Re-land greedy read support for SpdySession
rtenneti@chromium.org
2013-04-17
2
-2
/
+23
*
net: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-13
1
-1
/
+1
*
Initial attempt at fast open UMA.
rdsmith@chromium.org
2013-04-12
2
-4
/
+102
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
2
-1
/
+6
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
4
-55
/
+61
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
4
-61
/
+55
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
4
-55
/
+61
*
net: move socket files from net/base to net/socket
phajdan.jr@chromium.org
2013-04-09
10
-1
/
+1688
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
dcheng@chromium.org
2013-04-07
2
-4
/
+4
*
Clean up comments and code for pin validation.
palmer@chromium.org
2013-04-05
1
-11
/
+19
*
net: move openssl_client_key_store from net/base to net/ssl
phajdan.jr@chromium.org
2013-04-02
2
-2
/
+2
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
26
-347
/
+7
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
10
-26
/
+26
*
Convert net to use base::string16 instead of string16.
brettw@chromium.org
2013-03-29
1
-2
/
+2
*
Changes to build ash_unittests with RunLoop().RunUntilIdle().
tfarina@chromium.org
2013-03-24
1
-3
/
+4
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
14
-21
/
+21
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-2
/
+2
*
Retrieve more accurate error code (WSAECONNRESET vs.
wtc@chromium.org
2013-03-15
2
-23
/
+26
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
14
-30
/
+30
*
SSL histograms did not use same buckets. Realign them.
willchan@chromium.org
2013-03-08
1
-6
/
+6
*
[SPDY] Add flag to turn on SPDY/3.1 (with per-session flow control)
akalin@chromium.org
2013-03-05
3
-6
/
+13
*
net: also do TLS 1.1 -> 1.0 fallback on ERR_CONNECTION_ABORTED.
agl@chromium.org
2013-03-05
1
-7
/
+11
*
Wire up SSL client authentication for OpenSSL/Android through the net/ stack
digit@chromium.org
2013-03-02
3
-20
/
+285
*
Report SSL session resumption state for OpenSSL
rsleevi@chromium.org
2013-03-02
1
-0
/
+3
*
[SPDY] Implement per-session flow control
akalin@chromium.org
2013-03-01
1
-1
/
+2
*
Support building NSS's libssl as a component
rsleevi@chromium.org
2013-02-28
1
-20
/
+6
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
2
-2
/
+2
*
Shortened connection timeout for SpdyProxyAuth origins.
bengr@chromium.org
2013-02-23
3
-1
/
+16
*
Add QUIC to Alternate-Protocol support.
rch@chromium.org
2013-02-21
2
-1
/
+5
*
net: remove compression reporting util functions.
agl@chromium.org
2013-02-20
1
-2
/
+0
*
Disable "using base::FilePath" on Linux since it now compiles.
brettw@chromium.org
2013-02-17
1
-1
/
+1
*
Initial fixes for TCP Fast Open.
willchan@chromium.org
2013-02-16
4
-23
/
+63
*
When reading from an SSL socket, attempt to fully fill the caller's buffer
rsleevi@chromium.org
2013-02-16
4
-69
/
+473
*
Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.
thestig@chromium.org
2013-02-12
1
-9
/
+9
*
This patch adds some Android-support code to allow the network
digit@chromium.org
2013-02-11
1
-0
/
+5
*
Treat iOS the same as Android for pinning.
agl@chromium.org
2013-02-08
1
-1
/
+1
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
2
-24
/
+24
*
Move client certificates retrieval logic out of the SSL sockets.
ppi@chromium.org
2013-02-07
3
-168
/
+5
*
Linux/ChromeOS Chromium style checker cleanup, net/ edition.
rsleevi@chromium.org
2013-02-06
4
-99
/
+99
*
SSLClientSocket::IsConnected should care for internal buffers (OpenSSL)
toyoshim@chromium.org
2013-02-04
1
-10
/
+25
*
LoadTiming in net part 5:
mmenke@chromium.org
2013-02-02
2
-7
/
+11
*
SPDY - DeterministicSocketData - Fix to handle Async Read/write followed by
rtenneti@chromium.org
2013-01-31
3
-4
/
+69
*
SSLClientSocket::IsConnected should care for internal buffers
toyoshim@chromium.org
2013-01-25
1
-29
/
+136
*
Add support for making FTP requests through a proxy.
phajdan.jr@chromium.org
2013-01-23
1
-0
/
+6
[next]