summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* Add explicit dependency on //url in remoting/baseSergey Ulanov2016-03-241-0/+1
* Move ServiceUrls to remoting/hostsergeyu2016-03-243-158/+0
* Revert of Move ServiceUrls to remoting/host (patchset #4 id:80001 of https://...aberent2016-03-243-0/+158
* Show max latency on client's status baryuweih2016-03-235-81/+129
* Move ServiceUrls to remoting/hostsergeyu2016-03-233-158/+0
* Revert of Show max latency on client's status bar (patchset #8 id:140001 of h...newt2016-03-235-129/+81
* Show max latency on client's status baryuweih2016-03-225-81/+129
* Enable TURN on the host when using WebRTC.sergeyu2016-03-163-43/+30
* Move libvpx_new to libvpxjohannkoenig2016-03-021-1/+1
* remoting: Add out-of-line copy ctors for complex classes.vmpstr2016-02-262-0/+3
* Add support for POST requests in UrlRequest interfacesergeyu2016-02-183-4/+34
* Add remoting::UrlRequest interface with 2 implementationssergeyu2016-02-114-1/+177
* update obsolete code.google.com documentation linksmostynb2016-02-081-1/+1
* Fix BufferedSocketWriter to buffer everything before it starts writing.sergeyu2016-01-143-37/+59
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-245-10/+15
* Switch to standard integer types in remoting/.avi2015-12-2229-32/+70
* Remove QUIC support from remoting host and client.sergeyu2015-12-032-2/+0
* Remove old C++03 move emulation code.dcheng2015-12-011-14/+6
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-1/+3
* Replace PluginThreadTaskRunner with a simpler MainPluginThreadTaskRunner.sergeyu2015-10-212-373/+0
* Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ki.stfu2015-10-124-6/+6
* make ProxyService::CreateSystemProxyConfigService return scoped_ptrscsharrison2015-09-221-4/+4
* Copy libvpx from DEPS to srcjohannkoenig2015-09-181-1/+1
* Remove lock from remoting::RunningAveragesergeyu2015-09-182-12/+10
* Turn components/crash into a layered component.sdefresne2015-09-181-1/+1
* Revert of Turn components/crash into a layered component. (patchset #6 id:100...sdefresne2015-09-171-1/+1
* Turn components/crash into a layered component.sdefresne2015-09-171-1/+1
* Compile remoting client plugin with GNsergeyu2015-09-141-6/+5
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+2
* Make UrlRequestContextBuilder take scoped_ptr's when it takes ownershippauljensen2015-09-012-3/+6
* Move remoting/base/resources* to remoting/hostsergeyu2015-08-266-179/+0
* remoting: Remove dependency on YUV code in src/mediasergeyu2015-08-214-370/+9
* Implement QuicChannel and QuicChannelFactorysergeyu2015-08-143-9/+7
* Fix BufferedSocketWriter not to return any results from Write().sergeyu2015-07-302-7/+4
* Make use of '// static' consistent.ajose2015-07-281-2/+2
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-203-250/+116
* Pull buildtools to get GN 338735.brettw2015-07-171-1/+0
* Cleanup inconsistencies between GN and GYP in //remotingsergeyu2015-07-161-0/+1
* Move JoinString to the base namespace.brettw2015-07-152-3/+4
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-142-4/+3
* Move JoinString to the base namespace.brettw2015-07-142-3/+4
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-062-13/+17
* clang/win: Build without -Wno-null-dereference.sammc2015-06-301-1/+1
* Wait for all writes to complete before starting TLS in XmppSignalStrategysergeyu2015-06-122-20/+3
* remoting: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-123-4/+4
* Chromium changes to statically link ffmpeg.chcunningham2015-06-091-2/+2
* Revert "Chromium changes to statically link ffmpeg."chcunningham2015-06-051-2/+2
* Chromium changes to statically link ffmpeg.chcunningham2015-06-041-2/+2
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Add AllReadDataConsumed and AllWriteDataConsumed methods to SocketDataProviderrch2015-05-151-0/+8