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
/
protocol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move PepperNetworkManager to client/plugin
sergeyu@chromium.org
2012-04-17
2
-165
/
+0
*
This CL removes the unused trace.proto definition and build target, and makes...
wez@chromium.org
2012-04-11
2
-3
/
+7
*
Add IsKeyPressed() and PressedKeyCount() methods to InputEventTracker.
wez@chromium.org
2012-04-09
3
-62
/
+89
*
Add APIs to the client plugin to re-map and trap key events.
wez@chromium.org
2012-04-09
2
-0
/
+4
*
Implement write-waits-for-send mode for PseudoTCP and enable it on the host s...
sergeyu@chromium.org
2012-04-06
1
-1
/
+7
*
Specify session type when creating relay sessions for chromoting.
sergeyu@chromium.org
2012-04-06
1
-0
/
+6
*
[Chromoting] Let the client plugin pass clipboard items to the host.
simonmorris@chromium.org
2012-04-04
4
-1
/
+74
*
Fix InputEventTracker to track key events based on both VK- and USB-keycodes.
wez@chromium.org
2012-04-04
3
-49
/
+182
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
4
-1
/
+13
*
Implement PepperNetworkManager.
sergeyu@chromium.org
2012-04-03
2
-0
/
+165
*
This CL moves much of the input tracking logic out of ClientSession, which me...
wez@chromium.org
2012-04-03
6
-174
/
+259
*
[Chromoting] Add plumbing to carry clipboard events from the host to the client.
simonmorris@chromium.org
2012-03-31
6
-15
/
+44
*
Make all the things use cert_test_util.h.
mattm@chromium.org
2012-03-31
2
-12
/
+4
*
[Coverity] fixed uninit ctor
groby@chromium.org
2012-03-29
1
-1
/
+1
*
Address remaining nits for r129104.
sergeyu@chromium.org
2012-03-28
4
-6
/
+6
*
Refactor VideoStub interface to accept ownership of video packets.
sergeyu@chromium.org
2012-03-28
21
-128
/
+114
*
Implement exponential backoff for failed Me2Me authentication attempts
sergeyu@chromium.org
2012-03-27
6
-2
/
+23
*
Cleanups in the host authentication state handling.
sergeyu@chromium.org
2012-03-27
5
-21
/
+41
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-1
/
+1
*
Log connection type to syslogs and to the server.
sergeyu@chromium.org
2012-03-20
8
-19
/
+53
*
Roll libjingle to r126.
ronghuawu@chromium.org
2012-03-20
1
-2
/
+3
*
Add the plumbing that will carry a clipboard item from a chromoting client to...
simonmorris@chromium.org
2012-03-16
12
-12
/
+153
*
Add an SSLConfig option to explicit disable NSSHttpIO.
agl@chromium.org
2012-03-15
3
-3
/
+4
*
Add a boolean |has_context| argument to the TLS ExportKeyingMaterial
wtc@chromium.org
2012-03-15
1
-2
/
+2
*
Roll libjingle to r124. Removed overrides for the ws2 fixes.
ronghuawu@chromium.org
2012-03-15
5
-4
/
+14
*
remoting: convert another unittest MessageLoop to MessageLoopForIO
agl@chromium.org
2012-03-14
1
-1
/
+1
*
Making remoting unittests use an IO MessageLoop.
agl@chromium.org
2012-03-14
1
-1
/
+1
*
Remove NewRequiredCallback.
brettw@chromium.org
2012-03-10
1
-3
/
+2
*
Making sure NetworkSettings is always properly initialized.
alexeypa@chromium.org
2012-03-08
1
-0
/
+1
*
Convert uses of int ms to TimeDelta in jingle and remoting.
tedvessenes@gmail.com
2012-03-05
1
-3
/
+5
*
Include the headers from the libjingle overrides.
ronghuawu@chromium.org
2012-03-03
4
-6
/
+7
*
Cleanup: Another round of unused forward declaration cleanup.
thestig@chromium.org
2012-03-03
3
-14
/
+6
*
Cleanup error handling in the client plugin.
sergeyu@chromium.org
2012-03-02
11
-81
/
+77
*
Fix flakiness of the TestFailedChannelAuth unittest.
sergeyu@chromium.org
2012-03-02
1
-13
/
+26
*
Set incoming_only flag on the host side when NAT traversal is disabled.
sergeyu@chromium.org
2012-03-02
7
-11
/
+37
*
* Remove the dependency to ws2_32.dll from talk_base::ThreadManager and talk_...
ronghuawu@chromium.org
2012-03-01
1
-9
/
+11
*
Fix JingleSession to properly set initiator field in session.
sergeyu@chromium.org
2012-02-29
2
-0
/
+11
*
Implement timeouts for IQ requests.
sergeyu@chromium.org
2012-02-26
4
-72
/
+116
*
Revert 123635 - Implement timeouts for IQ requests.
jamesr@chromium.org
2012-02-25
4
-115
/
+72
*
Implement timeouts for IQ requests.
sergeyu@chromium.org
2012-02-25
4
-72
/
+115
*
Rename PepperSession to JingleSession.
sergeyu@chromium.org
2012-02-24
8
-235
/
+104
*
Fix leaks due to async cleanup in LibjingleTransportFactory.
sergeyu@chromium.org
2012-02-24
1
-0
/
+1
*
Delete Session and SessionManager object synchronously.
sergeyu@chromium.org
2012-02-24
6
-37
/
+108
*
Use scoped_ptr to pass ownership in SignalStrategy.
sergeyu@chromium.org
2012-02-23
4
-23
/
+24
*
Switch host to the new signaling code.
sergeyu@chromium.org
2012-02-22
10
-1881
/
+0
*
Implement support for route change notifications in the Transport interface.
sergeyu@chromium.org
2012-02-21
5
-1
/
+67
*
Remove BeginSessionDeprecated.
sergeyu@chromium.org
2012-02-21
2
-15
/
+1
*
Libjingle-based TransportFactory implementation.
sergeyu@chromium.org
2012-02-21
8
-12
/
+418
*
Remove erroneous DCHECK from KeyEventTracker
dcaiafa@chromium.org
2012-02-18
1
-2
/
+1
*
Revert 119390 - Log out input event modifiers and pressed keys every time ESC...
wez@chromium.org
2012-02-17
2
-22
/
+1
[next]