summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update ChromiumPacketSocket factory to apply PacketOptions it receives."Sergey Ulanov2016-01-201-8/+1
* 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
* Disable flaky Ice/ConnectionTest.* tests.dcheng2015-12-311-1/+3
* Remove random lonely semicolons.thestig2015-12-301-1/+1
* Remoting: Remove references to POSIX shared memory.erikchen2015-12-296-33/+22
* Move ownership of Transport out of Session.sergeyu2015-12-2842-642/+546
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-1/+3
* remoting: use VerifyHostPinHash() in place on IsPinValid()tfarina2015-12-273-63/+5
* Revert of remoting: use VerifyHostPinHash() in place on IsPinValid() (patchse...lukasza2015-12-243-5/+62
* remoting: use VerifyHostPinHash() in place on IsPinValid()tfarina2015-12-243-62/+5
* Include <utility> in files that use std::move() in remoting/protocol.sergeyu2015-12-2451-0/+94
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-2446-203/+227
* Revert of remoting: use VerifyHostPinHash() in place on IsPinValid() (patchse...lukasza2015-12-233-5/+62
* remoting: use VerifyHostPinHash() in place on IsPinValid()tfarina2015-12-233-62/+5
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-23102-573/+623
* Use std::move() instead of scoped_ptr<>::Pass() in remoting/protocolsergeyu2015-12-2255-173/+170
* Switch to standard integer types in remoting/.avi2015-12-22269-253/+612
* Switch to standard integer types in remoting/host/.avi2015-12-22269-204/+527
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-12-221-2/+2
* Move JniInterface.ConnectionListener to top-level classlambroslambrou2015-12-184-90/+96
* Start WebrtcConnectionToHost.sergeyu2015-12-189-113/+273
* Adding unit tests for TouchInputStrategy class.joedow2015-12-182-7/+538
* Eliminate HICON leaks caused by creating icons from bitmap image.anpol2015-12-182-7/+9