summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/fake_datagram_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* Include <utility> in files that use std::move() in remoting/protocol.sergeyu2015-12-241-0/+2
* Use std::move() instead of scoped_ptr<>::Pass() in remoting/protocolsergeyu2015-12-221-2/+2
* net: net_util.h includes cleanuptfarina2015-12-181-0/+1
* Implement QuicChannel and QuicChannelFactorysergeyu2015-08-141-0/+34
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-201-16/+8
* Use base::ResetAndReturn() in remoting.sergeyu2015-04-251-3/+2
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-3/+3
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-1/+1
* Cleanup Fake* classes in remoting/protocolsergeyu2014-09-231-0/+170