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
*
Add comments explaining the IPv6 fallback logic in TransportConnectJob.
willchan@chromium.org
2011-05-14
1
-7
/
+13
*
Add a fallback socket connect() for IPv6.
willchan@chromium.org
2011-05-12
3
-27
/
+374
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
8
-24
/
+25
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-7
/
+8
*
Remove prefer_ipv4.
wtc@chromium.org
2011-05-12
3
-19
/
+0
*
Revert r85014 because it doesn't work fully and we're doing something else.
willchan@chromium.org
2011-05-12
3
-61
/
+8
*
Restart socket pool backup job timer on ReleaseSocket.
willchan@chromium.org
2011-05-11
3
-8
/
+61
*
Add one-time randomization support for FieldTrial, and the ability to
joi@chromium.org
2011-05-10
3
-11
/
+7
*
Start backup socket timer for preconnects too.
willchan@chromium.org
2011-05-10
2
-5
/
+57
*
net: fix matching ".google.com" at the end of a string.
agl@chromium.org
2011-05-09
2
-2
/
+4
*
net: break out SSLHostInfo verification time for Google.
agl@chromium.org
2011-05-09
1
-1
/
+6
*
Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...
joi@chromium.org
2011-05-06
3
-7
/
+11
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-05-05
3
-56
/
+124
*
Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networks
wtc@chromium.org
2011-05-05
5
-0
/
+143
*
Add one-time randomization support for FieldTrial, and the ability to
joi@chromium.org
2011-05-05
3
-11
/
+7
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
42
-157
/
+157
*
Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...
asanka@chromium.org
2011-04-29
3
-95
/
+18
*
Re-connect if Keep-Alive connection has been closed by the time we get around...
asanka@chromium.org
2011-04-29
3
-18
/
+95
*
Skip cert verification if it is expected to be bad.
hclam@chromium.org
2011-04-28
5
-39
/
+47
*
Remove the declaration of the obsolete CreateOSCert method. The method
wtc@chromium.org
2011-04-28
1
-4
/
+0
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
2
-3
/
+3
*
Undo raw DNS resolver changes, this will be implemented differently, on IO-th...
agayev@chromium.org
2011-04-27
1
-1
/
+1
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
22
-1
/
+102
*
Fix clang failure.
sergeyu@chromium.org
2011-04-18
2
-4
/
+8
*
Added TCPServerSocket.
sergeyu@chromium.org
2011-04-18
10
-2
/
+703
*
Changed the jingle network code in ChromeAsyncSocket to use the client socket...
sanjeevr@chromium.org
2011-04-15
1
-1
/
+5
*
Fix openssl build
joth@chromium.org
2011-04-15
1
-2
/
+2
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
8
-36
/
+35
*
net: add issued_by_known_hash and public_key_hashes to SSLInfo.
agl@chromium.org
2011-04-13
4
-5
/
+15
*
Fix a problem that cert trust change needs a chrome restart to be effective.
xiyuan@chromium.org
2011-04-13
3
-4
/
+26
*
Revert r61181.
agl@chromium.org
2011-04-12
6
-714
/
+34
*
Rework the tcp_client_socket_unittest to be a generic
mbelshe@chromium.org
2011-04-12
1
-15
/
+35
*
Turn off backup sockets for most tests in net_unittests.
willchan@chromium.org
2011-04-08
4
-5
/
+25
*
- minor comment change
leighton@cis.udel.edu
2011-04-08
1
-2
/
+2
*
This change loads opencryptoki and uses the TPM for keygen tags.
gspencer@chromium.org
2011-04-07
1
-1
/
+1
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
18
-396
/
+445
*
net: remove forced renegotiation checks
agl@chromium.org
2011-04-05
1
-19
/
+6
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-4
/
+4
*
net: measure HTTPS connect times to (*.)google.com
agl@chromium.org
2011-04-04
1
-0
/
+11
*
Add ignore limits flag and use for sync request
kristianm@google.com
2011-03-30
14
-29
/
+59
*
Remove the fallback from SOCKSv4 to SOCKSv4a.
eroman@chromium.org
2011-03-29
3
-138
/
+35
*
Moved the logic to initialize a ClientSocketHandle with the relevant socket p...
sanjeevr@chromium.org
2011-03-29
2
-1
/
+307
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
25
-62
/
+62
*
Enable IP pooling for SPDY.
mbelshe@chromium.org
2011-03-25
1
-2
/
+80
*
Removed the static on all stats macros and changed the static declaration
rtenneti@chromium.org
2011-03-22
2
-11
/
+11
*
Move MapWinsockError() and MapPosixError() to net_errors.h.
sergeyu@chromium.org
2011-03-15
2
-55
/
+16
*
Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.
kristianm@google.com
2011-03-15
3
-13
/
+2
*
Code cleanup related to allowed_bad_certs.
wtc@chromium.org
2011-03-14
1
-1
/
+2
*
Revert 78034 - Removing a TODO and cleaning up code.
kristianm@google.com
2011-03-14
3
-2
/
+13
*
Removing a TODO and cleaning up code.
kristianm@google.com
2011-03-14
3
-13
/
+2
[next]