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
/
client_socket_pool_base_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ClientSocketPool histograms static so that they work properly.
vandebo@chromium.org
2010-05-20
1
-6
/
+11
*
Revert r47395. Looks like it still crashes =/
willchan@chromium.org
2010-05-20
1
-2
/
+2
*
Revert r47583 for causing reliability bot crashes.
willchan@chromium.org
2010-05-19
1
-101
/
+16
*
Reland my close on idle socket change.
willchan@chromium.org
2010-05-18
1
-16
/
+101
*
This is roughly a reland of r43908, although I had to rewrite a fair chunk si...
willchan@chromium.org
2010-05-17
1
-2
/
+2
*
Reland 46757.
willchan@chromium.org
2010-05-10
1
-0
/
+89
*
Revert 46757 - Fix IO thread hang on releasing a socket.
sky@chromium.org
2010-05-08
1
-64
/
+0
*
Fix IO thread hang on releasing a socket.
willchan@chromium.org
2010-05-07
1
-0
/
+64
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
1
-29
/
+44
*
Cleanup: Address some of the todos in net_log.h
eroman@chromium.org
2010-04-27
1
-1
/
+1
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-21
/
+31
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
1
-1
/
+1
*
Fix FindTopStalledGroup() to catch groups correctly.
willchan@chromium.org
2010-04-16
1
-0
/
+27
*
Revert r44150 and r43882.
willchan@chromium.org
2010-04-13
1
-99
/
+16
*
Fix crash when we delete the group we're requesting a socket for.
willchan@chromium.org
2010-04-09
1
-0
/
+35
*
Add support for attaching custom parameters to NetLog events.
eroman@chromium.org
2010-04-09
1
-2
/
+2
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
1
-1
/
+1
*
Fix ClientSocketPool to count idle sockets toward socket limit.
willchan@chromium.org
2010-04-07
1
-16
/
+64
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-63
/
+57
*
Disable backup connect jobs for all pools except TCPClientSocketPool
vandebo@chromium.org
2010-03-20
1
-12
/
+4
*
Try to fix some regressions after landing 41689.
eroman@chromium.org
2010-03-16
1
-11
/
+4
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-80
/
+77
*
When connect takes too long for a new socket group, issue a single
mbelshe@chromium.org
2010-03-14
1
-7
/
+21
*
Fix infinite loop in ClientSocketPoolBase::DoReleaseSocket.
willchan@chromium.org
2010-03-02
1
-0
/
+53
*
Delete an unused test fixture.
willchan@chromium.org
2010-03-02
1
-7
/
+0
*
Make a proper TCPSocketParams
vandebo@chromium.org
2010-02-27
1
-5
/
+6
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
1
-2
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-1
/
+2
*
Fix ClientSocketPoolBaseHelper to maintain order properly.
willchan@chromium.org
2010-02-08
1
-35
/
+54
*
Socket late binding bugfix.
willchan@chromium.org
2010-02-03
1
-0
/
+41
*
Cleanup the unittest helpers in load_log_unittest.h.
eroman@chromium.org
2010-01-29
1
-61
/
+61
*
Switch on socket late binding - Take 2.
willchan@chromium.org
2010-01-27
1
-517
/
+22
*
Turn GetPeerName into a pure virtual and provide local impls, this way any fu...
thomasvl@chromium.org
2010-01-20
1
-3
/
+1
*
Revert 36230 - Switch on socket late binding.
willchan@chromium.org
2010-01-14
1
-22
/
+517
*
Switch on socket late binding.
willchan@chromium.org
2010-01-14
1
-517
/
+22
*
Slightly tweak socket late binding behavior to make it more deterministic whi...
willchan@chromium.org
2010-01-13
1
-7
/
+15
*
Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...
willchan@chromium.org
2009-12-21
1
-1
/
+1
*
Extend LoadLog to support logging of arbitrary strings, and of network error ...
eroman@chromium.org
2009-12-21
1
-12
/
+12
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
1
-63
/
+67
*
Improve the display of LoadLogs when truncation occurs.
eroman@chromium.org
2009-11-06
1
-11
/
+11
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-0
/
+2
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
1
-2
/
+2
*
This is a second attempt at submitting this changelist. The original one was
markus@chromium.org
2009-10-13
1
-11
/
+58
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
1
-6
/
+3
*
Roll back Markus's CL ( http://codereview.chromium.org/196053)
jshin@chromium.org
2009-09-25
1
-28
/
+11
*
When converting between units of time or data types of different precision,
markus@chromium.org
2009-09-24
1
-11
/
+28
*
Add methods for setting socket buffers to the Socket
mbelshe@google.com
2009-09-09
1
-1
/
+3
*
Make GetLoadState virtual in ConnectJob().
willchan@chromium.org
2009-09-01
1
-2
/
+8
*
Control the amount of time to leave an unused socket idle before closing it.
willchan@chromium.org
2009-08-29
1
-1
/
+61
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-3
/
+3
[next]