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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak VideoFrameCapturer::Create() to return a scoped_ptr.
wez@chromium.org
2012-11-20
8
-26
/
+21
*
Fix Linux AudioPipeReader creation & teardown.
wez@chromium.org
2012-11-20
3
-11
/
+37
*
Move PluginThreadTaskRunner to HostNPPlugin.
wez@chromium.org
2012-11-19
3
-23
/
+27
*
Tweak the HostProcess lifetime in preparation for AutoThread.
wez@chromium.org
2012-11-19
1
-67
/
+102
*
Remove ChromotingHostContext::ReleaseTaskRunners(), which is unused.
wez@chromium.org
2012-11-19
2
-13
/
+0
*
Delete trigger file if the host ID has been deleted.
jamiewalch@chromium.org
2012-11-17
1
-0
/
+10
*
Linux clipboard support for Chromoting host.
lambroslambrou@chromium.org
2012-11-17
3
-47
/
+108
*
Fixed gyp to work with both xcodebuild and ninja.
jamiewalch@chromium.org
2012-11-17
2
-3
/
+30
*
Native remoting host configurer for linux.
sergeyu@chromium.org
2012-11-17
1
-0
/
+308
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
2
-4
/
+4
*
Removed shortcut text from disconnect buttons.
jamiewalch@chromium.org
2012-11-16
6
-23
/
+3
*
Chromoting Debian package improvements
lambroslambrou@chromium.org
2012-11-16
3
-4
/
+20
*
Revert 168056 - Enable PAM-based local login check on Mac.
jamiewalch@google.com
2012-11-16
2
-30
/
+3
*
Enable PAM-based local login check on Mac.
jamiewalch@chromium.org
2012-11-15
2
-3
/
+30
*
Treat switching to the desktop that the thread is currently assigned to a suc...
alexeypa@chromium.org
2012-11-15
2
-8
/
+22
*
Remove various DoNothing functions in favor of base::DoNothing
akalin@chromium.org
2012-11-15
1
-9
/
+8
*
Revert 167794 - Native remoting host configurer for linux.
ilevy@chromium.org
2012-11-15
1
-308
/
+0
*
Native remoting host configurer for linux.
sergeyu@chromium.org
2012-11-15
1
-0
/
+308
*
Fixed start-up crash with curtain mode.
jamiewalch@google.com
2012-11-15
1
-1
/
+2
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
5
-5
/
+5
*
Rename capture and encode threads to make it clear that they are for video.
sergeyu@chromium.org
2012-11-14
9
-52
/
+56
*
[Chromoting] Add option to Mac host installer build script to skip signing.
garykac@chromium.org
2012-11-14
1
-8
/
+31
*
Add DebugOverridePolicies preference to debug host builds.
wez@chromium.org
2012-11-13
3
-0
/
+75
*
Enforce the RemoteAccessHostRequireCurtain policy on all platforms.
wez@chromium.org
2012-11-13
6
-36
/
+62
*
remoting: Switch PolicyWatcherLinux to use the callback interface of FilePath...
tfarina@chromium.org
2012-11-13
1
-39
/
+9
*
Unselect GDI bitmaps after use to make sure that the device context and bitma...
alexeypa@chromium.org
2012-11-12
1
-6
/
+10
*
Simplify remoting::PolicyWatcher's cross-platform core.
wez@chromium.org
2012-11-10
4
-139
/
+87
*
Brushing up video capturers to make them more uniform.
alexeypa@chromium.org
2012-11-10
7
-325
/
+473
*
Security team as IPC message file owners.
tsepez@chromium.org
2012-11-09
1
-0
/
+8
*
Converted VideoFrameCapturer callbacks into a VideoFrameCapturer::Delegate in...
alexeypa@chromium.org
2012-11-08
14
-238
/
+211
*
Splitting EventExecutor classes that require asynchronous shutdown into a syn...
alexeypa@chromium.org
2012-11-06
12
-220
/
+379
*
Added PAM configuration.
jamiewalch@chromium.org
2012-11-03
1
-0
/
+8
*
Check CreateDIBSection() result in VideoFrameCapturerWin.
wez@chromium.org
2012-11-02
1
-2
/
+12
*
Don't use ScopedCOMInitializer in AudioCapturerWin
sergeyu@chromium.org
2012-11-02
3
-6
/
+13
*
Implement resize-to-client for Windows hosts.
wez@chromium.org
2012-11-02
1
-20
/
+139
*
Calling SendSAS() from a service to make sure that Secure Attention Sequence ...
alexeypa@chromium.org
2012-11-02
10
-34
/
+106
*
Don't invoke DesktopResizer::SetSize() if the size isn't changing.
wez@chromium.org
2012-11-01
2
-20
/
+38
*
Do not use GetNamedPipeClientProcessId() which is available starting from Vis...
alexeypa@chromium.org
2012-11-01
1
-3
/
+7
*
remoting: Update calls froms RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-01
3
-12
/
+12
*
Convert cursors captured on Windows to premultiplied alpha.
wez@chromium.org
2012-11-01
1
-6
/
+15
*
Use correct thread for audio capturing and encoding.
sergeyu@chromium.org
2012-11-01
8
-1
/
+15
*
Fix AudioCapturer implementation to read from audio pipe even when there are ...
sergeyu@chromium.org
2012-11-01
5
-181
/
+306
*
Resize host desktop to match client dimensions.
jamiewalch@chromium.org
2012-10-31
2
-13
/
+16
*
[Chromoting] Stop the Linux policy watcher treating a failure to read policies
simonmorris@chromium.org
2012-10-31
1
-10
/
+15
*
[Chromoting] Stop the Windows host configurer trying to use an empty auth code.
simonmorris@chromium.org
2012-10-31
1
-0
/
+3
*
[Chromoting] Make the AuthCodeGetter component of the Windows host configurer
simonmorris@chromium.org
2012-10-30
2
-8
/
+4
*
[Chromoting] Add a username policy, and implement it for the Linux Me2Me host.
simonmorris@chromium.org
2012-10-30
6
-10
/
+72
*
Disable resize-to-client on non-Linux systems.
jamiewalch@chromium.org
2012-10-30
1
-0
/
+5
*
remoting/host: Remove forbidden using namespace directive.
tfarina@chromium.org
2012-10-30
1
-1
/
+3
*
remoting/host: Remove nonexistent entry from DEPS list.
tfarina@chromium.org
2012-10-29
1
-1
/
+0
[next]