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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass TransportConfig to TransportFactory instead of Transport.
sergeyu@chromium.org
2012-04-30
1
-4
/
+2
*
Roll libjingle 132:135
sergeyu@chromium.org
2012-04-26
1
-5
/
+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
/
+6
*
Log connection type to syslogs and to the server.
sergeyu@chromium.org
2012-03-20
1
-4
/
+2
*
Cleanup error handling in the client plugin.
sergeyu@chromium.org
2012-03-02
1
-21
/
+13
*
Fix JingleSession to properly set initiator field in session.
sergeyu@chromium.org
2012-02-29
1
-0
/
+1
*
Implement timeouts for IQ requests.
sergeyu@chromium.org
2012-02-26
1
-60
/
+94
*
Revert 123635 - Implement timeouts for IQ requests.
jamesr@chromium.org
2012-02-25
1
-93
/
+60
*
Implement timeouts for IQ requests.
sergeyu@chromium.org
2012-02-25
1
-60
/
+93
*
Rename PepperSession to JingleSession.
sergeyu@chromium.org
2012-02-24
1
-0
/
+559
*
Switch host to the new signaling code.
sergeyu@chromium.org
2012-02-22
1
-588
/
+0
*
Implement support for route change notifications in the Transport interface.
sergeyu@chromium.org
2012-02-21
1
-1
/
+2
*
Log IP/port of host as well as client in Me2Me host
lambroslambrou@chromium.org
2012-02-02
1
-3
/
+15
*
Add JingleSession::OnRouteChange(), and pass IP endpoint information to a
lambroslambrou@chromium.org
2012-01-25
1
-0
/
+25
*
Change Authenticator interface to properly handle protocol errors.
sergeyu@chromium.org
2012-01-24
1
-3
/
+18
*
Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.
sergeyu@chromium.org
2012-01-20
1
-23
/
+27
*
Convert all of remoting/* to base::Bind().
ajwong@chromium.org
2011-12-20
1
-5
/
+8
*
Multi-step authentication support in JingleSession.
sergeyu@chromium.org
2011-12-13
1
-12
/
+47
*
Separate Authenticator and Session unittests.
sergeyu@chromium.org
2011-12-13
1
-1
/
+17
*
Add AUTHENTICATED session state.
sergeyu@chromium.org
2011-12-06
1
-0
/
+3
*
Use Authenticator interface in Session and SessionManager.
sergeyu@chromium.org
2011-11-30
1
-95
/
+96
*
Remove AccessVerifier interface.
sergeyu@chromium.org
2011-11-29
1
-0
/
+5
*
Don't delete channels in JingleSession::CloseInternal().
sergeyu@chromium.org
2011-11-29
1
-3
/
+1
*
Move SSL layer initialization into ChannelAuthenticator implementations.
sergeyu@chromium.org
2011-11-23
1
-2
/
+11
*
Remove event_channel() and control_channel() from Session interface.
sergeyu@chromium.org
2011-11-22
1
-41
/
+0
*
Add CancelChannelCreation() in protocol::Session interface.
sergeyu@chromium.org
2011-11-17
1
-1
/
+9
*
Send correct termination reason when session is terminated by the host.
sergeyu@chromium.org
2011-11-15
1
-9
/
+27
*
Switch remoting/protocol to new callbacks
sergeyu@chromium.org
2011-10-07
1
-6
/
+7
*
Parse termination reason and propagate the error to the Session interface.
sergeyu@chromium.org
2011-09-27
1
-0
/
+6
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-0
/
+1
*
Access Session::config() and Session::jid() on the correct thread only.
sergeyu@chromium.org
2011-09-13
1
-8
/
+2
*
Chromoting protocol implementation based on P2P Transport API.
sergeyu@chromium.org
2011-09-12
1
-7
/
+0
*
Revert 100589 - Access Session::config() on the correct thread.
sergeyu@chromium.org
2011-09-12
1
-2
/
+8
*
Access Session::config() on the correct thread.
sergeyu@chromium.org
2011-09-10
1
-8
/
+2
*
Pass SessionConfig by reference instead of pointer.
sergeyu@chromium.org
2011-09-10
1
-12
/
+12
*
Use plugin main thread for network code on the client side
sergeyu@chromium.org
2011-08-22
1
-13
/
+11
*
Parsers and formatters for jingle messages.
sergeyu@chromium.org
2011-08-19
1
-4
/
+0
*
Use MessageLoopProxy for network message loop.
sergeyu@chromium.org
2011-08-12
1
-3
/
+3
*
Remove key exchange code from JingleSession.
sergeyu@chromium.org
2011-08-11
1
-61
/
+0
*
Simplify channel creation callbacks in remoting::Session interface.
sergeyu@chromium.org
2011-08-11
1
-23
/
+16
*
Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-11
1
-31
/
+6
*
Revert 96089 - Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-10
1
-1
/
+24
*
Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-09
1
-24
/
+1
*
Disable RTP support in remoting protocol code.
sergeyu@chromium.org
2011-08-03
1
-19
/
+6
*
Add WARN_UNUSED_RESULT to crypto/hmac.h
rsleevi@chromium.org
2011-07-30
1
-2
/
+5
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-29
1
-1
/
+11
*
Revert 94247 - Add an authentication step to stream channel setup in JingleSt...
wez@chromium.org
2011-07-27
1
-11
/
+1
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-27
1
-1
/
+11
*
Expose nat_traversal flag to host and client plugins.
sergeyu@chromium.org
2011-07-26
1
-0
/
+8
[next]