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
*
Refactor ChannelAuthenticator so that it can be used with Authenticator.
sergeyu@chromium.org
2011-11-15
6
-53
/
+51
*
Send correct termination reason when session is terminated by the host.
sergeyu@chromium.org
2011-11-15
4
-11
/
+33
*
Initial Authenticator interface.
sergeyu@chromium.org
2011-11-15
2
-0
/
+93
*
Fixed css to make host list prettier.
jamiewalch@google.com
2011-11-14
6
-17
/
+86
*
Report correct error when connection cannot be established.
sergeyu@chromium.org
2011-11-12
1
-0
/
+9
*
Initialize clip_rect_ member to be empty until explicitly set.
wez@chromium.org
2011-11-11
1
-0
/
+1
*
The chromoting client sends simple logging to the server.
simonmorris@chromium.org
2011-11-11
5
-1
/
+349
*
Cleanup: Remove unneeded forward declarations from remoting.
thestig@chromium.org
2011-11-11
37
-135
/
+41
*
Make ConnectionToClient and ClientSession not ref-counted.
sergeyu@chromium.org
2011-11-11
14
-119
/
+157
*
Access ChromotingHost::clients_ only on network thread.
sergeyu@chromium.org
2011-11-11
16
-314
/
+256
*
Removed Google from product name in fr and pt_BR translations.
jamiewalch@google.com
2011-11-10
2
-2
/
+2
*
Fix the web-app not to fail if the user is not Me2Me enabled.
wez@chromium.org
2011-11-10
1
-2
/
+4
*
Move ConnectionToClient::EventHandler from ChromotingHost to ClientSession
sergeyu@chromium.org
2011-11-10
13
-208
/
+193
*
-Wexit-time-destructors for remoting.
thakis@chromium.org
2011-11-10
4
-12
/
+29
*
Move code in src/remoting to the new callbacks.
sergeyu@chromium.org
2011-11-10
58
-357
/
+254
*
Fix intermittent CHECK in remoting client when shutting down.
sergeyu@chromium.org
2011-11-10
1
-0
/
+6
*
Fixed capitalization that broke jscompile.
jamiewalch@google.com
2011-11-09
1
-1
/
+1
*
Correct errant references to remoting.ClientError to remoting.Error.
wez@chromium.org
2011-11-08
1
-2
/
+2
*
Fix typo that prevents client displaying received frame rate.
wez@chromium.org
2011-11-08
2
-10
/
+8
*
Add missing return in access-token refresh case of refreshHostList.
wez@chromium.org
2011-11-08
1
-0
/
+1
*
Pretty-print IQ packets in Chromoting debug log.
garykac@chromium.org
2011-11-07
3
-4
/
+579
*
Added official translations for M16.
jamiewalch@google.com
2011-11-07
41
-41
/
+41
*
Gather history of capture and encode time determine next recoring delay
hclam@chromium.org
2011-11-07
6
-100
/
+139
*
Remove SecureP2PSocket, since we'll be using DTLS in future.
wez@chromium.org
2011-11-05
4
-525
/
+0
*
Add verify-translations.py script.
wez@chromium.org
2011-11-05
1
-0
/
+49
*
Fix memory leak in ClientSessionTest
sergeyu@chromium.org
2011-11-05
1
-2
/
+0
*
Remove old Authentication code that we don't use or need.
sergeyu@chromium.org
2011-11-05
36
-479
/
+80
*
React to error messages received in response to transport-info.
sergeyu@chromium.org
2011-11-05
2
-3
/
+23
*
Fix leak in IqSenderTest.
sergeyu@chromium.org
2011-11-04
2
-4
/
+6
*
Refactor IqRequest.
sergeyu@chromium.org
2011-11-04
29
-456
/
+485
*
Centre the disconnect dialog at the bottom of the primary monitor.
jamiewalch@chromium.org
2011-11-03
1
-24
/
+39
*
Fixed UX on ChromeOS.
jamiewalch@google.com
2011-11-03
4
-25
/
+24
*
Add missing closing brace to img tag.
wez@chromium.org
2011-11-03
1
-1
/
+1
*
Add client_screen.js to I18N verification.
wez@chromium.org
2011-11-03
1
-0
/
+2
*
Small web-app clean-ups.
jamiewalch@chromium.org
2011-11-03
5
-35
/
+34
*
Fix the Chromoting Host plugin's MIME type on Linux.
wez@chromium.org
2011-11-03
1
-1
/
+1
*
An ugly but working host-list implementation for the Chromoting app.
wez@chromium.org
2011-11-03
4
-0
/
+225
*
Make Mac Chromoting Disconnect Window look good for R2L systems.
dmaclach@chromium.org
2011-11-02
4
-35
/
+132
*
removing unnecessary include
amit@chromium.org
2011-11-02
1
-1
/
+0
*
Make sure curtain mode doesn't lock up MacOS 10.7
dmaclach@chromium.org
2011-11-01
2
-12
/
+24
*
Make ContinueWindow on Mac terminate after timeout
dmaclach@chromium.org
2011-11-01
1
-64
/
+91
*
Change linux NAT traversal default for Chromoting.
dmaclach@chromium.org
2011-11-01
1
-12
/
+0
*
Make LazyInstance managed Locks leaky.
thestig@chromium.org
2011-11-01
2
-2
/
+6
*
Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle
rsleevi@chromium.org
2011-11-01
1
-3
/
+5
*
Roll libjingle 88:92
sergeyu@chromium.org
2011-11-01
3
-3
/
+3
*
Don't send a session-terminate in disconnect() if WCS not initialised.
wez@chromium.org
2011-11-01
1
-14
/
+14
*
Get web-app name, MIME type and description from gyp file for all platforms, ...
jamiewalch@google.com
2011-10-31
5
-53
/
+58
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-9
/
+7
*
Refactored web-app
jamiewalch@chromium.org
2011-10-28
13
-773
/
+1111
*
Added missing parameter to function.
jamiewalch@google.com
2011-10-27
1
-1
/
+1
[next]