summaryrefslogtreecommitdiffstats
path: root/net/curvecp
Commit message (Expand)AuthorAgeFilesLines
* Initialize StatisticsRecorder in Child Process to holdrtenneti@chromium.org2012-07-191-1/+1
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-192-1/+11
* Move StatisticsRecorder out of histogram.cc/h for further refactoring.kaiwang@chromium.org2012-07-131-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1115-15/+0
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-082-3/+3
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-291-2/+3
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-182-6/+8
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-2/+1
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-074-29/+8
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-032-2/+7
* Convert uses of int ms to TimeDelta in chrome/browser and net (second try).tedvessenes@gmail.com2012-03-082-6/+8
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-042-7/+6
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-042-6/+7
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-064-4/+0
* base::Bind: Remove deadcode from curvecp/test_server.jhawkins@chromium.org2011-12-222-16/+2
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-0916-174/+81
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-096-53/+8
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-086-8/+53
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-076-11/+55
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-064-12/+43
* base::Bind: More random cleanups.jhawkins@chromium.org2011-12-012-4/+6
* Add OVERRIDE to net/.avi@chromium.org2011-11-237-35/+49
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-1/+2
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-112-2/+0
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0115-43/+43
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-5/+6
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-6/+5
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-5/+6
* Add support for random UDP source port selection to avoid birthday attacks in...agayev@chromium.org2011-06-291-1/+4
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-272-0/+10
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-242-10/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-242-0/+10
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-152-2/+2
* Collect stats to investigate the viability of UDPrtenneti@chromium.org2011-06-093-90/+2
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-061-0/+1
* Remove unnecessary check which was invalid anyway.mbelshe@google.com2011-05-191-2/+0
* Revert of 85854 which is a revert of 85852 - Add a command line optionrtenneti@chromium.org2011-05-191-1/+1
* An initial curvecp implementation. This implementation is not complete,mbelshe@google.com2011-05-1832-0/+3694
* Revert 85667 - An initial curvecp implementation. This code is not complete,...gene@chromium.org2011-05-1732-3690/+0
* An initial curvecp implementation. This code is not complete, but doesmbelshe@google.com2011-05-1732-0/+3690