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
/
connection_to_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call ChromotingClient::Initialize() before any packets can arrive.
alexeypa@chromium.org
2013-04-13
1
-0
/
+1
*
Clean-up inline members of nested classes (remoting/)
hans@chromium.org
2012-08-09
1
-0
/
+2
*
Show connection state in the Chromoting client UI.
sergeyu@chromium.org
2012-07-23
1
-0
/
+12
*
Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-23
1
-0
/
+1
*
Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-20
1
-1
/
+0
*
Rename ChromotingView to ClientUserInterface. Clean it up.
sergeyu@chromium.org
2012-07-20
1
-0
/
+1
*
Use callback interface for state notifications in Session interface.
sergeyu@chromium.org
2012-07-12
1
-5
/
+5
*
Added piping for sending audio packets from host to client.
kxing@chromium.org
2012-06-25
1
-1
/
+6
*
Removed the dead function OnVideoPacket().
kxing@chromium.org
2012-06-05
1
-3
/
+0
*
[Chromoting] Initial plumbing for cursor shape.
garykac@chromium.org
2012-06-02
1
-0
/
+1
*
Don't depend on MessageLoopProxy in remoting protocol code.
sergeyu@chromium.org
2012-05-24
1
-8
/
+4
*
Switch client to Pepper UDP API instead of Transport API.
sergeyu@chromium.org
2012-05-16
1
-2
/
+2
*
Revert 136692 - Switch client to Pepper UDP API instead of Transport API.
sergeyu@chromium.org
2012-05-14
1
-2
/
+2
*
Switch client to Pepper UDP API instead of Transport API.
sergeyu@chromium.org
2012-05-11
1
-2
/
+2
*
Add notifyClientDimensions API to the Chromoting Client plugin.
wez@chromium.org
2012-05-01
1
-0
/
+1
*
[Chromoting] Let the client plugin pass clipboard items to the host.
simonmorris@chromium.org
2012-04-04
1
-0
/
+3
*
[Chromoting] Add plumbing to carry clipboard events from the host to the client.
simonmorris@chromium.org
2012-03-31
1
-0
/
+3
*
Cleanup error handling in the client plugin.
sergeyu@chromium.org
2012-03-02
1
-12
/
+5
*
Fix crash on disconnect
dcaiafa@chromium.org
2012-02-04
1
-2
/
+2
*
Implement V2 authentication support in the client plugin.
sergeyu@chromium.org
2012-01-24
1
-4
/
+5
*
Revert 118805 - Implement V2 authentication support in the client plugin.
sergeyu@chromium.org
2012-01-24
1
-5
/
+4
*
Implement V2 authentication support in the client plugin.
sergeyu@chromium.org
2012-01-24
1
-4
/
+5
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+1
*
Refactor SignalStrategy so that it can be reused for multiple connections.
sergeyu@chromium.org
2012-01-03
1
-10
/
+4
*
Add AUTHENTICATED session state.
sergeyu@chromium.org
2011-12-06
1
-4
/
+0
*
Remove event_channel() and control_channel() from Session interface.
sergeyu@chromium.org
2011-11-22
1
-8
/
+3
*
Refactor client channel dispatchers.
sergeyu@chromium.org
2011-11-18
1
-9
/
+4
*
Cleanup: Remove unneeded forward declarations from remoting.
thestig@chromium.org
2011-11-11
1
-2
/
+0
*
Move code in src/remoting to the new callbacks.
sergeyu@chromium.org
2011-11-10
1
-2
/
+0
*
Remove old Authentication code that we don't use or need.
sergeyu@chromium.org
2011-11-05
1
-0
/
+3
*
removing unnecessary include
amit@chromium.org
2011-11-02
1
-1
/
+0
*
Expose connection error code to the web app.
sergeyu@chromium.org
2011-10-01
1
-14
/
+19
*
Cleanup ConnectionToHost of non-P2P-API code.
sergeyu@chromium.org
2011-09-22
1
-20
/
+1
*
Add flag to use P2P Transport API.
sergeyu@chromium.org
2011-09-13
1
-0
/
+6
*
Pass SessionConfig by reference instead of pointer.
sergeyu@chromium.org
2011-09-10
1
-1
/
+1
*
Use MessageLoopProxy for network message loop.
sergeyu@chromium.org
2011-08-12
1
-3
/
+5
*
Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-11
1
-25
/
+24
*
Revert 96089 - Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-10
1
-5
/
+0
*
Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-09
1
-0
/
+5
*
Resolve addresses of STUN/Relay servers in JingleInfoRequest.
sergeyu@chromium.org
2011-08-09
1
-0
/
+3
*
Asynchronous initialization in SessionManager.
sergeyu@chromium.org
2011-07-28
1
-8
/
+10
*
Expose nat_traversal flag to host and client plugins.
sergeyu@chromium.org
2011-07-26
1
-5
/
+6
*
Make Session and SessionManager not thread-safe and not ref-counted.
sergeyu@chromium.org
2011-07-06
1
-7
/
+2
*
Close all writers before JingleSession is destroyed.
sergeyu@chromium.org
2011-06-30
1
-4
/
+10
*
Remove JingleClient.
sergeyu@chromium.org
2011-06-29
1
-6
/
+12
*
Cleanup client shutdown sequence.
sergeyu@chromium.org
2011-06-24
1
-3
/
+5
*
Cleanup usage of JingleThread in the protocol code.
sergeyu@chromium.org
2011-06-24
1
-5
/
+2
*
Remove support for non-sandboxed connections.
sergeyu@chromium.org
2011-06-24
1
-12
/
+2
*
Initial key exchange implementation.
sergeyu@chromium.org
2011-06-01
1
-0
/
+3
*
Wire in OAuth2 support into non-sandboxed connections in libjingle.
ajwong@chromium.org
2011-05-25
1
-0
/
+1
[next]