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
/
tcp_client_socket_pool_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-100
/
+106
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
1
-0
/
+3
*
Gather preconnection use vs waste statistics
jar@chromium.org
2010-08-25
1
-0
/
+9
*
In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...
mmenke@chromium.org
2010-08-25
1
-2
/
+4
*
Implement SSLClientSocketPool.
vandebo@chromium.org
2010-07-14
1
-1
/
+1
*
Make the various SocketParams reference counted.
vandebo@chromium.org
2010-07-12
1
-48
/
+42
*
Attempt to fix flakey test.
mbelshe@chromium.org
2010-07-11
1
-3
/
+8
*
Disable BackupSocketConnect unittest.
cbentzel@chromium.org
2010-07-07
1
-1
/
+2
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
1
-11
/
+5
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-1
/
+3
*
Make ClientSocketPool histograms static so that they work properly.
vandebo@chromium.org
2010-05-20
1
-2
/
+5
*
Revert r47395. Looks like it still crashes =/
willchan@chromium.org
2010-05-20
1
-2
/
+33
*
Prevent crash in test case where tests could overflow the index to the list of
mbelshe@chromium.org
2010-05-19
1
-6
/
+12
*
This is roughly a reland of r43908, although I had to rewrite a fair chunk si...
willchan@chromium.org
2010-05-17
1
-33
/
+2
*
Reland 46757.
willchan@chromium.org
2010-05-10
1
-0
/
+7
*
Revert 46757 - Fix IO thread hang on releasing a socket.
sky@chromium.org
2010-05-08
1
-7
/
+0
*
Fix IO thread hang on releasing a socket.
willchan@chromium.org
2010-05-07
1
-0
/
+7
*
Implement a 15 connection per proxy server limit.
willchan@chromium.org
2010-04-29
1
-2
/
+3
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
1
-16
/
+24
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-4
/
+19
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
1
-1
/
+30
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
1
-30
/
+1
*
Fix to bug 39063.
mbelshe@chromium.org
2010-03-24
1
-0
/
+92
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-23
/
+16
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-3
/
+3
*
When connect takes too long for a new socket group, issue a single
mbelshe@chromium.org
2010-03-14
1
-7
/
+138
*
Make a proper TCPSocketParams
vandebo@chromium.org
2010-02-27
1
-27
/
+26
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
1
-3
/
+3
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-0
/
+1
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
1
-4
/
+3
*
Switch on socket late binding - Take 2.
willchan@chromium.org
2010-01-27
1
-0
/
+8
*
Turn GetPeerName into a pure virtual and provide local impls, this way any fu...
thomasvl@chromium.org
2010-01-20
1
-0
/
+9
*
Revert 36230 - Switch on socket late binding.
willchan@chromium.org
2010-01-14
1
-8
/
+0
*
Switch on socket late binding.
willchan@chromium.org
2010-01-14
1
-0
/
+8
*
Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...
willchan@chromium.org
2009-12-21
1
-1
/
+31
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
1
-41
/
+41
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
1
-3
/
+3
*
This is a second attempt at submitting this changelist. The original one was
markus@chromium.org
2009-10-13
1
-2
/
+1
*
Add methods for setting socket buffers to the Socket
mbelshe@google.com
2009-09-09
1
-0
/
+6
*
Make ClientSocketHandle::Init() typesafe.
willchan@chromium.org
2009-08-19
1
-2
/
+5
*
Change ClientSocketHandle to take the pool as a parameter to Init() rather th...
willchan@chromium.org
2009-08-18
1
-23
/
+35
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
1
-13
/
+13
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-13
/
+15
*
Followup after socket tests refactoring http://codereview.chromium.org/155925
phajdan.jr@chromium.org
2009-07-29
1
-15
/
+19
*
Refactoring in socket pool unittests:
phajdan.jr@chromium.org
2009-07-23
1
-234
/
+153
*
Limit total number of sockets in the system.
phajdan.jr@chromium.org
2009-07-22
1
-1
/
+4
*
Add synchronous-mode operation to MockHostResolver; this helps clarify some t...
ericroman@google.com
2009-07-18
1
-15
/
+28
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
1
-11
/
+11
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-27
1
-2
/
+1
*
Reverting 19425.
ericroman@google.com
2009-06-26
1
-1
/
+2
[next]