summaryrefslogtreecommitdiffstats
path: root/remoting/host/log_to_server.cc
Commit message (Expand)AuthorAgeFilesLines
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-041-1/+1
* Moving host status events monitoring to a separate interface (HostStatusMonit...alexeypa@chromium.org2013-03-021-9/+6
* Make host/url references configurable.rmsousa@chromium.org2013-02-051-3/+5
* Clean-up inline members of nested classes (remoting/)hans@chromium.org2012-08-091-0/+5
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-271-1/+0
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-261-0/+1
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-251-1/+0
* [Chromoting] LogToServer correctly handles multiple simultaneous connections.simonmorris@chromium.org2012-05-251-10/+9
* Disconnect active connections when another client is authenticated.sergeyu@chromium.org2012-05-231-7/+1
* [Chromoting] Replace some bare pointers with scoped_ptrs, and improve naming.simonmorris@chromium.org2012-05-221-1/+1
* [Chromoting] Add platform data to heartbeats.simonmorris@chromium.org2012-05-221-6/+1
* Log connection type to syslogs and to the server.sergeyu@chromium.org2012-03-201-3/+22
* Use scoped_ptr<> to pass ownership in more places.sergeyu@chromium.org2012-03-201-1/+1
* Use scoped_ptr to pass ownership in SignalStrategy.sergeyu@chromium.org2012-02-231-3/+3
* The chromoting hosts log an "IT2Me or Me2Me" field to the server.simonmorris@chromium.org2012-01-211-0/+3
* Log client jid for rejected clients.sergeyu@chromium.org2012-01-181-1/+1
* Add ChromotingHost::RemoveStatusObserver().sergeyu@chromium.org2012-01-171-2/+10
* Move ChromotingHost initialization to the network thread.sergeyu@chromium.org2012-01-071-0/+6
* Move signaling connection creation out of ChromotingHost.sergeyu@chromium.org2012-01-041-18/+16
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-2/+1
* The host sends simple log entries to the server.simonmorris@chromium.org2011-11-221-0/+97