| 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/+17 |
* | NetLogEventParameter to Callback refactoring 9. | mmenke@chromium.org | 2012-06-14 | 1 | -29/+19 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 1 | -1/+1 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 1 | -1/+0 |
* | Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s... | rch@chromium.org | 2012-04-03 | 1 | -0/+8 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 1 | -2/+3 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -56/+18 |
* | Revert 113699 - base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-09 | 1 | -10/+2 |
* | base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-08 | 1 | -2/+10 |
* | base::Bind: Convert Socket::Read. | jhawkins@chromium.org | 2011-12-07 | 1 | -1/+9 |
* | base::Bind: Convert StreamSocket::Connect. | jhawkins@chromium.org | 2011-12-06 | 1 | -11/+41 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -4/+4 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-27 | 1 | -1/+17 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 1 | -17/+1 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 1 | -1/+17 |
* | 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 |
* | NetLog: Log net error codes on a lot of EndEvents. | mmenke@chromium.org | 2011-02-08 | 1 | -5/+7 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 1 | -0/+4 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -10/+18 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 1 | -0/+8 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -0/+1 |
* | Remove scoped_bstr_win, fix all callers to use the new location. | brettw@chromium.org | 2010-10-20 | 1 | -1/+0 |
* | 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 | -24/+26 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 1 | -48/+13 |
* | 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 | -14/+37 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -35/+33 |
* | 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 | -10/+16 |
* | Re-revert 36595 (restoring 36548); that didn't fix anything. | dpranke@chromium.org | 2010-01-20 | 1 | -2/+0 |
* | Try reverting r36548 to see if this causes the webkit linux failures to | dpranke@chromium.org | 2010-01-20 | 1 | -0/+2 |
* | Enabled the GetPeerName on all platforms, not just Linux. | thomasvl@chromium.org | 2010-01-19 | 1 | -2/+0 |
* | Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec... | eroman@chromium.org | 2010-01-07 | 1 | -0/+6 |
* | Enhance a function comment per feedback from a code review. | eroman@chromium.org | 2010-01-05 | 1 | -1/+2 |
* | Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v... | eroman@chromium.org | 2009-12-22 | 1 | -7/+68 |
* | Add two more unit tests for SOCKS5: | eroman@chromium.org | 2009-12-18 | 1 | -5/+7 |
* | Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ... | eroman@chromium.org | 2009-12-18 | 1 | -83/+13 |
* | When talking to a SOCKS v5 proxy, default to sending addresses as raw domains... | eroman@chromium.org | 2009-12-18 | 1 | -4/+12 |
* | 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 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-15 | 1 | -0/+430 |
* | Reverting 20626. | arindam@chromium.org | 2009-07-14 | 1 | -430/+0 |
* | SOCKS v5 implementation | arindam@chromium.org | 2009-07-14 | 1 | -0/+430 |