summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Cleanup AuthenticationMethod usage.sergeyu2016-03-091-7/+4
* Prepare remoting/ for compilation with OS X 10.7 deployment target.erikchen2016-03-092-138/+5
* Change scoped_ptr to a type alias for std::unique_ptr on OS_WINdcheng2016-03-081-1/+1
* Remove first_message argument from AuthenticatorFactory::Create().sergeyu2016-03-073-9/+5
* Simplify AuthenticationMethod type and PIN hash handling.sergeyu2016-03-043-19/+46
* [remoting host] Add comments to explain some DCHECKslambroslambrou2016-03-031-0/+5
* Use a non-deprecated method to get a string from an OSStatus error.erikchen2016-03-011-1/+3
* remoting: Add out-of-line copy ctors for complex classes.vmpstr2016-02-262-0/+3
* Respect display rotation on Chrome OS.kelvinp2016-02-261-5/+8
* Improve handling of invalid command line in Me2Me host.sergeyu2016-02-256-8/+7
* base: Stop overloading ReadFileToString()hashimoto2016-02-241-1/+2
* Removing Linux specific GnubbyAuthHandler header file.joedow2016-02-245-116/+91
* net: move IsLocalhost() function into url_util.htfarina2016-02-232-2/+0
* Move Linux specific methods out of GnubbyAuthHandler classjoedow2016-02-224-12/+3
* Move remoting/remoting_host_win.gypi:remoting_breakpad_tester to gnzijiehe2016-02-211-1/+1
* Updating webapp to send securityKey capability.joedow2016-02-201-1/+1
* Prevent creation of the GnubbyExtension if no socket name is defined.joedow2016-02-181-6/+10
* Refactoring platform-agnostic Gnubby Auth Handler logic into a Host Extension.joedow2016-02-1729-517/+1006
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-173-21/+14
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-173-14/+21
* Add message from grandchild to parent to indicate successful host launch.jamiewalch2016-02-161-8/+33
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-163-21/+14
* Use IpcVideoFrameCapturer on network thread instead of capture thread.sergeyu2016-02-1528-327/+195
* Use scoped_ptr<> for the argument in DesktopSessionAgent::SendToNetwork()sergeyu2016-02-132-22/+26
* Update webrtc::DesktopCapturere clients to use SharedMemoryFactorysergeyu2016-02-128-107/+95
* net: move GetHostName() function into network_interfaces.htfarina2016-02-123-3/+3
* Use UrlRequest in PortAllocator.sergeyu2016-02-112-4/+8
* Delete PolicyWatcherTest.TestRealChromotingPolicyjamiewalch2016-02-111-65/+0
* Remove AsyncResult::RESULT_FAILED_DIRECTORY. It's not used anywhere other tha...jamiewalch2016-02-112-6/+0
* Revert of Clean up public interface of AttachmentBrokerUnprivileged. (patchs...erikchen2016-02-103-8/+20
* Clean up public interface of AttachmentBrokerUnprivileged.erikchen2016-02-103-20/+8
* Refactor gmock_mutant.htzik2016-02-102-4/+8
* Roll WebRTC 11523:11548, Libjingle 11522:11545kjellander2016-02-102-4/+4
* Add policy to restrict client domain for Me2Me.jamiewalch2016-02-085-5/+38
* Moving Gnubby* files to a new directory.joedow2016-02-0815-66/+114
* Remove logging of unused and deprecated PeerConnection::Observer callbacksperkj2016-02-082-12/+0
* Extract threading logic out of MouseShapePump.sergeyu2016-02-058-161/+357
* Creating remote_security_key target and initial exe shelljoedow2016-02-054-0/+58
* Fixing an agument swap typo that was introduced during a refactoring for pin ...nicholss2016-02-031-1/+1
* IPC::Message -> base::Picklerockot2016-02-032-22/+31
* Enable attachment brokering of SharedMemoryHandle on Windows.erikchen2016-02-031-6/+1
* net: add BindAndListen() method to UnixDomainServerSockettfarina2016-02-021-2/+2
* Revert of Enable attachment brokering of SharedMemoryHandle on Windows. (patc...erikchen2016-01-301-1/+6
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-281-4/+1
* remoting: Add AttachmentBroker for daemon and desktop processessergeyu2016-01-275-6/+44
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-271-2/+2
* Isloate multi-process code in remoting_me2me_host.ccsergeyu2016-01-261-28/+18
* Fix crash on It2Me host.kelvinp2016-01-261-1/+1
* Remove invalid CHECK() from DesktopSessionAgent::OnCaptureCompleted.sergeyu2016-01-251-3/+0
* Fix DesktopSessionAgent to pass shared buffer handle to the capturer.sergeyu2016-01-201-2/+14