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
*
Chromium side changes to use PP_CompletionCallback as the Flush callback.
darin@chromium.org
2010-06-25
1
-2
/
+5
*
remoting: Fix invalid use of std::string used in the global scope.
tfarina@chromium.org
2010-06-25
2
-9
/
+7
*
Removed dependency on chrome/common.
sergeyu@chromium.org
2010-06-25
3
-14
/
+32
*
Fix host auth scripts to work with Windows.
garykac@google.com
2010-06-25
4
-8
/
+17
*
Fix remoting_unittests on shlib-dbg build bots
hclam@chromium.org
2010-06-24
1
-0
/
+12
*
Revert 50667 - Add in support for internal pepper plugins into the PepperPlug...
mrossetti@chromium.org
2010-06-23
5
-325
/
+56
*
Add in support for internal pepper plugins into the PepperPluginRegistry and ...
ajwong@chromium.org
2010-06-23
5
-56
/
+325
*
Change runclient so that it automatically uppercases IDs so I don't have to d...
dmaclach@chromium.org
2010-06-23
1
-1
/
+1
*
Get scripts working independent of where they are run.
dmaclach@chromium.org
2010-06-23
4
-13
/
+35
*
Small fix to jingle_glue for chromoting
hclam@chromium.org
2010-06-23
1
-1
/
+5
*
Convert chromoting to pepperv2 API.
ajwong@chromium.org
2010-06-22
11
-961
/
+96
*
Deleting obsolete chromoting files.
ajwong@chromium.org
2010-06-21
8
-913
/
+0
*
Fix up build on Mac. Needed to initialize member vars.
dmaclach@chromium.org
2010-06-18
1
-1
/
+2
*
Fixed memleak in JsonHostConfig.
sergeyu@chromium.org
2010-06-18
1
-0
/
+1
*
JSON based host config storage implemented. Python script for host registration.
sergeyu@chromium.org
2010-06-17
17
-155
/
+509
*
Fix remoting_unittests
hclam@chromium.org
2010-06-17
1
-2
/
+3
*
Hookup the ChromotingPlugin into the refactored implementation
ajwong@chromium.org
2010-06-17
18
-118
/
+785
*
Fix double deletion in SessionManager
hclam@chromium.org
2010-06-16
1
-1
/
+0
*
Coverity: Fix missing return in error check in remoting::X11Client::DoInitX11.
mattm@chromium.org
2010-06-16
1
-0
/
+1
*
Coverity: Fix undefined assignment evaluation order in remoting::Capturer::Fi...
mattm@chromium.org
2010-06-16
1
-1
/
+1
*
Style fixes after readability review.
sergeyu@chromium.org
2010-06-16
14
-90
/
+100
*
Fix build for remoting
hclam@chromium.org
2010-06-16
1
-25
/
+0
*
Broken build due to uninitialized var.
dmaclach@chromium.org
2010-06-15
1
-1
/
+1
*
Coverity: Fix leak in ChromotingClient::read_image.
mattm@chromium.org
2010-06-15
2
-8
/
+5
*
Added HostConfig class. Changed SimpleHost to use it.
sergeyu@chromium.org
2010-06-15
7
-28
/
+115
*
Fix broken build.
dmaclach@chromium.org
2010-06-15
1
-2
/
+12
*
Tighten up compile warnings based to match other chromium sub-projects.
dmaclach@chromium.org
2010-06-15
17
-35
/
+35
*
Chromoting unit test: Adding DecoderVerbatimTest
hclam@chromium.org
2010-06-15
4
-5
/
+83
*
Revamp threading a bit so that arguments are passed through and owned by the ...
dmaclach@chromium.org
2010-06-15
11
-145
/
+166
*
Cleanup some chromoting code
hclam@chromium.org
2010-06-15
4
-64
/
+36
*
Enable remoting unittests to run on build bots
hclam@chromium.org
2010-06-11
1
-2
/
+2
*
Fixing DecoderVerbatim in chromoting
hclam@chromium.org
2010-06-11
2
-2
/
+5
*
BlockDifference function that returns 0 or 1 depending if block is same or di...
fbarchard@chromium.org
2010-06-11
3
-38
/
+99
*
Add cmdline options to set the hostjid, jid and auth token for the chromoting
garykac@google.com
2010-06-11
5
-100
/
+177
*
Extract auth token into separate .chromotingAuthToken file so it can be re-used.
garykac@google.com
2010-06-11
2
-10
/
+64
*
Fix build break in remoting
hclam@chromium.org
2010-06-11
1
-1
/
+6
*
Enable chromoting in the build by default
hclam@chromium.org
2010-06-11
4
-10
/
+17
*
psadbw based differencing function
fbarchard@chromium.org
2010-06-11
1
-3
/
+58
*
Separate out HostConnection into an interface and a jingle-based
ajwong@chromium.org
2010-06-10
13
-252
/
+392
*
Fixup remoting WATCHLIST for public tree and move into the top-level
garykac@google.com
2010-06-10
1
-18
/
+0
*
Fix up warning due to missing declarations.
dmaclach@chromium.org
2010-06-10
1
-0
/
+6
*
Fix chromoting windows build
hclam@chromium.org
2010-06-10
3
-35
/
+8
*
Re-add (curiously) missing 'return' statement to differ_unittest.
garykac@google.com
2010-06-10
1
-1
/
+1
*
Fix chromoting build for windows
hclam@chromium.org
2010-06-10
1
-24
/
+27
*
Set up the message loop of the mac host to be UI based so that it can pick up
dmaclach@chromium.org
2010-06-09
1
-4
/
+13
*
Fix up the define usage so that we actually handle OSX specific stuff correctly.
dmaclach@chromium.org
2010-06-09
1
-2
/
+2
*
Implement a chromoting client using X11
hclam@chromium.org
2010-06-09
36
-226
/
+813
*
Token-based authentication for chromoting.
sergeyu@chromium.org
2010-06-09
13
-63
/
+108
*
Initial code for screen differ that divides screen into blocks and calculate
garykac@google.com
2010-06-09
3
-0
/
+842
*
Revert 49298 - Broke compile - Token-based authentication for chromoting.
rsesek@chromium.org
2010-06-09
13
-108
/
+63
[next]