summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Add WebRTC support in ChromotingClientsergeyu2016-01-282-11/+28
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-284-37/+1
* Fix FakePortAllocator to keep reference to TransportContext.sergeyu2016-01-282-6/+12
* Revert of Fix flaky remoting webapp javascript unittest. (patchset #1 id:1 of...gcasto2016-01-285-7/+560
* remoting: Add AttachmentBroker for daemon and desktop processessergeyu2016-01-275-6/+44
* [Reland] [Android] Set enable_remoting=true by defaultpkotwicz2016-01-271-11/+13
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-271-2/+2
* Fix flaky remoting webapp javascript unittest.kelvinp2016-01-275-560/+7
* Ensure no-hosts view doesn't appear while loadingrkjnsn2016-01-261-16/+29
* Isloate multi-process code in remoting_me2me_host.ccsergeyu2016-01-261-28/+18
* Fix enable_cardboard/enable_cast for GN build of remoting/android.lambroslambrou2016-01-263-8/+12
* Fix crash on It2Me host.kelvinp2016-01-261-1/+1
* Remove invalid CHECK() from DesktopSessionAgent::OnCaptureCompleted.sergeyu2016-01-251-3/+0
* Don't end closing namespace comments with ;Nico Weber2016-01-251-1/+1
* Fix relay session response parsing in PortAllocatorBase.sergeyu2016-01-211-1/+1
* Implement new video encoder performance tests, for VP9/VP8 comparison.sergeyu2016-01-2012-118/+409
* Fix DesktopSessionAgent to pass shared buffer handle to the capturer.sergeyu2016-01-201-2/+14
* GN: Drop enable_pnacl and enable_nacl_untrusted variablesmcgrathr2016-01-204-5/+5
* net: move more functions out of net_util.htfarina2016-01-202-2/+2
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-204-5/+5
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-01-191-6/+1
* Implement client-side video stream support for WebRTC-based protocol.sergeyu2016-01-1914-14/+344
* Update ChromiumPacketSocket factory to apply PacketOptions it receives.sergeyu2016-01-161-1/+8
* Fix remoting_apk compile when is_component_build = trueagrieve2016-01-153-17/+13
* Don't use chrome_apk_version_code in remoting_apk.agrieve2016-01-151-3/+0
* GN: Fix remoting_test_apk compile when is_chrome_branded=trueagrieve2016-01-153-4/+41
* Measures host heartbeat freshness.kelvinp2016-01-146-48/+82
* Better error reporting when the plugin crashed.kelvinp2016-01-145-6/+25
* Fix BufferedSocketWriter to buffer everything before it starts writing.sergeyu2016-01-146-43/+65
* Move bit_cast from base/macros.h to its own headertapted2016-01-141-0/+1
* Fix script error on disconnect.kelvinp2016-01-141-3/+8
* Fix PepperPortAllocatorSession to initialize callback_factory_.sergeyu2016-01-131-1/+2
* Fix a typo in WebrtcVideoStream::Start() which causes the host to crash.sergeyu2016-01-131-1/+1
* Fixing a problem with scrolling in simulated touch mode.joedow2016-01-121-0/+5
* Simplify PortAllocatorBase and make PortAllocator creation synchronous.sergeyu2016-01-1118-434/+265
* Changing the input mode toggling mechanism for the Android CRD appjoedow2016-01-117-27/+21
* Implement missing features in WebrtcVideoStream.sergeyu2016-01-105-42/+103
* Faster YUV conversion in WebrtcVideoCapturerAdapter.sergeyu2016-01-095-73/+104
* Move and rename cricket::HttpPortAllocatorBasesergeyu2016-01-0811-108/+332
* Add --disable-authentication flag in me2me host.sergeyu2016-01-081-15/+13
* Rename KEY_ constants to avoid conflict with <linux/input.h>kpschoedel2016-01-072-25/+25
* remoting webrtc: Create events channel on the client instead of on the hostsergeyu2016-01-069-57/+118
* Update Keystone to 1.2.3.738.Jamie Walch2016-01-061-0/+0
* Don't wait for receiving state in IceTransportChannel.sergeyu2016-01-062-10/+4
* Fix and enable Ice/ConnectionTest testssergeyu2016-01-061-7/+15
* Pass VideoRenderer interface to ConnectionToHost.sergeyu2016-01-0513-20/+120
* Add GetFrameConsumer() in VideoRenderer.sergeyu2016-01-0516-25/+62
* Move VideoRenderer to remoting/protocolsergeyu2016-01-0511-25/+27
* Update SSLServerSocket::CreateSSLServerSocket to take key as const refmaniscalco2016-01-051-1/+1
* Rewrite most of the scopers in //base/mac to use ScopedTypeRef or ScopedGeneric.Robert Sesek2016-01-041-9/+9