| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for multiplexed channels in remoting::protocol::Session interface. | sergeyu@chromium.org | 2012-08-18 | 1 | -5/+13 |
* | Fix invalid header guards in jingle_session(_manager)?.h | sergeyu@chromium.org | 2012-07-25 | 1 | -3/+3 |
* | Show connection state in the Chromoting client UI. | sergeyu@chromium.org | 2012-07-23 | 1 | -0/+2 |
* | Use callback interface for state notifications in Session interface. | sergeyu@chromium.org | 2012-07-12 | 1 | -8/+3 |
* | Roll libjingle 132:135 | sergeyu@chromium.org | 2012-04-26 | 1 | -1/+1 |
* | Cleanup error handling in the client plugin. | sergeyu@chromium.org | 2012-03-02 | 1 | -3/+3 |
* | Implement timeouts for IQ requests. | sergeyu@chromium.org | 2012-02-26 | 1 | -10/+14 |
* | Revert 123635 - Implement timeouts for IQ requests. | jamesr@chromium.org | 2012-02-25 | 1 | -14/+10 |
* | Implement timeouts for IQ requests. | sergeyu@chromium.org | 2012-02-25 | 1 | -10/+14 |
* | Rename PepperSession to JingleSession. | sergeyu@chromium.org | 2012-02-24 | 1 | -0/+154 |
* | Switch host to the new signaling code. | sergeyu@chromium.org | 2012-02-22 | 1 | -166/+0 |
* | Add JingleSession::OnRouteChange(), and pass IP endpoint information to a | lambroslambrou@chromium.org | 2012-01-25 | 1 | -0/+6 |
* | Change Authenticator interface to properly handle protocol errors. | sergeyu@chromium.org | 2012-01-24 | 1 | -2/+4 |
* | Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code. | sergeyu@chromium.org | 2012-01-20 | 1 | -7/+8 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+1 |
* | Convert all of remoting/* to base::Bind(). | ajwong@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Multi-step authentication support in JingleSession. | sergeyu@chromium.org | 2011-12-13 | 1 | -4/+7 |
* | Separate Authenticator and Session unittests. | sergeyu@chromium.org | 2011-12-13 | 1 | -0/+7 |
* | Use Authenticator interface in Session and SessionManager. | sergeyu@chromium.org | 2011-11-30 | 1 | -45/+12 |
* | Remove event_channel() and control_channel() from Session interface. | sergeyu@chromium.org | 2011-11-22 | 1 | -15/+0 |
* | Add CancelChannelCreation() in protocol::Session interface. | sergeyu@chromium.org | 2011-11-17 | 1 | -1/+4 |
* | Send correct termination reason when session is terminated by the host. | sergeyu@chromium.org | 2011-11-15 | 1 | -2/+4 |
* | Switch remoting/protocol to new callbacks | sergeyu@chromium.org | 2011-10-07 | 1 | -2/+3 |
* | Parse termination reason and propagate the error to the Session interface. | sergeyu@chromium.org | 2011-09-27 | 1 | -0/+3 |
* | Pass SessionConfig by reference instead of pointer. | sergeyu@chromium.org | 2011-09-10 | 1 | -3/+4 |
* | Use plugin main thread for network code on the client side | sergeyu@chromium.org | 2011-08-22 | 1 | -1/+0 |
* | Parsers and formatters for jingle messages. | sergeyu@chromium.org | 2011-08-19 | 1 | -2/+0 |
* | Remove key exchange code from JingleSession. | sergeyu@chromium.org | 2011-08-11 | 1 | -6/+0 |
* | Simplify channel creation callbacks in remoting::Session interface. | sergeyu@chromium.org | 2011-08-11 | 1 | -3/+2 |
* | Remove video_channel() from Session interface | sergeyu@chromium.org | 2011-08-11 | 1 | -4/+0 |
* | Revert 96089 - Remove video_channel() from Session interface | sergeyu@chromium.org | 2011-08-10 | 1 | -0/+4 |
* | Remove video_channel() from Session interface | sergeyu@chromium.org | 2011-08-09 | 1 | -4/+0 |
* | Disable RTP support in remoting protocol code. | sergeyu@chromium.org | 2011-08-03 | 1 | -2/+0 |
* | Add an authentication step to stream channel setup in JingleStreamConnector. | wez@chromium.org | 2011-07-29 | 1 | -1/+8 |
* | Revert 94247 - Add an authentication step to stream channel setup in JingleSt... | wez@chromium.org | 2011-07-27 | 1 | -8/+1 |
* | Add an authentication step to stream channel setup in JingleStreamConnector. | wez@chromium.org | 2011-07-27 | 1 | -1/+8 |
* | Don't use X509Certificate in chromoting code. | sergeyu@chromium.org | 2011-07-16 | 1 | -9/+5 |
* | Move channel initialization logic to JingleChannel class. | sergeyu@chromium.org | 2011-07-15 | 1 | -87/+57 |
* | Revert 92641 because it doesn't compile - Move channel initialization logic t... | sadrul@chromium.org | 2011-07-15 | 1 | -57/+87 |
* | Move channel initialization logic to JingleChannel class. | sergeyu@chromium.org | 2011-07-15 | 1 | -87/+57 |
* | Remove SocketWrapper, which should no longer be needed since we're explicitly... | wez@chromium.org | 2011-07-08 | 1 | -4/+0 |
* | Make Session and SessionManager not thread-safe and not ref-counted. | sergeyu@chromium.org | 2011-07-06 | 1 | -4/+7 |
* | Fix JingleSession to respect net::StreamSocket Read/Write semantics. | wez@chromium.org | 2011-06-24 | 1 | -17/+28 |
* | Initial key exchange implementation. | sergeyu@chromium.org | 2011-06-01 | 1 | -21/+36 |
* | Roll new libjingle. Use the new incoming_only flag in chromoting host. | sergeyu@chromium.org | 2011-05-10 | 1 | -2/+10 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -1/+1 |
* | Log an error and fail to connect on invalid Host response, rather than crashing. | wez@chromium.org | 2011-04-28 | 1 | -0/+9 |
* | Use PseudoTcpAdapter in Chromoting | sergeyu@chromium.org | 2011-04-22 | 1 | -19/+15 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -4/+4 |
* | Moved socket adapters from remoting/jingle_glue to jingle/glue. | sergeyu@chromium.org | 2011-03-31 | 1 | -8/+10 |