| Commit message (Expand) | Author | Age | Files | Lines |
* | Build remoting for PNaCl | sergeyu@chromium.org | 2014-05-19 | 1 | -0/+2 |
* | Revert 271343 "Build remoting for PNaCl" | sergeyu@chromium.org | 2014-05-19 | 1 | -2/+0 |
* | Build remoting for PNaCl | sergeyu@chromium.org | 2014-05-19 | 1 | -0/+2 |
* | Revert 267030 "Build remoting for PNaCl" | sergeyu@chromium.org | 2014-04-30 | 1 | -2/+0 |
* | Build remoting for PNaCl | sergeyu@chromium.org | 2014-04-30 | 1 | -0/+2 |
* | Cause: | kelvinp@chromium.org | 2014-04-07 | 1 | -2/+72 |
* | Migrate remoting/ to base::RunLoop::RunUntilIdle(); | tfarina@chromium.org | 2014-01-24 | 1 | -3/+4 |
* | Fix LibjingleTransportFactory to refresh STUN/Relay. | sergeyu@chromium.org | 2013-12-16 | 1 | -5/+7 |
* | Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay." | sergeyu@chromium.org | 2013-12-16 | 1 | -7/+5 |
* | Fix LibjingleTransportFactory to refresh STUN/Relay. | sergeyu@chromium.org | 2013-12-16 | 1 | -5/+7 |
* | Cleanup LibjingleTransportFactory | sergeyu@chromium.org | 2013-12-12 | 1 | -4/+16 |
* | Use a direct include of the message_loop header in remoting/. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Use a direct include of time headers in ppapi/, printing/, remoting/. | avi@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | remoting: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-30 | 1 | -3/+4 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | remoting: Update calls froms RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-01 | 1 | -3/+3 |
* | Clean up remoting::VideoScheduler implementation: | wez@chromium.org | 2012-10-26 | 1 | -1/+1 |
* | Add support for multiplexed channels in remoting::protocol::Session interface. | sergeyu@chromium.org | 2012-08-18 | 1 | -13/+48 |
* | Always use chromium threads for IO in remoting host | sergeyu@chromium.org | 2012-07-27 | 1 | -5/+2 |
* | Revert 148418 - Always use chromium threads for IO in remoting host | sergeyu@chromium.org | 2012-07-26 | 1 | -2/+5 |
* | Always use chromium threads for IO in remoting host | sergeyu@chromium.org | 2012-07-25 | 1 | -5/+2 |
* | [Chromoting] Fix unit test warnings introduced in r146455. | simonmorris@chromium.org | 2012-07-24 | 1 | -0/+12 |
* | Use callback interface for state notifications in Session interface. | sergeyu@chromium.org | 2012-07-12 | 1 | -38/+29 |
* | Move PortAllocator creation out of LibjingleTransportFactory. | sergeyu@chromium.org | 2012-04-30 | 1 | -6/+5 |
* | 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 | 1 | -1/+2 |
* | * 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 | 1 | -0/+10 |
* | Rename PepperSession to JingleSession. | sergeyu@chromium.org | 2012-02-24 | 1 | -0/+375 |
* | Switch host to the new signaling code. | sergeyu@chromium.org | 2012-02-22 | 1 | -395/+0 |
* | Use scoped_ptr<> for channel creation callbacks. | sergeyu@chromium.org | 2012-02-05 | 1 | -73/+24 |
* | Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code. | sergeyu@chromium.org | 2012-01-20 | 1 | -11/+10 |
* | Restrict Me2Me host to the 12400-12409 port range. | sergeyu@chromium.org | 2012-01-13 | 1 | -4/+4 |
* | Remove dependency on HostConfig from ChromotingHost and other classes. | sergeyu@chromium.org | 2012-01-07 | 1 | -2/+3 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -2/+1 |
* | Refactor SignalStrategy so that it can be reused for multiple connections. | sergeyu@chromium.org | 2012-01-03 | 1 | -6/+5 |
* | Implement multi-step auth support in PepperSession. | sergeyu@chromium.org | 2011-12-14 | 1 | -20/+20 |
* | Multi-step authentication support in JingleSession. | sergeyu@chromium.org | 2011-12-13 | 1 | -7/+34 |
* | Separate Authenticator and Session unittests. | sergeyu@chromium.org | 2011-12-13 | 1 | -680/+181 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -16/+12 |
* | Removing MessageLoop::QuitTask() from remoting/ | dcheng@chromium.org | 2011-12-09 | 1 | -1/+1 |
* | Add AUTHENTICATED session state. | sergeyu@chromium.org | 2011-12-06 | 1 | -0/+6 |
* | Fix leak in remoting_unittests caused by crrev.com/112127 | sergeyu@chromium.org | 2011-11-30 | 1 | -1/+1 |
* | Use Authenticator interface in Session and SessionManager. | sergeyu@chromium.org | 2011-11-30 | 1 | -28/+164 |
* | Remove AccessVerifier interface. | sergeyu@chromium.org | 2011-11-29 | 1 | -3/+5 |
* | Remove JingleSessionManager::set_allow_local_ips(). | sergeyu@chromium.org | 2011-11-29 | 1 | -2/+0 |
* | Remove event_channel() and control_channel() from Session interface. | sergeyu@chromium.org | 2011-11-22 | 1 | -43/+26 |
* | Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,... | ajwong@chromium.org | 2011-11-21 | 1 | -1/+1 |