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
/
jingle_session_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update webrtc&libjingle 6774:6825.
ronghuawu@chromium.org
2014-08-06
1
-1
/
+1
*
Revert "Update webrtc&libjingle 6774:6799."
erikchen@chromium.org
2014-07-31
1
-1
/
+1
*
Update webrtc&libjingle 6774:6799.
ronghuawu@chromium.org
2014-07-31
1
-1
/
+1
*
Remove remoting/jingle_glue
sergeyu@chromium.org
2014-07-17
1
-2
/
+2
*
Fix LibjingleTransportFactory to refresh STUN/Relay.
sergeyu@chromium.org
2013-12-16
1
-41
/
+10
*
Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay."
sergeyu@chromium.org
2013-12-16
1
-10
/
+41
*
Fix LibjingleTransportFactory to refresh STUN/Relay.
sergeyu@chromium.org
2013-12-16
1
-41
/
+10
*
Use callback interface for state notifications in Session interface.
sergeyu@chromium.org
2012-07-12
1
-4
/
+2
*
Reland 137824 - was reverted by mistake
sergeyu@chromium.org
2012-05-22
1
-1
/
+2
*
This broke M20 build.
dharani@chromium.org
2012-05-22
1
-2
/
+1
*
Properly handle accounts that don't have GMail account.
sergeyu@chromium.org
2012-05-18
1
-1
/
+2
*
Pass TransportConfig to TransportFactory instead of Transport.
sergeyu@chromium.org
2012-04-30
1
-6
/
+12
*
Move PortAllocator creation out of LibjingleTransportFactory.
sergeyu@chromium.org
2012-04-30
1
-10
/
+6
*
Address remaining nits for r129104.
sergeyu@chromium.org
2012-03-28
1
-2
/
+2
*
Implement exponential backoff for failed Me2Me authentication attempts
sergeyu@chromium.org
2012-03-27
1
-0
/
+4
*
Cleanups in the host authentication state handling.
sergeyu@chromium.org
2012-03-27
1
-1
/
+16
*
Set incoming_only flag on the host side when NAT traversal is disabled.
sergeyu@chromium.org
2012-03-02
1
-2
/
+3
*
Rename PepperSession to JingleSession.
sergeyu@chromium.org
2012-02-24
1
-0
/
+183
*
Switch host to the new signaling code.
sergeyu@chromium.org
2012-02-22
1
-271
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
1
-0
/
+1
*
Add scoped_ptr<>::PassAs<>().
sergeyu@chromium.org
2012-01-25
1
-1
/
+1
*
Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.
sergeyu@chromium.org
2012-01-20
1
-11
/
+11
*
Restrict Me2Me host to the 12400-12409 port range.
sergeyu@chromium.org
2012-01-13
1
-3
/
+6
*
Remove dependency on HostConfig from ChromotingHost and other classes.
sergeyu@chromium.org
2012-01-07
1
-2
/
+4
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
base::Bind: Remove ScopedRunnableMethodFactory.
jhawkins@chromium.org
2012-01-03
1
-3
/
+2
*
Refactor SignalStrategy so that it can be reused for multiple connections.
sergeyu@chromium.org
2012-01-03
1
-13
/
+26
*
Cleanup JingleInfoRequest on JingleSessionManager::Close
amit@chromium.org
2011-12-20
1
-0
/
+1
*
Use Authenticator interface in Session and SessionManager.
sergeyu@chromium.org
2011-11-30
1
-96
/
+29
*
Remove JingleSessionManager::set_allow_local_ips().
sergeyu@chromium.org
2011-11-29
1
-7
/
+2
*
Access ChromotingHost::clients_ only on network thread.
sergeyu@chromium.org
2011-11-11
1
-4
/
+2
*
Refactor IqRequest.
sergeyu@chromium.org
2011-11-04
1
-2
/
+1
*
Switch remoting/protocol to new callbacks
sergeyu@chromium.org
2011-10-07
1
-1
/
+1
*
Replace LOG(INFO) with VLOG(1) to avoid excessive logging.
sergeyu@chromium.org
2011-09-29
1
-4
/
+4
*
Parse termination reason and propagate the error to the Session interface.
sergeyu@chromium.org
2011-09-27
1
-5
/
+6
*
Remove old sandboxing-related code.
sergeyu@chromium.org
2011-09-23
1
-36
/
+6
*
Pass SessionConfig by reference instead of pointer.
sergeyu@chromium.org
2011-09-10
1
-1
/
+0
*
Parsers and formatters for jingle messages.
sergeyu@chromium.org
2011-08-19
1
-2
/
+2
*
Use MessageLoopProxy for network message loop.
sergeyu@chromium.org
2011-08-12
1
-5
/
+9
*
Remove key exchange code from JingleSession.
sergeyu@chromium.org
2011-08-11
1
-6
/
+4
*
Resolve addresses of STUN/Relay servers in JingleInfoRequest.
sergeyu@chromium.org
2011-08-09
1
-2
/
+8
*
Use HMAC SHA-256, since SHA-1 won't work inside the Windows sandbox.
wez@chromium.org
2011-08-09
1
-1
/
+1
*
Asynchronous initialization in SessionManager.
sergeyu@chromium.org
2011-07-28
1
-10
/
+16
*
Cleanups and bugfixes for JingleInfoRequest.
sergeyu@chromium.org
2011-07-26
1
-17
/
+13
*
Expose nat_traversal flag to host and client plugins.
sergeyu@chromium.org
2011-07-26
1
-6
/
+8
*
Don't use X509Certificate in chromoting code.
sergeyu@chromium.org
2011-07-16
1
-4
/
+4
*
Disable TCP connections for chromoting
hclam@chromium.org
2011-07-13
1
-2
/
+8
*
Roll new libjingle with asynchronous NetworkManager.
sergeyu@chromium.org
2011-07-13
1
-1
/
+1
*
Minor cleanups in JingleSession and JingleSessionManager.
sergeyu@chromium.org
2011-07-07
1
-17
/
+18
*
Fix Valgrind errors in remoting_unittests.
sergeyu@chromium.org
2011-07-07
1
-10
/
+6
[next]