| Commit message (Expand) | Author | Age | Files | Lines |
* | net: require forward security for Chromoting SSL/TLS server connections. | agl@chromium.org | 2013-10-31 | 1 | -1/+4 |
* | Add VP9 decode support to the remoting client. | wez@chromium.org | 2013-10-22 | 4 | -2/+28 |
* | Remove dependency on Skia from chromoting client. | sergeyu@chromium.org | 2013-09-25 | 5 | -33/+35 |
* | Enable IPv6 in chromoting | sergeyu@chromium.org | 2013-09-19 | 1 | -1/+2 |
* | Revert 224101 "Remove dependency on Skia from chromoting client." | sergeyu@chromium.org | 2013-09-19 | 5 | -35/+33 |
* | Remove dependency on Skia from chromoting client. | sergeyu@chromium.org | 2013-09-19 | 5 | -33/+35 |
* | Simplify VideoEncoder interface. | sergeyu@chromium.org | 2013-09-13 | 1 | -0/+5 |
* | Remove obsolete audio codecs and channel configurations. | sergeyu@chromium.org | 2013-09-12 | 1 | -23/+3 |
* | Move cursor-shape validation into remoting/protocol | lambroslambrou@chromium.org | 2013-09-12 | 1 | -1/+42 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 2 | -4/+4 |
* | Move ScopedClosureRunner to callback_helpers, add Reset. | avi@chromium.org | 2013-08-30 | 3 | -1/+3 |
* | Remove unused variable declaration. | etienneb@chromium.org | 2013-08-21 | 1 | -1/+0 |
* | Support service accounts in the chromoting host. | rmsousa@chromium.org | 2013-08-16 | 2 | -7/+8 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 1 | -11/+11 |
* | Remove deprecated functions that take StreamSockets instead of handles | akalin@chromium.org | 2013-08-14 | 1 | -1/+4 |
* | Added JsonMessage to the control channel. | jamiewalch@chromium.org | 2013-08-13 | 7 | -0/+31 |
* | Changed the way the client pairings are stored in the registry. | alexeypa@chromium.org | 2013-08-09 | 2 | -16/+10 |
* | Refactored PairingRegistry::Delegate such that it can retrieve/modify for a s... | alexeypa@chromium.org | 2013-08-02 | 6 | -349/+371 |
* | Add serialization to PairingRegistry. | jamiewalch@chromium.org | 2013-07-19 | 5 | -42/+268 |
* | Add the beginnings of a Chromoting Android app | solb@chromium.org | 2013-07-19 | 2 | -0/+9 |
* | Use a direct include of the message_loop header in remoting/. | avi@chromium.org | 2013-07-17 | 11 | -12/+12 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 3 | -3/+3 |
* | Allow transport candidates to arrive before the authentication accepted message. | rmsousa@chromium.org | 2013-07-13 | 2 | -4/+28 |
* | Chromoting paired-client revocation, with NPAPI/native-messaging APIs. | lambroslambrou@chromium.org | 2013-07-12 | 3 | -20/+216 |
* | Host offline status reporting. | weitaosu@chromium.org | 2013-07-11 | 1 | -0/+4 |
* | Make AudioPlayer optional in ChromotingClient | solb@chromium.org | 2013-07-10 | 2 | -1/+5 |
* | Revert 210731 "Host offline status reporting." | satorux@chromium.org | 2013-07-10 | 1 | -4/+0 |
* | Host offline status reporting. | weitaosu@chromium.org | 2013-07-10 | 1 | -0/+4 |
* | Use a direct include of time headers in ppapi/, printing/, remoting/. | avi@chromium.org | 2013-06-28 | 8 | -9/+9 |
* | Chromoting: fixing caps lock issue with mac host. | weitaosu@chromium.org | 2013-06-26 | 2 | -8/+40 |
* | Linux pairing registry delegate implementation | jamiewalch@chromium.org | 2013-06-23 | 6 | -109/+170 |
* | Add static Create method to LibjingleTransportFactory | solb@chromium.org | 2013-06-21 | 2 | -1/+38 |
* | Remove XML FROM element in JingleSession::StartConnection | solb@chromium.org | 2013-06-21 | 3 | -2/+5 |
* | Add timeout for when P2P connection failures. | sergeyu@chromium.org | 2013-06-21 | 4 | -6/+58 |
* | Changes to PairingRegistry to facilitate per-platform implementions. | jamiewalch@chromium.org | 2013-06-18 | 7 | -52/+119 |
* | Make the mapping from client id -> secret asynchronous. | jamiewalch@chromium.org | 2013-06-14 | 9 | -119/+207 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/. | dcheng@chromium.org | 2013-06-14 | 7 | -9/+9 |
* | Remove XmppProxy and JavascriptSignalStrategy. | sergeyu@chromium.org | 2013-06-13 | 2 | -32/+18 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 2 | -0/+5 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of strings headers in remoting/. | avi@chromium.org | 2013-06-11 | 7 | -7/+7 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 6 | -6/+6 |
* | This CL adds the "request pairing" implementation between the web-app and the... | jamiewalch@chromium.org | 2013-06-04 | 5 | -12/+8 |
* | Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-04 | 1 | -4/+6 |
* | Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli... | rsleevi@chromium.org | 2013-06-01 | 14 | -50/+78 |
* | Show a 'remember me' checkbox in the web-app when connecting to a host that s... | jamiewalch@chromium.org | 2013-05-24 | 4 | -8/+15 |
* | PairingAuthenticator implementation and plumbing. | jamiewalch@chromium.org | 2013-05-22 | 18 | -58/+794 |
* | Added missing function. | jamiewalch@chromium.org | 2013-05-15 | 1 | -0/+5 |
* | Added support for an optimistic protocol message from the client. | jamiewalch@chromium.org | 2013-05-14 | 2 | -11/+36 |
* | Added PairingRegistry class. | jamiewalch@chromium.org | 2013-05-10 | 3 | -0/+219 |