summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactoring platform-agnostic Gnubby Auth Handler logic into a Host Extension.joedow2016-02-171-17/+0
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-151-22/+2
* Extract threading logic out of MouseShapePump.sergeyu2016-02-051-4/+6
* Use std::move() instead of .Pass() in remoting/hostsergeyu2015-12-231-4/+5
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+1
* Add VideoStream interface.sergeyu2015-11-301-55/+39
* Simplify It2Me host shutdownsergeyu2015-11-241-5/+2
* Move VideoFramePump to remoting/protocolsergeyu2015-11-231-4/+4
* Make protocol::ConnectionToClient an abstract interface.sergeyu2015-11-191-0/+2
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-9/+8
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-8/+9
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-9/+8
* Fix Client doesn't handle the case when the connection is rejected by the host.kelvinp2015-10-211-0/+1
* Add UMA histograms for more detailed latency tracking on the CRD host.sergeyu2015-09-301-3/+4
* Enable lossless colour by default.wez2015-07-081-4/+6
* Update VideoFramePump to pass un-changed frames to encoders.wez2015-06-101-1/+6
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in remoting module.anujk.sharma2015-05-051-2/+3
* Logging client disconnected events (incl. the error code)lukasza2015-04-301-1/+2
* Implement video frame acknowledgements in the chromoting protocol.sergeyu2015-02-241-0/+4
* Fix ConnectionToClient to connect stubs only after authentication.sergeyu2015-02-131-27/+15
* Replace AudioScheduler with AudioPump.sergeyu2015-02-131-61/+50
* Cleanup VideoFramePump.sergeyu2015-02-131-24/+26
* Rename VideoScheduler->VideoFramePump.sergeyu2015-02-051-26/+26
* Move capture scheduling logic from VideoScheduler to CaptureScheduler.sergeyu2015-02-051-1/+3
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-4/+4
* Rename sequence_number to timestamp.sergeyu2015-01-081-3/+3
* Fix ClientSession not to log handled extension message.wez2014-10-291-1/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-6/+5
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-5/+5
* Maintaining the proper order of initialization WeakPtrFactory in "src/remoting"kulkarni.a2014-09-201-4/+4
* Remove legacy version of the control channel protocol.sergeyu2014-09-131-23/+8
* Don't print out extension message data if unrecognized.wez2014-09-051-4/+5
* Readability review.wez2014-08-291-4/+4
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-08-261-4/+4
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-121-4/+4
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-08-081-0/+1
* Add HostExtensionSessionManager to help ClientSession handle extensions.wez@chromium.org2014-07-311-59/+80
* Add basic perf tests for chromoting protocol.sergeyu@chromium.org2014-07-251-0/+2
* Remove ClientSession::EventHandler::OnSessionSequenceNumber()sergeyu@chromium.org2014-07-121-2/+0
* Host extensionsdcaiafa@chromium.org2014-05-301-1/+31
* Extend VideoControl to allow clients to request lossless modes.wez@chromium.org2014-05-301-1/+11
* Revert 273652 "Host extensions"mattm@chromium.org2014-05-301-31/+1
* Host extensionsdcaiafa@chromium.org2014-05-291-1/+31
* Implement VP9/I444 encode support in the Chromoting host.wez@chromium.org2014-05-121-1/+1
* Cause:kelvinp@chromium.org2014-04-071-0/+5
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-311-0/+2
* Revert 255208 "Add VP9 encode support to the remoting host."oshima@chromium.org2014-03-061-2/+0
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-061-0/+2
* Add gnubby authentication to remoting hostpsj@chromium.org2014-02-201-1/+16
* Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"benwells@chromium.org2014-01-311-1/+0