summaryrefslogtreecommitdiffstats
path: root/jingle/glue/pseudotcp_adapter.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-122/+30
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-55/+12
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-12/+55
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-12/+55
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-9/+51
* Add OVERRIDE to jingle/.avi@chromium.org2011-11-171-0/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-20/+20
* Chromoting protocol implementation based on P2P Transport API.sergeyu@chromium.org2011-09-121-2/+2
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+2
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+2
* Increase PseudoTcp receive and send window sizeshclam@chromium.org2011-07-301-4/+14
* PseudoTcp to expose settings of nagling and ACK delayhclam@chromium.org2011-06-301-0/+22
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+10
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-10/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+10
* Fix JingleSession to respect net::StreamSocket Read/Write semantics.wez@chromium.org2011-06-241-26/+13
* Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.wez@chromium.org2011-05-251-137/+273
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-1/+1
* Implement PseudoTCP adapter.sergeyu@chromium.org2011-04-221-0/+343