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
Commit message (
Expand
)
Author
Age
Files
Lines
*
1. Implemented installation and uninstallation code for the Chromoting service.
alexeypa@chromium.org
2012-02-10
7
-50
/
+457
*
Fix dependencies for remoting_service so that it doesn't break shared builds.
grt@chromium.org
2012-02-09
1
-1
/
+1
*
Revert 121055 - Remove BeginSessionDeprecated.
sergeyu@chromium.org
2012-02-09
4
-5
/
+31
*
Introducing helper wrappers for copying a rectangle from a one partial buffer...
alexeypa@chromium.org
2012-02-09
6
-125
/
+396
*
Implement support for incoming sessions in PepperSessionManager.
sergeyu@chromium.org
2012-02-09
4
-84
/
+195
*
Don't display the PID of a currently-running Virtual Me2Me daemon.
lambroslambrou@chromium.org
2012-02-09
1
-9
/
+4
*
Add abstract interfaces for the transport layer.
sergeyu@chromium.org
2012-02-09
10
-80
/
+347
*
Revert 121094 - Add abstract interfaces for the transport layer.
sergeyu@chromium.org
2012-02-09
10
-345
/
+80
*
Restart host process to allow updating PIN with -p option.
lambroslambrou@google.com
2012-02-09
1
-2
/
+30
*
Add abstract interfaces for the transport layer.
sergeyu@chromium.org
2012-02-08
10
-80
/
+345
*
Add script to build Me2Me tarball
lambroslambrou@google.com
2012-02-08
1
-0
/
+50
*
Remove BeginSessionDeprecated.
sergeyu@chromium.org
2012-02-08
4
-31
/
+5
*
Chromoting: Fix JS compile warning in client_screen.js.
garykac@chromium.org
2012-02-08
1
-1
/
+1
*
Chromoting: Fix newly-added JS compile warning.
garykac@chromium.org
2012-02-08
1
-1
/
+1
*
Make Me2Me host and client auth behaviour match user expectations.
sergeyu@chromium.org
2012-02-08
3
-6
/
+28
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
2
-1
/
+3
*
Use a different exit-code to signal Me2Me Host not registered.
lambroslambrou@chromium.org
2012-02-08
2
-2
/
+6
*
The chromoting host uses heartbeat sequence IDs.
simonmorris@chromium.org
2012-02-08
3
-53
/
+227
*
Switch Chromoting client to use new mime type.
garykac@chromium.org
2012-02-08
3
-7
/
+2
*
Skeleton of the Chromoting service for Windows.
alexeypa@chromium.org
2012-02-08
2
-0
/
+161
*
Reverting 120739 that caused valgrind breaks.
alexeypa@chromium.org
2012-02-07
6
-396
/
+125
*
The Chromium and Google Chrome builds of the chromoting webapp use different
simonmorris@chromium.org
2012-02-07
3
-6
/
+22
*
Introducing helper wrappers for copying a rectangle from a one partial buffer...
alexeypa@chromium.org
2012-02-07
6
-125
/
+396
*
Added daemon process NPAPI.
jamiewalch@chromium.org
2012-02-07
8
-32
/
+347
*
Show error if plugin doesn't support PIN auth.
sergeyu@chromium.org
2012-02-07
1
-1
/
+20
*
Remove V1 authenticator support from Me2Me host.
sergeyu@chromium.org
2012-02-07
1
-10
/
+3
*
Use scoped_ptr<> for channel creation callbacks.
sergeyu@chromium.org
2012-02-05
28
-208
/
+197
*
Fix crash on disconnect
dcaiafa@chromium.org
2012-02-04
6
-27
/
+89
*
Require PIN for Me2Me host.
sergeyu@chromium.org
2012-02-03
2
-17
/
+27
*
Delete host.json and exit if Host ID deleted from server
lambroslambrou@google.com
2012-02-03
1
-0
/
+6
*
Refresh auth tokens if host registration fails with authentication error.
lambroslambrou@google.com
2012-02-03
1
-18
/
+58
*
Allow verbatim codec to be negotiated for a Chromoting session since having a...
alexeypa@chromium.org
2012-02-03
1
-1
/
+6
*
Log IP/port of host as well as client in Me2Me host
lambroslambrou@chromium.org
2012-02-02
13
-44
/
+84
*
Change tool-bar behaviour to click-to-show. This is based on user feedback th...
jamiewalch@google.com
2012-02-01
5
-79
/
+111
*
Virtual Me2Me Host: Exit process if Host ID is invalid.
lambroslambrou@chromium.org
2012-02-01
1
-0
/
+15
*
Send position with mouse up/down events.
dcaiafa@chromium.org
2012-01-31
1
-0
/
+2
*
Enable PIN prompt for Me2Me client.
sergeyu@chromium.org
2012-01-31
1
-4
/
+3
*
Enable NegotiatingAuthentication in It2Me host.
sergeyu@chromium.org
2012-01-31
1
-8
/
+6
*
Use NegotiatingAuthenticator instead of V2Authenticator.
sergeyu@chromium.org
2012-01-31
9
-118
/
+66
*
Implement NegotiatingAuthenticator.
sergeyu@chromium.org
2012-01-30
10
-42
/
+522
*
Replace RectVectors with SkRegions in Decoder.
wez@chromium.org
2012-01-29
13
-142
/
+130
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
2
-4
/
+4
*
Add OSSTATUS_LOG API.
mark@chromium.org
2012-01-27
1
-3
/
+3
*
Don't delete memory passed to openlog/syslog.
lambroslambrou@chromium.org
2012-01-27
1
-2
/
+11
*
Actually enable NAT traversal in Chromoting client.
sergeyu@chromium.org
2012-01-27
2
-5
/
+2
*
Log out input event modifiers and pressed keys every time ESC key is released.
alexeypa@chromium.org
2012-01-27
4
-1
/
+38
*
Remove platform code from HostEventLogger
lambroslambrou@chromium.org
2012-01-27
1
-22
/
+0
*
Use CSS property 'display: block' to layout the plug-in correctly.
dcaiafa@chromium.org
2012-01-27
1
-1
/
+1
*
Return NULL form ConnectionToHost::input_stub() until connection is connected.
sergeyu@chromium.org
2012-01-27
1
-0
/
+4
*
Log client IP addresses to syslog in Me2Me host.
lambroslambrou@chromium.org
2012-01-27
4
-6
/
+27
[next]