summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Use UrlRequest in PortAllocator.sergeyu2016-02-1124-568/+250
* Roll closure compilerDevlin Cronin2016-02-117-29/+46
* Add remoting::UrlRequest interface with 2 implementationssergeyu2016-02-118-1/+347
* Delete PolicyWatcherTest.TestRealChromotingPolicyjamiewalch2016-02-111-65/+0
* Reland: Refactor Chromoting JNI code to use jni/Client (Java changes only).lambroslambrou2016-02-1116-380/+568
* Remove AsyncResult::RESULT_FAILED_DIRECTORY. It's not used anywhere other tha...jamiewalch2016-02-113-8/+1
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-103-8/+20
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-103-20/+8
* Remove touch size clamping TODOrkuroiwa2016-02-101-2/+3
* Refactor gmock_mutant.htzik2016-02-102-4/+8
* Revert of Refactor Chromoting JNI code to use jni/Client (Java changes only)....hartmanng2016-02-1016-565/+380
* Roll WebRTC 11523:11548, Libjingle 11522:11545kjellander2016-02-108-16/+16
* Refactor Chromoting JNI code to use jni/Client (Java changes only).lambroslambrou2016-02-1016-380/+565
* Fix IceTransportTest.TestBrokenTransportsergeyu2016-02-093-22/+36
* Avoid extra framing in WebRTC data streams.sergeyu2016-02-094-173/+133
* Fix ChromotingInstance to use ChromotingConnection only after Start().sergeyu2016-02-091-9/+9
* update obsolete code.google.com documentation linksmostynb2016-02-081-1/+1
* Add policy to restrict client domain for Me2Me.jamiewalch2016-02-0813-61/+200
* Moving Gnubby* files to a new directory.joedow2016-02-0817-73/+122
* Updating XTBs based on .GRDs from branch masterKrishna Govind2016-02-081-14/+14
* Remove logging of unused and deprecated PeerConnection::Observer callbacksperkj2016-02-082-12/+0
* Exit remote assistance when stop sharing is clicked in public session.kelvinp2016-02-061-0/+2
* Extract threading logic out of MouseShapePump.sergeyu2016-02-0510-161/+360
* Creating remote_security_key target and initial exe shelljoedow2016-02-057-0/+87
* Roll WebRTC 11486:11495, Libjingle 11485:11495kjellander2016-02-056-5/+6
* Move HelpActivity class into org.chromium.chromoting.help package.lambroslambrou2016-02-044-5/+4
* Add MessageChanneFactory interface and use it in ChannelDispatcherBase.sergeyu2016-02-0423-176/+325
* Remove DEPRECATED_java_in_dir in remoting/android.lambroslambrou2016-02-042-6/+62
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Fixing an agument swap typo that was introduced during a refactoring for pin ...nicholss2016-02-031-1/+1
* Add MessagePipe interface. Use it in ChannelDispatcherBase.sergeyu2016-02-0316-53/+215
* IPC::Message -> base::Picklerockot2016-02-032-22/+31
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Reland of ll closure compiler and update sources (patchset #1 id:1 of https:/...mathp2016-02-0318-48/+64
* Revert of Roll closure compiler and update sources (patchset #6 id:140001 of ...mathp2016-02-0318-64/+48
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-02-031-6/+1
* 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