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
/
socks_client_socket.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-1
/
+1
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+4
*
Remove the fallback from SOCKSv4 to SOCKSv4a.
eroman@chromium.org
2011-03-29
1
-68
/
+27
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-2
/
+2
*
Deinline even more destructors.
erg@google.com
2010-12-14
1
-0
/
+4
*
Add experimental option for TCP FastOpen.
mbelshe@chromium.org
2010-10-26
1
-0
/
+9
*
Remove scoped_bstr_win, fix all callers to use the new location.
brettw@chromium.org
2010-10-20
1
-1
/
+0
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-5
/
+5
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
1
-0
/
+8
*
Gather preconnection use vs waste statistics
jar@chromium.org
2010-08-25
1
-0
/
+16
*
Fix a crash where we are checking IsConnected(). If you look into the
mbelshe@chromium.org
2010-08-25
1
-1
/
+0
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
1
-3
/
+3
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-11
/
+8
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-12
/
+33
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-11
/
+11
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
1
-3
/
+2
*
Add specific error codes for when SOCKS connect fails.
eroman@chromium.org
2010-02-05
1
-8
/
+9
*
Turn GetPeerName into a pure virtual and provide local impls, this way any fu...
thomasvl@chromium.org
2010-01-20
1
-2
/
+0
*
Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...
eroman@chromium.org
2010-01-07
1
-0
/
+7
*
Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...
eroman@chromium.org
2009-12-12
1
-6
/
+1
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
1
-4
/
+16
*
Add methods for setting socket buffers to the Socket
mbelshe@google.com
2009-09-09
1
-0
/
+8
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
1
-2
/
+1
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-1
/
+2
*
Correctly implementing GetPeerName() to point to TCPClientSocket::GetPeerName...
arindam@chromium.org
2009-07-08
1
-7
/
+4
*
Tests for socks4/4a implementation.
arindam@chromium.org
2009-06-28
1
-51
/
+49
*
Reverting 19466.
thakis@chromium.org
2009-06-27
1
-47
/
+49
*
Tests for socks4/4a implementation.
arindam@chromium.org
2009-06-27
1
-49
/
+47
*
revert socks_client_socket.cc from r19005
arindam@chromium.org
2009-06-26
1
-45
/
+47
*
Fixing compilation warnings for r19354
arindam@chromium.org
2009-06-26
1
-1
/
+1
*
Tests for socks4/4a implementation.
arindam@chromium.org
2009-06-26
1
-47
/
+45
*
Adding socks4 support for chromium. tested for windows and linux.
arindam@chromium.org
2009-06-23
1
-0
/
+390