summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-08148-554/+554
* Remote Assistance on Chrome OS Part III - NativeMessageHostkelvinp2014-10-077-69/+183
* Linux Chromoting: Run session script with '/bin/sh', not $SHELL.lambroslambrou2014-10-071-5/+4
* Revert "Remote Assistance on Chrome OS Part III - NativeMessageHost"Hayato Ito2014-10-077-183/+69
* Remote Assistance on Chrome OS Part III - NativeMessageHostkelvinp2014-10-077-69/+183
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-0153-137/+106
* Use base::Value::IsType() to check base::Value types in src/remotingsergeyu2014-10-015-6/+5
* Fix remoting NM hosts to verify that incoming messages are dictionaries.sergeyu2014-09-293-6/+12
* Save the client base JID for authentication in case it differs from the email...rmsousa2014-09-297-23/+59
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-2942-122/+105
* Remove implicit HANDLE conversions from remoting.rvargas2014-09-2513-51/+54
* Maintaining the proper order of initialization WeakPtrFactory in "src/remoting"kulkarni.a2014-09-205-16/+17
* Remote Assistance on Chrome OS Part II - Native Messaging renamingkelvinp2014-09-2012-201/+243
* Remote Assistance on Chrome OS - Aura Desktop Capturerkelvinp2014-09-174-0/+260
* Revert of Remote Assistance on Chrome OS Part I - Aura Desktop Capturer (patc...acolwell2014-09-174-260/+0
* Remote Assistance on Chrome OS - Aura Desktop Capturerkelvinp2014-09-174-0/+260
* Remove legacy version of the control channel protocol.sergeyu2014-09-131-23/+8
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-1214-15/+15
* Declaring the weak_ptr_factory in proper order.anand.ratn2014-09-112-5/+5
* Enable start_host compilation on Windows and Mac.sergeyu2014-09-101-2/+16
* Add wfh@chromium.org to ipc OWNERS filesWill Harris2014-09-081-0/+1
* Roll WebRTC 7011:7046 libjingle: 7007:7045niklase2014-09-0811-11/+11
* Use ProxyConfigServiceLinux in the chromoting host to configure proxy.Sergey Ulanov2014-09-063-7/+15
* Don't print out extension message data if unrecognized.wez2014-09-051-4/+5
* Move common VideoPacket initialization into VideoEncoderHelper.wez2014-09-031-0/+1
* Remove NPAPI from DEPS.wez2014-09-021-1/+0
* Remove cevans@ from OWNERS files.thestig2014-08-291-1/+0
* Readability review.wez2014-08-2915-280/+355
* events: keycodes: Remove the stateless singleton instance of KeycodeConverterspang2014-08-273-9/+9
* Remove implicit conversions from scoped_refptr to T* in remoting/dcheng2014-08-267-24/+27
* Spelling fixes for 'device' and 'service'.tnagel@chromium.org2014-08-211-1/+1
* Call XInitThreads on host startup.wez@chromium.org2014-08-192-0/+8
* CastExtension Impl for Chromoting Hostaiguha@chromium.org2014-08-166-12/+1030
* Send empty video frames when screen is not changing.sergeyu@chromium.org2014-08-151-7/+11
* I've created a new desktop environment, Me2MeWindowDesktopEnvironment. This e...ronakvora@google.com2014-08-158-2/+415
* Switch DesktopEnvironment to return a DesktopCapturer.wez@chromium.org2014-08-1238-373/+279
* CastVideoCapturerAdapter for WebRTC support in Chromotingaiguha@chromium.org2014-08-122-0/+282
* Fix VideoFrameRecorderHostExtension to return full first frame.wez@chromium.org2014-08-111-1/+12
* Supports DevTools socket access authentication based on Android permissions.serya@chromium.org2014-08-081-3/+3
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-08-0830-91/+615
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* Update webrtc&libjingle 6774:6825.ronghuawu@chromium.org2014-08-062-5/+5
* Add video frame recording capability to Chromoting hosts.wez@chromium.org2014-08-028-5/+266
* Some tiny cleanups.wez@chromium.org2014-08-021-17/+13
* Revert "Update webrtc&libjingle 6774:6799."erikchen@chromium.org2014-07-312-5/+5
* Update webrtc&libjingle 6774:6799.ronghuawu@chromium.org2014-07-312-5/+5
* Add HostExtensionSessionManager to help ClientSession handle extensions.wez@chromium.org2014-07-3119-273/+907
* Add basic perf tests for chromoting protocol.sergeyu@chromium.org2014-07-257-96/+329
* Refactor unix domain socket.byungchul@chromium.org2014-07-241-2/+2
* Fix member pointer callbacks in an ATL sink maprnk@chromium.org2014-07-241-6/+10