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 unnecessary #include "base/sys_info.h". Reformat
wtc@chromium.org
2011-02-11
2
-5
/
+3
*
Enable OCSP Stapling in TLS requests on Windows Vista+
rsleevi@chromium.org
2011-02-09
1
-20
/
+45
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
9
-49
/
+42
*
When performing SSL client auth on Windows, no longer make a comparison betwe...
rsleevi@chromium.org
2011-02-06
1
-4
/
+2
*
When performing SSL client certificate authentication on Windows, and an oper...
rsleevi@chromium.org
2011-02-05
2
-3
/
+39
*
When performing SSL client authentication on Windows via NSS, change the retu...
rsleevi@chromium.org
2011-02-05
1
-57
/
+14
*
Return more specific error messages when performing a SSL client auth handsha...
rsleevi@chromium.org
2011-02-05
2
-6
/
+14
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
1
-21
/
+22
*
net: disable DNS lookup tests.
agl@chromium.org
2011-01-31
3
-51
/
+1
*
Abstracts SHA256 context for NSS / OpenSSL.
bulach@chromium.org
2011-01-27
1
-0
/
+59
*
More net/ method ordering.
erg@google.com
2011-01-26
7
-1324
/
+1334
*
Log source ip and port in NetLog.
willchan@chromium.org
2011-01-26
2
-8
/
+60
*
Reland 72421 - Enable TCP Keep-Alive packets for Windows.
willchan@chromium.org
2011-01-25
1
-2
/
+20
*
Revert 72421 (broke tests) - Enable TCP Keep-Alive packets for Windows.
willchan@chromium.org
2011-01-25
1
-21
/
+2
*
Enable TCP Keep-Alive packets for Windows.
willchan@chromium.org
2011-01-24
1
-2
/
+21
*
Enable session resumption in SSLServerSocketNSS and unit tests
hclam@chromium.org
2011-01-21
3
-14
/
+0
*
More net/ reordering.
erg@google.com
2011-01-21
6
-715
/
+774
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
2
-8
/
+8
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
5
-17
/
+18
*
net: lookup OCSP cache function with dlsym.
agl@chromium.org
2011-01-19
1
-20
/
+51
*
The SSL server's RSA private key must be imported with the
wtc@chromium.org
2011-01-19
2
-11
/
+11
*
Set TCP keep alive on Linux and Mac.
willchan@chromium.org
2011-01-14
1
-0
/
+24
*
Fix preconnect crash on synchronous socket error.
willchan@chromium.org
2011-01-14
2
-2
/
+13
*
net: measure theoretical delay of waiting for DNS cert information.
agl@chromium.org
2011-01-14
3
-2
/
+31
*
net: don't assume that we have an SSLHostInfo.
agl@chromium.org
2011-01-14
1
-3
/
+3
*
Revert r71331 - it should never have been committed.
agl@chromium.org
2011-01-13
2
-28
/
+1
*
...
agl@chromium.org
2011-01-13
2
-1
/
+28
*
Cleanup: Use AUTH_SCHEME enum instead of a string.
cbentzel@chromium.org
2011-01-13
1
-2
/
+7
*
Fix and re-enable SSL renegotiation when using system SSL on OS X 10.5.x. Sys...
rsleevi@chromium.org
2011-01-13
2
-29
/
+58
*
net: Ensure that when using False Start + client auth, bad client certificate...
agl@chromium.org
2011-01-11
2
-1
/
+18
*
Windows: Fix crash in SSLClientSocketNSS::SaveSnapStartInfo() when hello_data...
marshall@chromium.org
2011-01-11
1
-2
/
+3
*
More reordering the methods in headers in net/.
erg@chromium.org
2011-01-11
1
-8
/
+8
*
Fix SSLClientSocketTest.CipherSuiteDisables flakiness.
rsleevi@chromium.org
2011-01-09
1
-5
/
+13
*
Disable SSL renegotiation on OS X when using system SSL and on 10.5.x. By def...
rsleevi@chromium.org
2011-01-09
1
-0
/
+25
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
2
-8
/
+8
*
net: fix leak in SSLHostInfo's DNS request.
agl@chromium.org
2011-01-07
1
-0
/
+1
*
net: perform a non-A DNS lookup for HTTPS hosts.
agl@chromium.org
2011-01-06
3
-2
/
+51
*
net: plumb OCSP stapled responses.
agl@chromium.org
2011-01-06
1
-0
/
+59
*
Mark SSLClientSocketTest.CipherSuiteDisables as flaky.
phajdan.jr@chromium.org
2011-01-03
1
-1
/
+2
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
2
-5
/
+5
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
4
-9
/
+9
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-8
/
+11
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
2
-2
/
+2
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-4
/
+6
*
Defines SSLServerSocket and implements SSLServerSocketNSS
hclam@chromium.org
2010-12-23
7
-221
/
+1519
*
net: dump certificate chain to LOG(ERROR) when a provenance check fails.
agl@chromium.org
2010-12-22
1
-0
/
+31
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
2
-4
/
+5
*
net: enable SSLHostInfo by default.
agl@chromium.org
2010-12-16
3
-8
/
+11
*
Revert "net: enable SSLHostInfo by default."
agl@chromium.org
2010-12-16
2
-6
/
+4
*
net: enable SSLHostInfo by default.
agl@chromium.org
2010-12-16
2
-4
/
+6
[next]