summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...alexeypa@chromium.org2013-06-217-263/+17
* Chromoting Host: Don't listen for PRIMARY selection changeslambroslambrou@chromium.org2013-06-211-4/+2
* Change the daemon start type to 'manual' if the host ID has been deleted.alexeypa@chromium.org2013-06-218-20/+83
* Update the include paths of message_loop_proxy.htfarina@chromium.org2013-06-201-1/+0
* Generate a unique terminal ID and use it to associate the RDP connection with...alexeypa@chromium.org2013-06-2015-454/+171
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-182-4/+4
* Configure security of the elevated controller in runtime.alexeypa@chromium.org2013-06-185-82/+136
* Changes to PairingRegistry to facilitate per-platform implementions.jamiewalch@chromium.org2013-06-181-2/+2
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-171-1/+1
* remoting: Change daemon_controller_mac from .cc to .mm.thakis@chromium.org2013-06-171-6/+0
* Revert 206507 "Move message_pump to base/message_loop."brettw@chromium.org2013-06-142-4/+4
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-142-4/+4
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-141-1/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/.dcheng@chromium.org2013-06-142-3/+3
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-131-0/+1
* Make security team OWNERS for all IPC *_messages*.h files.palmer@chromium.org2013-06-121-7/+7
* Add notification when the host successfully starts.rmsousa@chromium.org2013-06-124-9/+50
* Fix aura build for remoting_hostlambroslambrou@chromium.org2013-06-122-0/+24
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-10/+12
* Use sudo in remoting init.d script to get a clean per-user environmentlambroslambrou@chromium.org2013-06-111-8/+15
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-1139-45/+45
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-1012-11/+12
* Add host-side rate-limiting to desktop resize events.jamiewalch@chromium.org2013-06-096-10/+130
* Fix VideoScheduler to set client_sequence_number in video packets.sergeyu@chromium.org2013-06-082-6/+6
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-5/+6
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-0730-31/+31
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-0732-129/+325
* Refactor net::NetLog to provide implementation of observer pattern, not just ...kouhei@chromium.org2013-06-072-33/+23
* Use a weak pointer to post service control events and session change notifica...alexeypa@chromium.org2013-06-075-59/+60
* Revert 204861 "Refactor net::NetLog to provide implementation of..."kouhei@chromium.org2013-06-072-23/+33
* Refactor net::NetLog to provide implementation of observer pattern, not just ...kouhei@chromium.org2013-06-072-33/+23
* Make some Windows code use "if (weak_ptr)" styleakalin@chromium.org2013-06-072-4/+4
* Make some OS X code use "if (weak_ptr)" styleakalin@chromium.org2013-06-073-3/+3
* Make some non-Linux code use "if (weak_ptr)" styleakalin@chromium.org2013-06-072-4/+4
* Disable audio in an RDP session.alexeypa@chromium.org2013-06-061-0/+23
* Fix Windows use of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-052-4/+4
* Fix OS X use of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-053-3/+3
* Fix non-Linux uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-052-4/+4
* Send enums as strings between Chromoting Native Messaging host and web-app.lambroslambrou@chromium.org2013-06-043-19/+49
* Emulate pressing Ctrl+Alt+End making the RDP ActiveX control to send Secure A...alexeypa@chromium.org2013-06-0410-6/+153
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-047-11/+58
* Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-048-28/+28
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-0120-70/+65
* Use camelCase for JSON key names in Chromoting Native Messaging interfacelambroslambrou@chromium.org2013-06-012-6/+6
* Fixed a typo in DesktopSessionProxy::SetScreenResolution().alexeypa@chromium.org2013-05-312-1/+39
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-302-2/+2
* Initialize CPU-specific features in media when starting the host.alexeypa@chromium.org2013-05-301-0/+4
* Do not allow "curtained" connections on Windows XP/2003...alexeypa@chromium.org2013-05-301-0/+6
* unittests for Chromoting native messaging host.lambroslambrou@chromium.org2013-05-309-21/+879
* Remove all but one use of WeakPtrFactory::DetachFromThread. wez@chromium.org2013-05-291-7/+5