summaryrefslogtreecommitdiffstats
path: root/remoting/base/buffered_socket_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix BufferedSocketWriter to buffer everything before it starts writing.sergeyu2016-01-141-12/+10
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-241-3/+2
* Fix BufferedSocketWriter not to return any results from Write().sergeyu2015-07-301-4/+2
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-201-166/+78
* Wait for all writes to complete before starting TLS in XmppSignalStrategysergeyu2015-06-121-13/+1
* Move BufferedSocketWriter from remoting/protocol to remoting/basesergeyu2015-02-261-0/+234