summaryrefslogtreecommitdiffstats
path: root/remoting/client/jni/chromoting_jni_instance.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ServiceUrls to remoting/hostsergeyu2016-03-241-4/+4
* Revert of Move ServiceUrls to remoting/host (patchset #4 id:80001 of https://...aberent2016-03-241-4/+4
* Show max latency on client's status baryuweih2016-03-231-5/+14
* Move ServiceUrls to remoting/hostsergeyu2016-03-231-4/+4
* Revert of Show max latency on client's status bar (patchset #8 id:140001 of h...newt2016-03-231-13/+5
* Show max latency on client's status baryuweih2016-03-221-5/+13
* Reduce APK size by disabling WebRTC.yuweih2016-03-171-1/+2
* Use ClientAuthenticationConfig in PairingClientAuthenticatorsergeyu2016-03-121-1/+1
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-121-34/+22
* Revert of Move NegotiatingClientAuthentication creation to ChromotingClient. ...alexmos2016-03-111-22/+34
* Move NegotiatingClientAuthentication creation to ChromotingClient.sergeyu2016-03-111-34/+22
* Replace ThirdPartyClientAuthenticator::TokenFetcher with a callback.sergeyu2016-03-101-23/+16
* Cleanup AuthenticationMethod usage.sergeyu2016-03-091-9/+1
* Simplify AuthenticationMethod type and PIN hash handling.sergeyu2016-03-041-6/+6
* Use UrlRequest in PortAllocator.sergeyu2016-02-111-10/+8
* Add support for test flags in Android client. Add useWebrtc flag.sergeyu2016-01-291-9/+20
* Use std::move() instead of .Pass() in remoting/*sergeyu2015-12-241-3/+5
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* Add TransportContext class.sergeyu2015-12-161-10/+10
* Adding initial touch methods and data structures for Android Remoting client.joedow2015-10-281-0/+12
* Add TransportSession interface to prepare for WebRTC-based transport.sergeyu2015-10-281-2/+2
* Improve roundtrip stats calculation in the clientsergeyu2015-10-011-12/+0
* Move ownership of PerformanceTracker out of video renderers.sergeyu2015-09-171-9/+11
* Rename/Move ChromotingStats->protocol::PerformanceTrackersergeyu2015-09-171-11/+13
* Use scan codes when sending keyboard events froms physical keyboard.sergeyu2015-09-091-3/+11
* remoting: Simplify FrameConsumer interface and remove FrameProducer interface.sergeyu2015-08-201-53/+19
* Implement common stats-update method for use by multiple video-renderers.anandc2015-08-141-8/+5
* Allow shaped-desktop hosts to send shape only when it changes.wez2015-07-171-11/+11
* Use standard ICE in Chromoting.sergeyu2015-04-231-1/+2
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-2/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-1/+2
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-2/+1
* Use standard ICE in Chromoting.sergeyu2015-04-231-1/+2
* Android Chromoting: Fix memory leak on disconnecting session.lambroslambrou2015-04-231-1/+1
* Remove ClientLogin support from remoting hostsergeyu2015-03-021-1/+0
* Suspend video channel when Android Chromoting client is backgrounded.lambroslambrou2015-02-121-0/+13
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-7/+3
* Capabilities + Extensions + Cast Support for Android clientaiguha@chromium.org2014-08-151-4/+31
* Chromoting: Synchronize connected/disconnected state between Java/C++lambroslambrou@chromium.org2014-08-121-1/+1
* Deallocate ChromotingJniInstance members on disconnection.lambroslambrou@chromium.org2014-07-221-4/+18
* Remove remoting/jingle_gluesergeyu@chromium.org2014-07-171-8/+9
* Enable Third Party Auth for Androidkelvinp@chromium.org2014-07-161-0/+1
* Cleanups in ChromotingClientsergeyu@chromium.org2014-07-121-42/+32
* Pull out common code from client and host versions of LogToServerlambroslambrou@chromium.org2014-07-101-8/+8
* Move ServiceUrls to remoting/base.sergeyu@chromium.org2014-07-011-3/+5
* Fix Desktop.dispatchKeyEvent() to return correct result.sergeyu@chromium.org2014-06-191-15/+23
* Third Party Authentication for Android Part II - Java Native Interface plumbingkelvinp@chromium.org2014-06-101-6/+42
* Third Party Authentication for Android Part I - TokenFetcherProxy.kelvinp@chromium.org2014-06-061-0/+10
* Initialize JingleThreadWrapper in the Android clientsergeyu@chromium.org2014-05-271-0/+3
* Pull out common code from client and host versions of ServerLogEntry.lambroslambrou@chromium.org2014-05-221-2/+2