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
*
Fix leak in HeartbeatSenderTest.DoSendStanza and remove valgrind suppression.
lambroslambrou@chromium.org
2011-03-15
1
-0
/
+17
*
Use deprecated mouse API that actually works.
jamiewalch@chromium.org
2011-03-15
2
-37
/
+32
*
Invalidate the entire screen after registering for refresh callbacks.
jamiewalch@chromium.org
2011-03-11
2
-8
/
+41
*
Tidy up after CL 6573005.
simonmorris@chromium.org
2011-03-10
12
-55
/
+44
*
Replace libjingle's HttpPortAllocatorSession with Pepper's http client
hclam@google.com
2011-03-08
2
-1
/
+2
*
Support keyboard input on Mac
jamiewalch@chromium.org
2011-03-07
2
-4
/
+203
*
Added missing commas. Fixed lint warnings.
jamiewalch@chromium.org
2011-03-07
1
-15
/
+15
*
Linux capturer to invalidate the full screen by using screen width and height
hclam@chromium.org
2011-03-07
3
-3
/
+11
*
Block event processing on host/client until the client has authenticated.
garykac@chromium.org
2011-03-04
3
-14
/
+39
*
Don't translate dirty rectangles in Mac capturer.
lambroslambrou@chromium.org
2011-03-04
1
-4
/
+1
*
Let the host change resolution.
simonmorris@chromium.org
2011-03-04
15
-113
/
+228
*
Remove the need for ReplayPortAllocator.
ajwong@chromium.org
2011-03-04
1
-2
/
+3
*
Revert 76747 - Let the host change resolution.
simonmorris@chromium.org
2011-03-03
14
-226
/
+111
*
Let the host change resolution.
simonmorris@chromium.org
2011-03-03
14
-111
/
+226
*
Refactor JingleClient to support thunking the xmpp signaling into Javascript.
ajwong@chromium.org
2011-03-03
5
-41
/
+64
*
Local Login on Mac, using OS X Security framework
lambroslambrou@chromium.org
2011-03-03
2
-2
/
+90
*
Fix up mac capturer to flip image.
dmaclach@chromium.org
2011-03-03
2
-6
/
+18
*
SocketWrapper for interfacing between JingleSession and SSL sockets
hclam@chromium.org
2011-03-02
1
-2
/
+5
*
Fix up mac test client and simple host for remoting.
dmaclach@chromium.org
2011-03-02
1
-0
/
+5
*
Update comment to include relevant bug Id.
wez@chromium.org
2011-03-01
1
-1
/
+1
*
Add some missing VK to KeySym mappings, and some logging to aid debug.
wez@chromium.org
2011-03-01
1
-28
/
+32
*
Report authentication failure on the host side of chromoting
hclam@chromium.org
2011-02-28
4
-0
/
+19
*
Don't clean up the Display now that we no longer own it.
jamiewalch@chromium.org
2011-02-28
1
-24
/
+1
*
Fix style mistakes in r75477.
ajwong@chromium.org
2011-02-25
1
-1
/
+1
*
Use PAM auth on Linux, and stubs on other platforms.
lambroslambrou@chromium.org
2011-02-25
11
-4
/
+183
*
Support MouseEvent input in Chromoting host for Mac.
wez@chromium.org
2011-02-24
2
-1
/
+65
*
Add DesktopEnvironment class and refactor.
lambroslambrou@chromium.org
2011-02-23
8
-121
/
+153
*
Change chromoting images to upright by default
hclam@chromium.org
2011-02-22
2
-15
/
+6
*
Fixed SlowBlit along the same lines as FastBlit.
jamiewalch@chromium.org
2011-02-22
1
-11
/
+8
*
Fix Capturer for Mac to cope gracefully when there are no invalid rects.
wez@chromium.org
2011-02-21
1
-8
/
+1
*
Run event executor on the ui thread to remove the need to explicitly XFlush()...
ajwong@chromium.org
2011-02-19
13
-64
/
+50
*
Fix key missing problem on windows
hclam@chromium.org
2011-02-18
1
-0
/
+2
*
Chromoting: UserAuthenticator interface and its implementation for PAM.
sergeyu@chromium.org
2011-02-16
3
-0
/
+182
*
Use case-insensitive comparison when comparing JIDs.
sergeyu@chromium.org
2011-02-14
2
-2
/
+15
*
Carnitas: Delete stub src/gfx/* headers
sail@chromium.org
2011-02-13
1
-1
/
+0
*
Resubmit - Use SSE2 block differ for chromoting
hclam@chromium.org
2011-02-11
7
-109
/
+168
*
Revert 74571 - Use SSE2 block differ for chromoting
dhollowa@chromium.org
2011-02-11
7
-168
/
+109
*
Revert 74583 - Revert 74571 - Use SSE2 block differ for chromoting
finnur@chromium.org
2011-02-11
7
-109
/
+168
*
Revert 74571 - Use SSE2 block differ for chromoting
finnur@chromium.org
2011-02-11
7
-168
/
+109
*
Use SSE2 block differ for chromoting
hclam@chromium.org
2011-02-11
7
-109
/
+168
*
Invalidate fullscreen when a new client connects to chromoting host
hclam@chromium.org
2011-02-09
7
-4
/
+31
*
Another big out-of-lining of test code. Hits a lot of gmock objects
erg@google.com
2011-02-08
1
-1
/
+1
*
More out-of-lining of test code, along with a bunch of GMOCK objects.
erg@google.com
2011-02-08
4
-10
/
+29
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
4
-4
/
+4
*
Remove auto generation of certificate when chromoting client connects
hclam@chromium.org
2011-02-04
1
-7
/
+8
*
Added XFlush calls.
ajwong@chromium.org
2011-02-04
1
-2
/
+35
*
Fix a typo in Chromoting linux capturer code
hclam@chromium.org
2011-02-04
1
-1
/
+1
*
Faster connection establishment for chromoting
hclam@chromium.org
2011-02-04
4
-4
/
+39
*
Removed unused X11 graphics context.
ajwong@chromium.org
2011-02-03
1
-16
/
+0
*
Fix rate controlling in chromoting host
hclam@chromium.org
2011-02-03
1
-3
/
+4
[next]