summaryrefslogtreecommitdiffstats
path: root/remoting/test/fake_port_allocator.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix FakePortAllocator to keep reference to TransportContext.sergeyu2016-01-281-4/+6
* Simplify PortAllocatorBase and make PortAllocator creation synchronous.sergeyu2016-01-111-55/+29
* Move and rename cricket::HttpPortAllocatorBasesergeyu2016-01-081-23/+17
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* Add TransportContext class.sergeyu2015-12-161-29/+20
* Roll WebRTC 9918:9920, Libjingle 9915:9920niklase2015-09-111-0/+1
* Remove dependencies remoting has on GICE-related constants.pthatcher2015-08-251-1/+0
* Fix FakePortAllocator to work with standard ICE.sergeyu2015-05-211-6/+7
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-3/+3
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-2/+2
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-1/+1
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-08-261-1/+1
* Implement network performance simulation for remoting perf tests.sergeyu@chromium.org2014-08-161-0/+124