index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remoting
/
host
/
win
/
host_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a direct include of the message_loop header in remoting/.
avi@chromium.org
2013-07-17
1
-1
/
+1
*
Switched base::win:MessageWindow to use a callback instead of a delegate inte...
alexeypa@chromium.org
2013-06-25
1
-2
/
+4
*
Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...
alexeypa@chromium.org
2013-06-21
1
-2
/
+2
*
Generate a unique terminal ID and use it to associate the RDP connection with...
alexeypa@chromium.org
2013-06-20
1
-11
/
+11
*
Configure security of the elevated controller in runtime.
alexeypa@chromium.org
2013-06-18
1
-68
/
+7
*
Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Use a weak pointer to post service control events and session change notifica...
alexeypa@chromium.org
2013-06-07
1
-18
/
+22
*
Revert 201955 "Allow multiple base::MessagePumpForUI instances t..."
dbeam@chromium.org
2013-05-24
1
-1
/
+1
*
Allow multiple base::MessagePumpForUI instances to be created simultanenously...
alexeypa@chromium.org
2013-05-24
1
-1
/
+1
*
Removing unused Chromoting host code.
alexeypa@chromium.org
2013-05-23
1
-23
/
+2
*
remoting: Use base::MessageLoop.
xhwang@chromium.org
2013-04-30
1
-4
/
+4
*
Do not use the mandatory label in when generating security descriptors on Win...
alexeypa@chromium.org
2013-04-20
1
-5
/
+14
*
Moved code implementing message-only windows to a dedicated class (Windows on...
alexeypa@chromium.org
2013-03-30
1
-52
/
+16
*
Moved the methods for mapping a session ID to the connected RDP client's addr...
alexeypa@chromium.org
2013-03-13
1
-136
/
+0
*
Initialize COM and configure security settings in the daemon.
alexeypa@chromium.org
2013-03-05
1
-3
/
+93
*
Added an ability to monitor session notifications for a particular RDP connec...
alexeypa@chromium.org
2013-02-28
1
-72
/
+268
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Use a single shared entry point for all Chromoting processes.
alexeypa@chromium.org
2013-02-23
1
-45
/
+9
*
Relanding r180433, now without build/some.gyp:
alexeypa@chromium.org
2013-02-04
1
-62
/
+1
*
Revert 180433 because build\some.gyp was added to the CL by mistake.
alexeypa@google.com
2013-02-04
1
-1
/
+62
*
Merged all Chromoting Host code into remoting_core.dll (Windows).
alexeypa@chromium.org
2013-02-04
1
-62
/
+1
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-2
/
+2
*
Revert 179373. This makes the try jobs started by the commit queue fail.
marja@chromium.org
2013-01-31
1
-1
/
+62
*
Merged all Chromoting Host code into remoting_core.dll (Windows).
alexeypa@chromium.org
2013-01-29
1
-62
/
+1
*
Revert 179226
kinuko@chromium.org
2013-01-29
1
-1
/
+62
*
Revert 179294, MAC linking is fixed by 179304
vitalybuka@chromium.org
2013-01-29
1
-62
/
+1
*
Revert "Merged all Chromoting Host code into remoting_core.dll (Windows)."
mattm@chromium.org
2013-01-29
1
-1
/
+62
*
Merged all Chromoting Host code into remoting_core.dll (Windows).
alexeypa@chromium.org
2013-01-29
1
-62
/
+1
*
Clearing a local reference to the I/O thread's task runner to makre sure the ...
alexeypa@chromium.org
2012-12-12
1
-45
/
+34
*
Remove unused APIs from the AutoThreadTaskRunner interface.
wez@chromium.org
2012-12-07
1
-12
/
+8
*
Serialize shutdown of the service and main threads to make sure that all loca...
alexeypa@chromium.org
2012-12-05
1
-55
/
+65
*
[Chromoting] The desktop process now creates a pre-connected pipe and passes ...
alexeypa@chromium.org
2012-10-25
1
-2
/
+1
*
[Chromoting] The desktop process now connects back to the daemon process.
alexeypa@chromium.org
2012-10-18
1
-9
/
+5
*
Redirect Chromoting Host debug logs to Windows event tracing (ETW) instead of...
alexeypa@chromium.org
2012-10-18
1
-9
/
+2
*
[Chromoting] Added support of a list of desktop sessions on the daemon side.
alexeypa@chromium.org
2012-10-17
1
-0
/
+4
*
[Chromoting] Reimplement the worker process launcher to address issues with j...
alexeypa@chromium.org
2012-10-10
1
-4
/
+4
*
[Chromoting] The daemon process now starts the networking process and passes ...
alexeypa@chromium.org
2012-09-05
1
-2
/
+1
*
[Chromoting] Introducing refcount-based life time management of the message l...
alexeypa@chromium.org
2012-09-04
1
-20
/
+40
*
[Chromoting] Moving the I/O thread out of DaemonProcess (so it can be shared ...
alexeypa@chromium.org
2012-08-19
1
-9
/
+10
*
[Chromoting] Launch the host process elevated via ShellExecuteEx().
alexeypa@chromium.org
2012-08-16
1
-31
/
+70
*
Cleaned up usage of std::wstring in src/remoting. Added presubmit warning sup...
alexeypa@chromium.org
2012-08-07
1
-3
/
+2
*
Introducing the DaemonProcess class that will implements core of the daemon p...
alexeypa@chromium.org
2012-08-01
1
-9
/
+29
*
Removing --host-binary parameter in preparation to the coming me2me host refa...
alexeypa@chromium.org
2012-07-31
1
-15
/
+1
*
Introducing remoting::Stoppable helper base class implementing asynchronous s...
alexeypa@chromium.org
2012-07-31
1
-34
/
+31
*
Moving Windows-only files: remoting/host -> remoting/host/win.
alexeypa@google.com
2012-07-30
1
-0
/
+447