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
*
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
*
Map EPIPE to ERR_CONNECTION_RESET.
wtc@chromium.org
2009-12-03
1
-0
/
+1
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
9
-118
/
+125
*
Do not call GetServerCert whenever SSLHandshake returns. Call
wtc@chromium.org
2009-12-01
1
-8
/
+13
*
Remove the unnecessary workaround for NSS bug 455424, now that we require
wtc@chromium.org
2009-12-01
3
-12
/
+0
*
Remove extraneous semicolons.
wtc@chromium.org
2009-12-01
1
-3
/
+3
*
Call SSL_SetSockPeerID for proper SSL session reuse, especially when
wtc@chromium.org
2009-11-30
1
-0
/
+10
*
Linux: add next-protocol-negotiation to libssl.
agl@chromium.org
2009-11-30
1
-0
/
+43
*
Define the GetPeerName method of the ClientSocket interface for all
wtc@chromium.org
2009-11-30
8
-24
/
+20
*
Remove the unused GetDefaultCertNickname function.
wtc@chromium.org
2009-11-30
1
-47
/
+2
*
Add a default constructor to the MockRead struct so
mbelshe@google.com
2009-11-24
1
-0
/
+3
*
Add a feature to the MockSocket so that it can support simulation
mbelshe@google.com
2009-11-24
1
-2
/
+10
*
Reland 32807, which was incorrectly reverted.
mbelshe@google.com
2009-11-23
2
-3
/
+9
*
Believe this causes the valgrind linux test failures. Since it is a small cha...
tim@chromium.org
2009-11-23
2
-9
/
+3
*
The async notification via OnReadComplete was still posting
mbelshe@google.com
2009-11-23
2
-3
/
+9
*
The async handling in StaticMockSocket had a bug - it considers any
mbelshe@google.com
2009-11-20
1
-1
/
+2
*
Linux: enable building with a local version of libssl.
agl@chromium.org
2009-11-17
1
-0
/
+6
*
After draining the body of a 401/407 response, verify that
wtc@chromium.org
2009-11-12
2
-4
/
+33
*
Enable async IO completions on MockSockets through the
mbelshe@google.com
2009-11-11
2
-22
/
+108
*
There was confusion in the mock socket classes due to
mbelshe@google.com
2009-11-11
4
-69
/
+73
*
Add a couple of methods to the StaticMockSocket for verifying
mbelshe@google.com
2009-11-10
1
-0
/
+7
*
Fix a style nit in client_socket.h.
wtc@chromium.org
2009-11-10
3
-49
/
+51
*
Remove unnecessary null pointer tests to avoid a false Coverity
wtc@chromium.org
2009-11-09
1
-7
/
+13
*
Improve the display of LoadLogs when truncation occurs.
eroman@chromium.org
2009-11-06
6
-30
/
+33
[next]