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 RSA Origin Bound Certificates.
mattm@chromium.org
2012-02-29
1
-19
/
+0
*
Set SSLInfo.client_cert_sent when origin bound cert was sent.
mattm@chromium.org
2012-02-25
5
-9
/
+10
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-24
1
-8
/
+24
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
8
-222
/
+227
*
Simplify the initialization of the various NPN fields in SSLSocketDataProvider.
rch@chromium.org
2012-02-22
3
-18
/
+15
*
While calling IO methods on accepted TCP sockets we run into problem that Ass...
ygorshenin@chromium.org
2012-02-22
2
-7
/
+70
*
Always log the SSL server certificate received and being verified.
rsleevi@chromium.org
2012-02-22
4
-16
/
+10
*
net: log the number of certificates from NSS.
agl@chromium.org
2012-02-21
1
-0
/
+2
*
net: remove special case for Kaspersky HTTPS
agl@chromium.org
2012-02-21
2
-13
/
+1
*
Revert 122760 - While calling IO methods on accepted TCP sockets we run into ...
jam@chromium.org
2012-02-20
2
-69
/
+7
*
While calling IO methods on accepted TCP sockets we run into problem that Ass...
ygorshenin@chromium.org
2012-02-20
2
-7
/
+69
*
Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,
rch@chromium.org
2012-02-17
5
-22
/
+28
*
Pull out debug instrumentation.
mattm@chromium.org
2012-02-17
2
-12
/
+0
*
Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST...
rsleevi@chromium.org
2012-02-15
1
-10
/
+9
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
2
-5
/
+6
*
Add some instrumentation to track down a crash.
eroman@chromium.org
2012-02-14
2
-0
/
+12
*
Disable CREDENTIALS frames when using spdy/2.1 or earlier.
rch@chromium.org
2012-02-14
1
-0
/
+1
*
Adds support for the credentials frame.
rch@chromium.org
2012-02-08
12
-20
/
+89
*
Fix ref leak in WebSocketServerSocketImpl introduced in r115422.
rnk@chromium.org
2012-02-07
1
-2
/
+2
*
Fix calls in base and net unit tests to use TimeDelta.
tedvessenes@gmail.com
2012-02-04
2
-9
/
+12
*
Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-02-03
4
-34
/
+15
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
5
-34
/
+39
*
Add OSSTATUS_LOG API.
mark@chromium.org
2012-01-27
2
-9
/
+10
*
SPDY - Change all tests to use SPDY/2.1 protocol. Made
rtenneti@chromium.org
2012-01-27
1
-12
/
+12
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-01-25
4
-15
/
+34
*
Remove "FALSE START" logspam.
thakis@chromium.org
2012-01-24
1
-1
/
+0
*
net: add a policy option: DisableSSLRecordSplitting
agl@chromium.org
2012-01-24
1
-0
/
+1
*
Revert r113405, since it appears to be causing a crash and a hang. Also rever...
eroman@chromium.org
2012-01-24
12
-410
/
+39
*
Fixes to socket_test_util.cc.
szym@chromium.org
2012-01-22
2
-57
/
+27
*
The network_moved check in DoHandshakeLoop and calling OnHandshakeIOComplete
jnd@chromium.org
2012-01-21
1
-15
/
+13
*
Revert 117772 - Add instrumentation to help track down a use-after-free.
eroman@chromium.org
2012-01-20
2
-58
/
+4
*
Revert 118074 - Disable FPO throughout client_socket_pool_base.cc.
eroman@chromium.org
2012-01-20
1
-13
/
+0
*
Fix a use-after free in socket pool which can happen after reaching the maxiu...
eroman@chromium.org
2012-01-20
1
-0
/
+5
*
The network_moved check in DoHandshakeLoop should only apply to
wtc@chromium.org
2012-01-19
1
-12
/
+13
*
Disable FPO throughout client_socket_pool_base.cc.
eroman@chromium.org
2012-01-18
1
-0
/
+13
*
Add instrumentation to help track down a use-after-free.
eroman@chromium.org
2012-01-14
2
-4
/
+58
*
The network_moved check in DoHandshakeLoop should only apply to
wtc@chromium.org
2012-01-13
1
-7
/
+11
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
2
-2
/
+1
*
net: don't pass the CRLSet in the SSLConfig.
agl@chromium.org
2012-01-06
3
-7
/
+7
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
1
-6
/
+1
*
Coverity: Fix leaks.
jhawkins@chromium.org
2011-12-21
1
-2
/
+2
*
base::Bind: Finish converting net/socket.
jhawkins@chromium.org
2011-12-21
9
-76
/
+69
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
4
-2
/
+6
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
4
-6
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
4
-2
/
+6
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
14
-103
/
+72
*
Initialize protocol_version to Unknown.
rtenneti@chromium.org
2011-12-20
1
-1
/
+1
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
6
-30
/
+57
*
Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> obj...
ajwong@chromium.org
2011-12-20
2
-5
/
+3
*
Avoid including gtest file directly, and go through base instead
jar@chromium.org
2011-12-15
1
-1
/
+1
[next]