summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Roll closure compiler and update sourcesDevlin Cronin2016-02-0218-48/+64
* Updating XTBs based on .GRDs from branch masterKrishna Govind2016-02-0252-0/+52
* net: add BindAndListen() method to UnixDomainServerSockettfarina2016-02-021-2/+2
* Fix broken remoting webapp javascript unittest.kelvinp2016-02-017-586/+59
* This change drops the pixel_width and pixel_height arguments which are being...nisse2016-02-011-1/+1
* Simplify message parsing.sergeyu2016-01-3027-173/+121
* Remove dcaiafa@ from remoting/OWNERS.wez2016-01-301-1/+0
* Remove done notifications from incoming message handlers.sergeyu2016-01-3019-273/+70
* Minor cleanups in SessionConnector.java.sergeyu2016-01-302-35/+41
* Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc...erikchen2016-01-301-1/+6
* Add support for test flags in Android client. Add useWebrtc flag.sergeyu2016-01-298-59/+125
* Fix status bar visibility issue on pre-Marshmallow devicesjoedow2016-01-291-0/+25
* Add performance test for WebRTC protocol.sergeyu2016-01-294-26/+289
* 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