summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Suppress key-repeat on Linux hostlambroslambrou@chromium.org2012-03-071-2/+31
* Don't crash in ~HostNPScriptObject() when the object wasn't initialized.sergeyu@chromium.org2012-03-066-63/+54
* Convert uses of int ms to TimeDelta in jingle and remoting.tedvessenes@gmail.com2012-03-051-1/+1
* Making the me2me host compiling and running on Windows. This includes making ...alexeypa@chromium.org2012-03-026-84/+342
* Added ScopedPrinterHandlevitalybuka@chromium.org2012-03-021-8/+1
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-022-3/+3
* Set incoming_only flag on the host side when NAT traversal is disabled.sergeyu@chromium.org2012-03-022-4/+5
* Chromoting service now launches the host process in the session the is curren...alexeypa@chromium.org2012-03-014-14/+377
* The chromoting host expands dirty regions to a set of 16x16 blocks,simonmorris@chromium.org2012-02-284-7/+317
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+1
* Add functions to expand PostDelayedTask interface.tedvessenes@gmail.com2012-02-261-4/+4
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-266-7/+9
* Inject key-up events between key-down repeats, so that X sees the repeats.wez@chromium.org2012-02-251-2/+13
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-256-9/+7
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-256-7/+9
* Renaming remoting_host_service*.* -> host_service*.* to make class names and ...alexeypa@chromium.org2012-02-254-8/+8
* Rename PepperSession to JingleSession.sergeyu@chromium.org2012-02-241-2/+2
* Revert 123513 - The chromoting host expands dirty regions to a set of 16x16 b...simonmorris@chromium.org2012-02-244-317/+7
* The chromoting host expands dirty regions to a set of 16x16 blocks,simonmorris@chromium.org2012-02-244-7/+317
* Implemented the infrustructure for monitoring sessions attaching to and detac...alexeypa@chromium.org2012-02-246-12/+313
* Delete Session and SessionManager object synchronously.sergeyu@chromium.org2012-02-242-21/+3
* Use scoped_ptr to pass ownership in SignalStrategy.sergeyu@chromium.org2012-02-238-41/+40
* Switch host to the new signaling code.sergeyu@chromium.org2012-02-221-2/+5
* Fix VK -> XK mapping for VK_LSHIFT -> XK_Shift_L (and _R versions).garykac@chromium.org2012-02-171-5/+5
* Respect NAT traversal policy in the Me2Me host.sergeyu@chromium.org2012-02-167-26/+93
* Revert 121840 - Make scoped dc objects smartercpu@chromium.org2012-02-141-2/+2
* Make scoped dc objects smartercpu@chromium.org2012-02-141-2/+2
* Added support for stop/start and set PIN.jamiewalch@google.com2012-02-131-0/+2
* The Chromoting service can now be started and stopped, running an empty messa...alexeypa@chromium.org2012-02-102-17/+197
* 1. Implemented installation and uninstallation code for the Chromoting service.alexeypa@chromium.org2012-02-104-50/+364
* Use a different exit-code to signal Me2Me Host not registered.lambroslambrou@chromium.org2012-02-081-1/+3
* The chromoting host uses heartbeat sequence IDs.simonmorris@chromium.org2012-02-083-53/+227
* Skeleton of the Chromoting service for Windows.alexeypa@chromium.org2012-02-081-0/+146
* Added daemon process NPAPI.jamiewalch@chromium.org2012-02-076-31/+329
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-028-31/+51
* Virtual Me2Me Host: Exit process if Host ID is invalid.lambroslambrou@chromium.org2012-02-011-0/+15
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-271-3/+3
* Don't delete memory passed to openlog/syslog.lambroslambrou@chromium.org2012-01-271-2/+11
* Remove platform code from HostEventLoggerlambroslambrou@chromium.org2012-01-271-22/+0
* Log client IP addresses to syslog in Me2Me host.lambroslambrou@chromium.org2012-01-274-6/+27
* Enable NAT traversal in remoting_simple_host.sergeyu@chromium.org2012-01-261-2/+2
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-263-11/+6
* More plumbing for logging connection IP addresseslambroslambrou@google.com2012-01-256-4/+37
* Enable V2 authentication for Me2Me host.sergeyu@chromium.org2012-01-244-19/+40
* The chromoting hosts log an "IT2Me or Me2Me" field to the server.simonmorris@chromium.org2012-01-219-7/+79
* Refactor system event logging into platform-specific classes.lambroslambrou@chromium.org2012-01-195-4/+85
* Log client jid for rejected clients.sergeyu@chromium.org2012-01-1810-12/+12
* Remove set_it2me() from ChromotingHost.sergeyu@chromium.org2012-01-185-39/+37
* Add ChromotingHost::RemoveStatusObserver().sergeyu@chromium.org2012-01-1712-45/+63
* Make sure that ScreenRecorder is never reused for multiple connections.sergeyu@chromium.org2012-01-142-17/+18