| Commit message (Expand) | Author | Age | Files | Lines |
* | [net] Change factory methods for HostResolver and HostCache to return a scope... | szym@chromium.org | 2012-10-22 | 1 | -1/+1 |
* | Initialize StatisticsRecorder in Child Process to hold | rtenneti@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 2 | -1/+11 |
* | Move StatisticsRecorder out of histogram.cc/h for further refactoring. | kaiwang@chromium.org | 2012-07-13 | 1 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 15 | -15/+0 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 2 | -3/+3 |
* | RefCounted types should not have public destructors, net/ edition | rsleevi@chromium.org | 2012-05-29 | 1 | -2/+3 |
* | RefCounted types should not have public destructors, Linux fixes | rsleevi@chromium.org | 2012-05-18 | 2 | -6/+8 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from net. | thestig@chromium.org | 2012-05-17 | 1 | -2/+1 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 4 | -29/+8 |
* | Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s... | rch@chromium.org | 2012-04-03 | 2 | -2/+7 |
* | Convert uses of int ms to TimeDelta in chrome/browser and net (second try). | tedvessenes@gmail.com | 2012-03-08 | 2 | -6/+8 |
* | Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net. | rsleevi@chromium.org | 2012-03-04 | 2 | -7/+6 |
* | Convert uses of int ms to TimeDelta in chrome/browser and net. | tedvessenes@gmail.com | 2012-03-04 | 2 | -6/+7 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 4 | -4/+0 |
* | base::Bind: Remove deadcode from curvecp/test_server. | jhawkins@chromium.org | 2011-12-22 | 2 | -16/+2 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 16 | -174/+81 |
* | Revert 113699 - base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-09 | 6 | -53/+8 |
* | base::Bind: Convert Socket::Write. | jhawkins@chromium.org | 2011-12-08 | 6 | -8/+53 |
* | base::Bind: Convert Socket::Read. | jhawkins@chromium.org | 2011-12-07 | 6 | -11/+55 |
* | base::Bind: Convert StreamSocket::Connect. | jhawkins@chromium.org | 2011-12-06 | 4 | -12/+43 |
* | base::Bind: More random cleanups. | jhawkins@chromium.org | 2011-12-01 | 2 | -4/+6 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-23 | 7 | -35/+49 |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 1 | -1/+2 |
* | Cleanup: Remove unneeded forward declararations in net. | thestig@chromium.org | 2011-11-11 | 2 | -2/+0 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 15 | -43/+43 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -5/+6 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -6/+5 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -5/+6 |
* | Add support for random UDP source port selection to avoid birthday attacks in... | agayev@chromium.org | 2011-06-29 | 1 | -1/+4 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-27 | 2 | -0/+10 |
* | Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da... | dimich@chromium.org | 2011-06-24 | 2 | -10/+0 |
* | Warmth of a connection (cwnd) is estimated by the amount of data written to t... | gagansingh@google.com | 2011-06-24 | 2 | -0/+10 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) | thestig@chromium.org | 2011-06-15 | 2 | -2/+2 |
* | Collect stats to investigate the viability of UDP | rtenneti@chromium.org | 2011-06-09 | 3 | -90/+2 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -0/+1 |
* | Remove unnecessary check which was invalid anyway. | mbelshe@google.com | 2011-05-19 | 1 | -2/+0 |
* | Revert of 85854 which is a revert of 85852 - Add a command line option | rtenneti@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | An initial curvecp implementation. This implementation is not complete, | mbelshe@google.com | 2011-05-18 | 32 | -0/+3694 |
* | Revert 85667 - An initial curvecp implementation. This code is not complete,... | gene@chromium.org | 2011-05-17 | 32 | -3690/+0 |
* | An initial curvecp implementation. This code is not complete, but does | mbelshe@google.com | 2011-05-17 | 32 | -0/+3690 |