| Commit message (Expand) | Author | Age | Files | Lines |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 1 | -0/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 1 | -1/+1 |
* | Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s... | rch@chromium.org | 2012-04-03 | 1 | -1/+2 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -9/+2 |
* | Revert 113699 - base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-09 | 1 | -3/+0 |
* | base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-08 | 1 | -0/+3 |
* | base::Bind: Convert Socket::Read. | jhawkins@chromium.org | 2011-12-07 | 1 | -2/+5 |
* | base::Bind: Convert StreamSocket::Connect. | jhawkins@chromium.org | 2011-12-06 | 1 | -1/+3 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -19/+23 |
* | Remove referrer from TransportSocketParams and SOCKSSocketParams. | szym@chromium.org | 2011-11-15 | 1 | -1/+0 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -5/+5 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -1/+1 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-27 | 1 | -0/+2 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 1 | -2/+0 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 1 | -0/+2 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -0/+1 |
* | Net: Add net_api to the socket code | rvargas@google.com | 2011-05-19 | 1 | -1/+1 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -5/+5 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 1 | -0/+1 |
* | Remove the fallback from SOCKSv4 to SOCKSv4a. | eroman@chromium.org | 2011-03-29 | 1 | -11/+0 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 1 | -1/+1 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 1 | -0/+1 |
* | Fix ClientSocketHandle reuse_type(). Correctly track socket use. | willchan@chromium.org | 2010-09-02 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -1/+1 |
* | Gather preconnection use vs waste statistics | jar@chromium.org | 2010-08-25 | 1 | -0/+2 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 1 | -4/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -2/+3 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -1/+7 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -3/+4 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -1/+1 |
* | Turn GetPeerName into a pure virtual and provide local impls, this way any fu... | thomasvl@chromium.org | 2010-01-20 | 1 | -3/+0 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -2/+5 |
* | Add methods for setting socket buffers to the Socket | mbelshe@google.com | 2009-09-09 | 1 | -0/+3 |
* | Correctly implementing GetPeerName() to point to TCPClientSocket::GetPeerName... | arindam@chromium.org | 2009-07-08 | 1 | -2/+1 |
* | Tests for socks4/4a implementation. | arindam@chromium.org | 2009-06-28 | 1 | -10/+12 |
* | Reverting 19466. | thakis@chromium.org | 2009-06-27 | 1 | -11/+9 |
* | Tests for socks4/4a implementation. | arindam@chromium.org | 2009-06-27 | 1 | -9/+11 |
* | reverting the change 19354, 19356 | arindam@chromium.org | 2009-06-26 | 1 | -9/+7 |
* | Fixing compilation warnings for r19354 | arindam@chromium.org | 2009-06-26 | 1 | -2/+2 |
* | Tests for socks4/4a implementation. | arindam@chromium.org | 2009-06-26 | 1 | -9/+11 |
* | Adding socks4 support for chromium. tested for windows and linux. | arindam@chromium.org | 2009-06-23 | 1 | -0/+131 |