summaryrefslogtreecommitdiffstats
path: root/remoting/base
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, remoting/ edition.rsleevi@chromium.org2013-02-061-2/+2
* Make host/url references configurable.rmsousa@chromium.org2013-02-052-4/+0
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-188-357/+15
* Launch the host under LocalService account at low integrity level with all pr...alexeypa@chromium.org2012-12-112-0/+199
* Enable crash-reporting for Mac host, for users who opt in.lambroslambrou@chromium.org2012-12-101-2/+1
* Remove unused APIs from the AutoThreadTaskRunner interface.wez@chromium.org2012-12-073-110/+23
* Added support of keyboard, mouse and clipboard events to DesktopSessionAgent.alexeypa@chromium.org2012-11-303-0/+69
* Mac Breakpad integration for Chromoting Host (disabled for now)lambroslambrou@chromium.org2012-11-301-2/+57
* Do not include memory referenced by locals and other stack memory to the dump...alexeypa@chromium.org2012-11-281-4/+2
* Add COM initialization support to AutoThread.wez@chromium.org2012-11-283-11/+169
* Revert 169595 - Add AutoThread types for Windows that initialize COM.joi@chromium.org2012-11-273-148/+11
* Add AutoThread types for Windows that initialize COM.wez@chromium.org2012-11-273-11/+148
* DesktopSessionAgent now hosts the video capturer and provides necessary plumb...alexeypa@chromium.org2012-11-273-9/+9
* Adding support of shared memory buffers to the video capturer (Windows only).alexeypa@chromium.org2012-11-205-7/+203
* Native remoting host configurer for linux.sergeyu@chromium.org2012-11-172-4/+6
* Revert 168349 - Native remoting host configurer for linux.sergeyu@chromium.org2012-11-172-6/+4
* Native remoting host configurer for linux.sergeyu@chromium.org2012-11-172-4/+6
* Revert 167794 - Native remoting host configurer for linux.ilevy@chromium.org2012-11-152-6/+4
* Native remoting host configurer for linux.sergeyu@chromium.org2012-11-152-4/+6
* replace verify-webapp.py script with verify_resources.pysergeyu@chromium.org2012-11-121-2/+5
* Rename SocketReaderBase to SocketReader and move it to remoting/basesergeyu@chromium.org2012-11-102-0/+127
* Move Chromoting strings to string_resources.grd and simplify remoting_resourc...sergeyu@chromium.org2012-11-061-1/+1
* Revert "Move Chromoting strings to string_resources.grd and simplify remoting...phajdan.jr@chromium.org2012-11-051-1/+1
* Move Chromoting strings to string_resources.grd and simplify remoting_resourc...sergeyu@chromium.org2012-11-051-1/+1
* Revert 166003 - Move Chromoting strings to string_resources.grd and simplify ...sergeyu@chromium.org2012-11-051-1/+1
* Move Chromoting strings to string_resources.grd and simplify remoting_resourc...sergeyu@chromium.org2012-11-051-1/+1
* Revert 165605 - Fix branding in chromoting string resources.hbono@chromium.org2012-11-021-1/+1
* Fix branding in chromoting string resources.sergeyu@chromium.org2012-11-021-1/+1
* Remove ZLib codec support from chromoting host and client.sergeyu@chromium.org2012-10-1812-664/+0
* Add common_resources.grd for non-localizeable chromoting resources.sergeyu@chromium.org2012-10-172-5/+32
* Revert 162226 - Add common_resources.grd for non-localizeable chromoting reso...ericu@chromium.org2012-10-162-32/+5
* Add common_resources.grd for non-localizeable chromoting resources.sergeyu@chromium.org2012-10-162-5/+32
* Add grd file for chromoting resources.sergeyu@chromium.org2012-10-114-0/+78
* Initial implementation of AutoThread.wez@chromium.org2012-10-103-0/+369
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-2/+1
* [Chromoting] Allow tasks to be posted to the plugin thread while a plugin ins...alexeypa@chromium.org2012-10-012-27/+270
* [Chromoting] Remove CHECK() when posting a message to the plugin thread durin...alexeypa@chromium.org2012-09-261-8/+2
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-051-2/+2
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-043-0/+227
* Moved the video encoders/decoders to the codec directory.kxing@chromium.org2012-08-2318-2125/+0
* [Chromoting] Launch the host process elevated via ShellExecuteEx().alexeypa@chromium.org2012-08-161-1/+1
* [Chromoting] Moving common logic responsible for launching child processes to...alexeypa@chromium.org2012-08-101-1/+3
* Cleaned up usage of std::wstring in src/remoting. Added presubmit warning sup...alexeypa@chromium.org2012-08-071-6/+7
* Introducing remoting::Stoppable helper base class implementing asynchronous s...alexeypa@chromium.org2012-07-312-0/+104
* [Chromoting] Re-enable a unit test.simonmorris@chromium.org2012-07-311-5/+4
* [Chromoting] Disable a unit test in which win_tsan and mac_valgrind catch leaks.simonmorris@chromium.org2012-07-301-4/+5
* [Chromoting] Add unit tests for up- and down-scaling.simonmorris@chromium.org2012-07-283-77/+164
* Replace PluginMessageLoopProxy with PluginThreadTaskRunner.sergeyu@chromium.org2012-07-272-21/+21
* [Chromoting] Add a unit test to verify that the VP8 codec doesn't change colo...simonmorris@chromium.org2012-07-273-3/+120
* Fix EncoderVp8 for odd-height images.wez@chromium.org2012-07-212-44/+33