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
*
Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.
wtc@chromium.org
2010-01-28
1
-8
/
+8
*
Switch on socket late binding - Take 2.
willchan@chromium.org
2010-01-27
6
-685
/
+72
*
Refactor EnsureNSSInit. Move the NSS SSL library
wtc@chromium.org
2010-01-27
1
-3
/
+59
*
Add some extra request information to LoadLog:
eroman@chromium.org
2010-01-21
1
-0
/
+10
*
Linux, Mac: disable Nagle.
agl@chromium.org
2010-01-20
1
-6
/
+24
*
Turn GetPeerName into a pure virtual and provide local impls, this way any fu...
thomasvl@chromium.org
2010-01-20
12
-29
/
+26
*
Re-revert 36595 (restoring 36548); that didn't fix anything.
dpranke@chromium.org
2010-01-20
2
-4
/
+0
*
Try reverting r36548 to see if this causes the webkit linux failures to
dpranke@chromium.org
2010-01-20
2
-0
/
+4
*
Enabled the GetPeerName on all platforms, not just Linux.
thomasvl@chromium.org
2010-01-19
2
-4
/
+0
*
Enable SSL 2.0 cipher suites. Although SSL 2.0 is disabled by default,
wtc@chromium.org
2010-01-15
1
-1
/
+3
*
Add a context-sensitive error mapping function specific to SSL
wtc@chromium.org
2010-01-15
1
-32
/
+24
*
Support the ECC cipher suites added in Mac OS X 10.6.
wtc@chromium.org
2010-01-15
1
-1
/
+171
*
Linux: Add Certificate Info dialog (part 1)
mattm@chromium.org
2010-01-14
2
-2
/
+2
*
Revert 36230 - Switch on socket late binding.
willchan@chromium.org
2010-01-14
6
-70
/
+668
*
Switch on socket late binding.
willchan@chromium.org
2010-01-14
6
-668
/
+70
*
Slightly tweak socket late binding behavior to make it more deterministic whi...
willchan@chromium.org
2010-01-13
3
-9
/
+43
*
NSS: disable DEFLATE compression if TLS is disabled.
agl@chromium.org
2010-01-08
1
-1
/
+5
*
Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...
eroman@chromium.org
2010-01-07
3
-8
/
+101
*
Allow using system libevent instead of the bundled one.
phajdan.jr@chromium.org
2010-01-07
1
-1
/
+4
*
Changed catch-all Mac SSL OSStatus error to paramErr.
akalin@chromium.org
2010-01-06
1
-2
/
+9
*
Linux: allow TLS renegotiation.
agl@chromium.org
2010-01-06
1
-0
/
+15
*
Enhance a function comment per feedback from a code review.
eroman@chromium.org
2010-01-05
1
-1
/
+2
*
Fixup some connection time measurements.
mbelshe@google.com
2009-12-28
2
-4
/
+16
*
Several fixes to the Net.ConnectionTypeCount histogram.
mbelshe@google.com
2009-12-24
3
-10
/
+14
*
Linux: remove temporary check that the scons builders are working.
agl@chromium.org
2009-12-24
1
-2
/
+0
*
Linux: fix scons build so that libssl gets the right headers.
agl@chromium.org
2009-12-23
1
-0
/
+2
*
Revert "Linux: temp change to see if the builders are getting the wrong heade...
agl@chromium.org
2009-12-23
1
-2
/
+0
*
Linux: temp change to see if the builders are getting the wrong headers.
agl@chromium.org
2009-12-23
1
-0
/
+2
*
Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v...
eroman@chromium.org
2009-12-22
1
-7
/
+68
*
Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...
willchan@chromium.org
2009-12-21
6
-23
/
+81
*
Extend LoadLog to support logging of arbitrary strings, and of network error ...
eroman@chromium.org
2009-12-21
1
-12
/
+12
*
SPDY: Enable SPDY via NPN.
willchan@chromium.org
2009-12-21
1
-1
/
+0
*
Add two more unit tests for SOCKS5:
eroman@chromium.org
2009-12-18
2
-22
/
+47
*
Fix SSL error code for unexpected errSSLClosedGraceful on Mac
kinuko@chromium.org
2009-12-18
1
-3
/
+4
*
net: Make a few test server connection values constants. Also do a little Fil...
thestig@chromium.org
2009-12-18
1
-12
/
+13
*
Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...
eroman@chromium.org
2009-12-18
3
-228
/
+68
*
When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...
eroman@chromium.org
2009-12-18
3
-19
/
+89
*
[Mac] Fixes SSLClientSocketMac to report net::ERR_SSL_PROTOCOL_ERROR when the...
andybons@chromium.org
2009-12-16
1
-2
/
+1
*
Give classes with virtual methods virtual protected destructors instead of im...
jamesr@chromium.org
2009-12-16
1
-2
/
+2
*
Remove the AsyncSlowStart experiment
mbelshe@google.com
2009-12-15
1
-18
/
+0
*
Handle unexpected connection close during SSL handshake on Mac
kinuko@chromium.org
2009-12-15
1
-0
/
+7
*
Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...
eroman@chromium.org
2009-12-12
3
-18
/
+4
*
Rename GetNextProtocol -> GetNextProto
agl@chromium.org
2009-12-11
9
-33
/
+30
*
BufferSend needs to call memio_GetWriteParams() and transport_->Write()
wtc@chromium.org
2009-12-10
2
-23
/
+95
*
Add GetNextProtocol method to SSLClientSocket.
agl@chromium.org
2009-12-10
9
-31
/
+81
*
Add static function to convert NPN strings to an enum.
agl@chromium.org
2009-12-10
1
-0
/
+20
*
Define X509Certificate::intermediate_ca_certs_ as a std::vector of
wtc@chromium.org
2009-12-09
2
-2
/
+5
*
Comment typo.
avi@chromium.org
2009-12-04
1
-1
/
+1
*
Fix bug where FLIP sessions can crash if the connect fails.
mbelshe@google.com
2009-12-04
1
-0
/
+1
*
Fix incorrect error codes. 9999 is not a valid network error
wtc@chromium.org
2009-12-04
1
-3
/
+4
[next]