summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Fix CandidateSessionConfig copy constructor to copy all fields.sergeyu2015-05-061-8/+1
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in remoting module.anujk.sharma2015-05-051-4/+0
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* Route OCSP stapling through CertVerifier.davidben2015-04-271-0/+1
* Use base::ResetAndReturn() in remoting.sergeyu2015-04-255-23/+10
* Pass in a non-null CertVerifier into SSLClientSocket.davidben2015-04-246-20/+97
* Use standard ICE in Chromoting.sergeyu2015-04-2319-299/+716
* Update {virtual,override} to follow C++11 style in remoting.nick2015-04-231-1/+1
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-2319-715/+298
* Use standard ICE in Chromoting.sergeyu2015-04-2319-298/+715
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-2319-715/+298
* Use standard ICE in Chromoting.sergeyu2015-04-2319-298/+715
* Fix LibjingleTransport not to wait for channel to be writable.sergeyu2015-04-151-19/+10
* Fix intermittent connection failure in CRD.sergeyu2015-04-152-0/+23
* [Chromoting] Update client connection enums in JS to match C++.garykac2015-03-251-1/+1
* Move all protocol event matchers to test_event_matchers.hrkuroiwa2015-03-136-98/+180
* Detect and release stuck modifier keys.jamiewalch2015-03-122-0/+30
* Adding the base ChromotingInstance implementation and unittests. This class ...joedow2015-03-117-176/+412
* Connect HostEventDispatcher to InputInjector for touch eventsrkuroiwa2015-03-062-0/+49
* Add remoting and PPAPI tests to GN buildbrettw2015-03-041-7/+67
* Malformed PortRange or ThirdPartyAuthConfig should trigger OnPolicyError.lukasza2015-03-038-89/+143
* Revert of Add remoting and PPAPI tests to GN build (patchset #6 id:100001 of ...cpu2015-03-021-68/+7
* Add remoting and PPAPI tests to GN buildbrettw2015-03-021-7/+68
* Revert of Add remoting and PPAPI tests to GN build (patchset #7 id:120001 of ...eroman2015-02-271-68/+7
* Add remoting and PPAPI tests to GN buildbrettw2015-02-271-7/+68
* Add touch events to the protocol, the stub layer, and to the client plugin.rkuroiwa2015-02-269-5/+178
* Move BufferedSocketWriter from remoting/protocol to remoting/basesergeyu2015-02-269-563/+2
* Implement video frame acknowledgements in the chromoting protocol.sergeyu2015-02-2410-8/+322
* Work on GN Win64 build.brettw2015-02-181-1/+4
* Fix ConnectionToClient to connect stubs only after authentication.sergeyu2015-02-135-43/+37
* Fix LibjingleTransport to notify about route changes only when connected.sergeyu2015-02-031-28/+41
* Undef of GetMessage is not needed.vitalybuka2015-01-301-4/+0
* Renamed GetMessage into GetNextMessage.vitalybuka2015-01-291-2/+2
* Cleanup channel dispatcherssergeyu2015-01-1028-297/+243
* replace NULL->nullptr in src/remoting.sergeyu2015-01-0947-116/+119
* Rename sequence_number to timestamp.sergeyu2015-01-087-21/+21
* Hide the cursor on the client when it is hidden on the hostkelvinp2015-01-061-2/+2
* gn format // (the rest, except mojo)scottmg2014-12-031-7/+6
* Fix connection type reportingdcaiafa2014-11-261-10/+32
* Break out Chromoting plugin's cursor & mouse-lock handling.wez2014-11-242-0/+15
* Use uint16 for port numbers more pervasively.pkasting2014-11-204-19/+19
* Share sources between GYP and GN in remotingkelvinp2014-11-131-133/+8
* Update Chromium for webrtc r7656.pkasting2014-11-073-11/+11
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-062-2/+0
* Roll WebRTC 7546:7549.hellner2014-10-317-12/+12
* Revert "Roll WebRTC 7546:7549."Mike Wittman2014-10-297-12/+12
* Roll WebRTC 7546:7549.hellner2014-10-297-12/+12
* Cleanup: Remove more unused timer.h includes.thestig2014-10-291-1/+0
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-2812-26/+17
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-2152-360/+329