summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Fixed typos.jamiewalch@chromium.org2012-07-141-6/+6
* Rolling libjingle to 159.ronghuawu@chromium.org2012-07-142-2/+6
* Piping for host-side audio capturekxing@chromium.org2012-07-1310-20/+300
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-123-24/+12
* remoting: Fix typo in TODO.tfarina@chromium.org2012-07-121-1/+1
* Support remoting of all monitors on multi-monitor Windows systemswez@chromium.org2012-07-121-117/+63
* remoting/host: Fix cpplint warning of header guards.tfarina@chromium.org2012-07-1011-37/+37
* Switch to TimeDelta interfaces for WaitForExitCodeWithTimeout in remoting/host.tedvessenes@gmail.com2012-07-092-4/+5
* Don't post NULL tasks from ChromotingHost::Start().sergeyu@chromium.org2012-07-091-25/+31
* [Chromoting] Add unit tests for ChromotingHost's OnSessionRouteChange and Dis...simonmorris@chromium.org2012-07-031-0/+44
* [Chromoting] Factor duplicated code out of the ChromotingHost unit tests.simonmorris@chromium.org2012-07-031-291/+241
* [Chromoting] Initialise a SkISize member.simonmorris@chromium.org2012-07-031-1/+3
* Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host.sergeyu@chromium.org2012-07-0327-327/+460
* [Chromoting] Fix memory leaks in ChromotingHost unit tests.simonmorris@chromium.org2012-07-021-3/+10
* Remove Message::Sender and Channel::Listener typedefs.brettw@chromium.org2012-06-292-4/+4
* [Chromoting] Add unit tests for ChromotingHost::OnIncomingSession.simonmorris@chromium.org2012-06-292-10/+124
* Roll libjingle 153:157sergeyu@chromium.org2012-06-291-1/+5
* Fix broken MUI strings.alexeypa@chromium.org2012-06-281-2/+2
* Enable logging for remoting_simple_hostsergeyu@chromium.org2012-06-281-1/+13
* Addressing remaining Breakpad integration issues:alexeypa@chromium.org2012-06-272-4/+14
* [Chromoting] Remove test code that got checked in with review comments.garykac@chromium.org2012-06-271-2/+1
* Do not try to use elevation on XP/W2K3. Instead activate "as invoker" and fai...alexeypa@chromium.org2012-06-271-14/+32
* Fixing a crash when cursor share is changing.alexeypa@chromium.org2012-06-271-1/+2
* [Chromoting] Add param to handle installer signing cert for Mac installer.garykac@chromium.org2012-06-271-5/+14
* A workaround for XP/W2K3 problem allowing to start a process in a session bef...alexeypa@chromium.org2012-06-265-47/+354
* [Chromoting] Add a ChromotingHost unit test for authentication failure.simonmorris@chromium.org2012-06-261-14/+42
* Emulate Secure Attention Sequence on XP by injecting Ctrl-Alt-Delete as a hot...alexeypa@chromium.org2012-06-263-2/+52
* Call SetProcessDPIAware only on Vista and above.alexeypa@chromium.org2012-06-261-1/+15
* Make the host installation compatible with XP/W2K3:alexeypa@chromium.org2012-06-261-6/+42
* [Chromoting] Add a ChromotingHost unit test for rejecting client authentication.simonmorris@chromium.org2012-06-262-10/+42
* CHromoting: make the host plugin to be compatible with XP/W2K3.alexeypa@chromium.org2012-06-261-2/+9
* Make sure the window class name lives long enough to be seen by RegisterClass...alexeypa@chromium.org2012-06-261-1/+1
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-2/+3
* Using base::ScopedNativeLibrary to control lifetime of dynamically-loaded lib...alexeypa@chromium.org2012-06-252-39/+27
* Fixing a crash in HostPortAllocatorSession::OnURLFetchComplete().alexeypa@chromium.org2012-06-251-4/+6
* Remove UrlFetcher from remoting and use the one in net instead.jamiewalch@chromium.org2012-06-236-417/+82
* This CL sets a maximum session duration only for Linux Me2Me, and hard-codes ...simonmorris@chromium.org2012-06-237-6/+42
* [Chromoting] Detach SessionEventExecutor's weak pointer to itself from the co...simonmorris@chromium.org2012-06-221-0/+5
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-2/+2
* The user's consent to crash dumps reporting can now be set via the UI (Window...alexeypa@chromium.org2012-06-2215-55/+339
* [Chromoting] Add a HostStatusObserver to the ChromotingHost unit tests.simonmorris@chromium.org2012-06-213-9/+78
* Removing incorrect usage of TO_L_STRING() macros.alexeypa@chromium.org2012-06-2010-58/+51
* [Chromoting] Make the sequence expectations in the ChromotingHost unit testssimonmorris@chromium.org2012-06-201-102/+81
* Fix crash on it2me disconnect on the mac.dcaiafa@chromium.org2012-06-201-3/+11
* Pull Mac Chromoting Host constants into a header filelambroslambrou@chromium.org2012-06-195-43/+59
* [Chromoting] Set expectations for MockEventExecutor::OnSessionStarted.simonmorris@chromium.org2012-06-193-2/+29
* [Chromoting] Fix 10.5 bots by not running unittests on 10.5.garykac@chromium.org2012-06-181-0/+13
* Ignore errors when installing the firewall exception for Chromoting Host.alexeypa@chromium.org2012-06-181-1/+1
* [Chromoting] Add cursor shape support for Windowsgarykac@chromium.org2012-06-181-4/+195
* [Chromoting] Add Mac host support for sending cursor shape to client.garykac@chromium.org2012-06-181-0/+109