| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify DeterministicSocketData to verify that the sequence number of reads an... | rch@chromium.org | 2012-07-21 | 1 | -1/+3 |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 1 | -3/+7 |
* | Change DeterministicMockTCPClientSocket to set the peer address from the conn... | rch@chromium.org | 2012-07-11 | 1 | -5/+7 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | DeterministicSocketDataProvider should not be RefCounted | rsleevi@chromium.org | 2012-07-10 | 1 | -7/+2 |
* | Remove SSLHostInfo. | agl@chromium.org | 2012-06-27 | 1 | -4/+0 |
* | Remove unused fields found by clang's new Wunused-private-fields. | thakis@chromium.org | 2012-06-27 | 1 | -1/+0 |
* | Convert SSLClientSocketNSS to use the NSS Channel ID callback. | mattm@chromium.org | 2012-06-26 | 1 | -5/+3 |
* | Add a new OnHostResolutionCallback to TransportSocketParams | rch@chromium.org | 2012-06-08 | 1 | -2/+13 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 1 | -2/+2 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 1 | -1/+1 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 1 | -5/+9 |
* | Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s... | rch@chromium.org | 2012-04-03 | 1 | -1/+1 |
* | Move NextProto enum to a new file net/socket/next_proto.h | rch@chromium.org | 2012-03-31 | 1 | -5/+5 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 1 | -8/+8 |
* | Add a boolean |has_context| argument to the TLS ExportKeyingMaterial | wtc@chromium.org | 2012-03-15 | 1 | -1/+2 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 1 | -21/+24 |
* | Simplify the initialization of the various NPN fields in SSLSocketDataProvider. | rch@chromium.org | 2012-02-22 | 1 | -0/+2 |
* | Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS, | rch@chromium.org | 2012-02-17 | 1 | -1/+6 |
* | Adds support for the credentials frame. | rch@chromium.org | 2012-02-08 | 1 | -0/+10 |
* | Fixes to socket_test_util.cc. | szym@chromium.org | 2012-01-22 | 1 | -35/+13 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -9/+4 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -5/+6 |
* | base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. | jhawkins@chromium.org | 2011-12-15 | 1 | -8/+10 |
* | SPDY - add support for spdy/2.1 to support flow control. | rtenneti@google.com | 2011-12-10 | 1 | -0/+5 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -87/+67 |
* | Revert 113699 - base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-09 | 1 | -14/+3 |
* | base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-08 | 1 | -3/+14 |
* | base::Bind: Convert Socket::Read. | jhawkins@chromium.org | 2011-12-07 | 1 | -9/+26 |
* | base::Bind: Convert StreamSocket::Connect. | jhawkins@chromium.org | 2011-12-06 | 1 | -14/+21 |
* | Log server advertised protos and the selected | rtenneti@google.com | 2011-12-05 | 1 | -2/+5 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -94/+94 |
* | Disable SPDY IP pooling for SSL connections with client authentication. | wtc@chromium.org | 2011-10-28 | 1 | -1/+2 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -30/+30 |
* | Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces. | wez@chromium.org | 2011-07-23 | 1 | -0/+4 |
* | Added an OriginBoundCertStore field to the SSLClientSocketNSS class and | rkn@chromium.org | 2011-07-21 | 1 | -4/+2 |
* | DatagramSocket: added NetLog accessor. | agayev@chromium.org | 2011-07-18 | 1 | -1/+4 |
* | More UDP mock support. | agayev@chromium.org | 2011-06-29 | 1 | -16/+41 |
* | Add support for random UDP source port selection to avoid birthday attacks in... | agayev@chromium.org | 2011-06-29 | 1 | -0/+4 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-27 | 1 | -0/+7 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 1 | -7/+0 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 1 | -0/+7 |
* | Add mock support for UDPClientSocket | agayev@chromium.org | 2011-06-22 | 1 | -0/+41 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-05-05 | 1 | -0/+1 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -12/+12 |
* | Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim... | asanka@chromium.org | 2011-04-29 | 1 | -1/+0 |
* | Re-connect if Keep-Alive connection has been closed by the time we get around... | asanka@chromium.org | 2011-04-29 | 1 | -0/+1 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 1 | -0/+1 |
* | Rename a number of classes previously labeled "TCP" to "Transport" in | mbelshe@chromium.org | 2011-04-07 | 1 | -12/+13 |