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
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-0
/
+1
*
Update the PreconnectWithBackupTimer and PreconnectWithBackupTimer
wtc@chromium.org
2011-07-12
1
-8
/
+9
*
Add support for random UDP source port selection to avoid birthday attacks in...
agayev@chromium.org
2011-06-29
1
-0
/
+2
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-4
/
+80
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-80
/
+4
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-4
/
+80
*
Add mock support for UDPClientSocket
agayev@chromium.org
2011-06-22
1
-0
/
+7
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-7
/
+8
*
Revert r85014 because it doesn't work fully and we're doing something else.
willchan@chromium.org
2011-05-12
1
-33
/
+0
*
Restart socket pool backup job timer on ReleaseSocket.
willchan@chromium.org
2011-05-11
1
-0
/
+33
*
Start backup socket timer for preconnects too.
willchan@chromium.org
2011-05-10
1
-0
/
+55
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-6
/
+6
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+4
*
Turn off backup sockets for most tests in net_unittests.
willchan@chromium.org
2011-04-08
1
-2
/
+10
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
1
-2
/
+2
*
Add ignore limits flag and use for sync request
kristianm@google.com
2011-03-30
1
-2
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Add a new method of ClientSocketFactory for clearing the cache used for SSL s...
rch@chromium.org
2011-02-25
1
-0
/
+4
*
Fix preconnect crash on synchronous socket error.
willchan@chromium.org
2011-01-14
1
-0
/
+7
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-8
/
+11
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+1
*
Fix preconnect crash when we hit max socket limit.
willchan@chromium.org
2010-12-02
1
-0
/
+75
*
Fix ClientSocketPoolBaseHelper preconnect crasher.
willchan@chromium.org
2010-12-02
1
-0
/
+10
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
1
-26
/
+44
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
1
-1
/
+1
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
1
-1
/
+1
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
1
-1
/
+1
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
1
-1
/
+1
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
1
-1
/
+1
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
1
-1
/
+1
*
net: add certificate provenance checking.
agl@chromium.org
2010-11-04
1
-1
/
+2
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Add experimental option for TCP FastOpen.
mbelshe@chromium.org
2010-10-26
1
-0
/
+1
*
net: move SSL host info serialisation into SSLHostInfo
agl@chromium.org
2010-10-20
1
-0
/
+1
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-1
/
+3
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-3
/
+1
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-1
/
+3
*
Add ClientSocketPoolBaseHelper support for preconnect.
willchan@chromium.org
2010-10-13
1
-2
/
+364
*
Prefer used idle sockets over unused idle sockets.
willchan@chromium.org
2010-10-06
1
-0
/
+67
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-345
/
+642
*
Clean up socket backup job when there are no requests.
willchan@chromium.org
2010-09-27
1
-1
/
+29
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-4
/
+4
*
Add missing nested socket pools to socket pool info page. Each socket pool s...
mmenke@chromium.org
2010-09-08
1
-2
/
+3
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
1
-3
/
+8
*
Abort ConnectJobs with ERR_ABORTED when network changes.
willchan@chromium.org
2010-08-31
1
-0
/
+57
*
ClientSocketPoolBaseHelper can try to read an invalid iterator. Fix that.
willchan@chromium.org
2010-08-31
1
-2
/
+26
*
Sockets page on net-internals now displays some information about the current...
mmenke@chromium.org
2010-08-30
1
-0
/
+5
*
Gather preconnection use vs waste statistics
jar@chromium.org
2010-08-25
1
-0
/
+3
*
Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from ...
willchan@chromium.org
2010-08-25
1
-1
/
+39
*
In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...
mmenke@chromium.org
2010-08-25
1
-3
/
+6
[next]