summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* If an account with hosts registered is accessed on a machine on which those h...jamiewalch@google.com2012-07-112-4/+5
* 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
* Ignore all sendto() errors for P2P sockets on the client side.sergeyu@chromium.org2012-07-091-2/+18
* 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
* Client code for playing back audiokxing@chromium.org2012-07-028-4/+241
* [Chromoting] Fix memory leaks in ChromotingHost unit tests.simonmorris@chromium.org2012-07-021-3/+10
* Remove 'Enable' button on unsupported platforms. Added 'No hosts' message.jamiewalch@google.com2012-06-3010-46/+101
* 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-292-2/+11
* Increase PIN minimum length to six digits.jamiewalch@google.com2012-06-293-5/+18
* Remove bogus warnings at start-up.jamiewalch@google.com2012-06-285-21/+36
* 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
* Cleaned up <input> CSS and simplified user consent mark-up.jamiewalch@google.com2012-06-272-30/+32
* sas.dll is not included to Windows 8 SDK. Use one from from Windows 7 SDK ins...alexeypa@chromium.org2012-06-272-5/+5
* Remove SSLHostInfo.agl@chromium.org2012-06-272-2/+2
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-272-3/+1
* 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-266-47/+356
* [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
* Renamed VideoStub::GetPendingPackets() to VideoStub::GetPendingVideoPackets()kxing@chromium.org2012-06-266-6/+6
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-264-10/+16
* Refactored similar code in ContentDescription::ParseXml()kxing@chromium.org2012-06-262-47/+47
* Using base::ScopedNativeLibrary to control lifetime of dynamically-loaded lib...alexeypa@chromium.org2012-06-252-39/+27
* Pass OAuth token refresh errors back to the caller.jamiewalch@google.com2012-06-2513-131/+256
* Fixing a crash in HostPortAllocatorSession::OnURLFetchComplete().alexeypa@chromium.org2012-06-251-4/+6
* Bump Chromoting to 1.7 on trunk.wez@chromium.org2012-06-251-1/+1
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-2512-54/+232
* Remove UrlFetcher from remoting and use the one in net instead.jamiewalch@chromium.org2012-06-237-420/+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