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
/
socket_test_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
1
-97
/
+0
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
1
-1
/
+1
*
Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-07
1
-1
/
+1
*
net: plumb DnsRRResolver from IOThread to HttpNetworkSession.
agl@chromium.org
2010-10-07
1
-1
/
+1
*
Clean up DeterministicSocketData class. Add unit tests to document
rch@chromium.org
2010-10-05
1
-39
/
+78
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
1
-0
/
+2
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
1
-0
/
+12
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-29
/
+11
*
Flush SSL pools after SSL config changes.
csilv@chromium.org
2010-09-04
1
-1
/
+1
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
1
-2
/
+19
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
1
-0
/
+3
*
Rename the following SSLClientSocket methods to match the style guide:
rch@chromium.org
2010-08-27
1
-2
/
+2
*
Attempting to re-land CL 3110006 which turned out to have
rch@chromium.org
2010-08-25
1
-0
/
+98
*
In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...
mmenke@chromium.org
2010-08-25
1
-3
/
+7
*
Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to
dhollowa@chromium.org
2010-08-25
1
-98
/
+0
*
Add support for speaking SSL to an HTTP Proxy, to
rch@chromium.org
2010-08-25
1
-0
/
+98
*
Fix a crash where we are checking IsConnected(). If you look into the
mbelshe@chromium.org
2010-08-25
1
-0
/
+4
*
Added a new MockSocket that enforces ordering of reads/writes.
erikchen@google.com
2010-08-18
1
-0
/
+263
*
More uninitialized class member vars.
finnur@chromium.org
2010-08-17
1
-3
/
+4
*
Fix a bug in the mock sockets. For SSL sockets, when they were
mbelshe@chromium.org
2010-08-16
1
-2
/
+2
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
1
-0
/
+5
*
Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-08-03
1
-47
/
+1
*
Revert 54405 - Fix late binding induced mismatch of Socket and AuthController
nick@chromium.org
2010-08-02
1
-0
/
+47
*
Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.
nick@chromium.org
2010-08-02
1
-1
/
+0
*
Digest authentication uses a uri field to prevent replay attacks.
cbentzel@chromium.org
2010-08-02
1
-0
/
+1
*
When we get a silent TCP RST, SPDY connections need to retry.
mbelshe@chromium.org
2010-07-31
1
-1
/
+1
*
Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-07-30
1
-47
/
+0
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-2
/
+2
*
Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.
willchan@chromium.org
2010-07-15
1
-4
/
+5
*
Implement SSLClientSocketPool.
vandebo@chromium.org
2010-07-14
1
-9
/
+102
*
Put HttpProxyClientSocket into a pool.
vandebo@chromium.org
2010-07-12
1
-0
/
+95
*
This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...
lzheng@chromium.org
2010-05-21
1
-0
/
+4
*
Log the OS error that getaddrinfo() failed with.
eroman@chromium.org
2010-05-16
1
-1
/
+1
*
Pass nulls through test sockets.
gavinp@chromium.org
2010-05-10
1
-2
/
+3
*
Get tests working for Alternate-Protocol and proxies.
willchan@chromium.org
2010-05-05
1
-5
/
+15
*
Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.
willchan@chromium.org
2010-05-04
1
-0
/
+176
*
SPDY: Fix Alternate-Protocol.
willchan@chromium.org
2010-04-26
1
-4
/
+55
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-11
/
+13
*
Unlike a real TCPClientSocket, the MockTCPClientSocket was still calling
mbelshe@chromium.org
2010-04-22
1
-0
/
+5
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-08
1
-2
/
+2
*
Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...
cbentzel@chromium.org
2010-04-07
1
-2
/
+1
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-07
1
-1
/
+2
*
SpdySession now sets the following fields in HttpResponseInfo:
ahendrickson@google.com
2010-03-25
1
-0
/
+23
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-0
/
+14
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-3
/
+3
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
1
-5
/
+9
*
Add bounds checking to StaticSocketDataProvider, to make tests more reliable
phajdan.jr@chromium.org
2010-02-09
1
-5
/
+4
*
SPDY: Enable SPDY via NPN.
willchan@chromium.org
2009-12-21
1
-1
/
+0
*
Rename GetNextProtocol -> GetNextProto
agl@chromium.org
2009-12-11
1
-1
/
+1
*
Add GetNextProtocol method to SSLClientSocket.
agl@chromium.org
2009-12-10
1
-0
/
+7
[next]