summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-107-45/+66
* Remove cancel from RunnableFunctions.dmaclach@chromium.org2011-05-102-4/+4
* Me2Mom support in simple_host.sergeyu@chromium.org2011-05-101-70/+131
* Implemented RegisterSupportHostRequest.sergeyu@chromium.org2011-05-108-37/+430
* Revert 84722 - Implemented RegisterSupportHostRequest.sergeyu@chromium.org2011-05-107-411/+37
* Revert 84724 - Me2Mom support in simple_host.sergeyu@chromium.org2011-05-101-131/+70
* Make this into a WebApp instead of an extension.ajwong@chromium.org2011-05-103-3/+7
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-102-2/+2
* Me2Mom support in simple_host.sergeyu@chromium.org2011-05-101-70/+131
* Implemented RegisterSupportHostRequest.sergeyu@chromium.org2011-05-107-37/+411
* Added out-of-line ctor and dtor to fix clang builds.jamiewalch@chromium.org2011-05-093-0/+19
* Define NPAPI plugin target for host.dmaclach@chromium.org2011-05-094-4/+573
* Added nonce to client interface.jamiewalch@chromium.org2011-05-0910-18/+50
* Initial files for Me2Mom web-app.jamiewalch@chromium.org2011-05-096-0/+113
* Fix memory leak in EncoderVp8, and add unit-test for it.lambroslambrou@chromium.org2011-05-093-1/+49
* Tidy up the Chromoting Client JavaScript logging a little.wez@chromium.org2011-05-071-46/+18
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-0622-19/+121
* Don't crash when changing screen modes.jamiewalch@chromium.org2011-05-062-59/+109
* Support mode switch on UNIX.jamiewalch@chromium.org2011-05-063-91/+95
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-053-6/+6
* Revert 84060 - Remove cancel from RunnableFunctions.dmaclach@chromium.org2011-05-042-5/+5
* Remove cancel from RunnableFunctions.dmaclach@chromium.org2011-05-042-5/+5
* Fix Chromoting AppEngine app so it's possible to set it up.wez@chromium.org2011-05-041-11/+8
* Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost.sergeyu@chromium.org2011-05-0310-112/+144
* Cleanups in ChromotingHost.sergeyu@chromium.org2011-05-033-66/+45
* Use pixel buffer objects where supported to improve capturer speed.jamiewalch@chromium.org2011-04-291-15/+108
* Only grab the full-screen image once, not per damage rect.lambroslambrou@chromium.org2011-04-283-7/+19
* Log an error and fail to connect on invalid Host response, rather than crashing.wez@chromium.org2011-04-283-39/+74
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-261-1/+4
* Cope gracefully with scripts querying stats before client has started.wez@chromium.org2011-04-263-5/+9
* Remove StreamSocketAdapter.sergeyu@chromium.org2011-04-231-1/+0
* Use PseudoTcpAdapter in Chromotingsergeyu@chromium.org2011-04-222-87/+52
* Use AutoTaskRunner to run tasks automatically, even if validation checks fail.lambroslambrou@chromium.org2011-04-215-41/+32
* If the user selects scale-to-fit, then PepperView startssimonmorris@chromium.org2011-04-2015-53/+423
* Fix build break on the dbg-shlib botsergeyu@chromium.org2011-04-201-0/+1
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-192-0/+11
* CL 6822065 streamlined the login process by using a form.simonmorris@chromium.org2011-04-191-1/+1
* Don't flip buffer--process it with a negative stride instead.jamiewalch@chromium.org2011-04-182-16/+7
* Extend invalid_rects_ lock to protect read as well as update.jamiewalch@chromium.org2011-04-151-4/+2
* Fix up login screen for remoting.dmaclach@chromium.org2011-04-142-24/+29
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-1412-34/+38
* Add basic video stats to Chromoting client status bar.garykac@chromium.org2011-04-131-1/+28
* Revert r61181.agl@chromium.org2011-04-121-1/+0
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-2/+2
* Update wording to be more specific about the type of password required.ajwong@chromium.org2011-04-111-2/+3
* Update Chromoting app-engine to invoke sandboxed connections.ajwong@chromium.org2011-04-076-6/+138
* Fix clang buildhclam@chromium.org2011-04-052-0/+4
* Fix build breakshclam@google.com2011-04-051-5/+5
* Report capture and encode time for chromotinghclam@google.com2011-04-0514-23/+87
* Report decode and render latency for Chromotinghclam@google.com2011-04-058-12/+57