summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-2040-623/+477
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+2
* Cleanup inconsistencies between GN and GYP in //remotingsergeyu2015-07-161-1/+2
* Move remoting-specific adapters from jingle/glue to remoting/protocolsergeyu2015-07-069-8/+1579
* Sign CertificateVerify messages on a background thread.davidben2015-07-011-2/+7
* Turning ecdhe off for remoting clients.joedow2015-06-231-2/+3
* Remove unnecessary message_loop_proxy.h includesskyostil2015-06-176-6/+0
* Require ECDHE cipher in remoting client.sergeyu2015-06-161-0/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Touch Events capability negotiationrkuroiwa2015-06-051-0/+20
* Share duplicated USB key-code definitions.jamiewalch2015-05-283-13/+38
* Fix ClientVideoDispatcher not to crash during shutdown.sergeyu2015-05-272-4/+8
* Added class to subscribe to GCD notifications over XMPP.jrw2015-05-191-3/+2
* Collect all ConnectionAttempts from both sockets in TransportConnectJob.ttuttle2015-05-153-0/+16
* Fix MessageReader to pass errors to the channelsergeyu2015-05-148-53/+110
* Use cipher suite config options in SSLServerSocketOpenSSL.sergeyu2015-05-131-1/+1
* Revert of Use cert config options in SSLServerSocketOpenSSL. (patchset #4 id:...benwells2015-05-131-1/+1
* Use cipher suite config options in SSLServerSocketOpenSSL.sergeyu2015-05-121-1/+1
* Refactor the API for CertVerifier::Verify() and the implementation of MultiTh...eroman2015-05-111-5/+1
* Rename ui/events/keycodes/dom[34]/ into .../dom/kpschoedel2015-05-111-1/+1
* 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