| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Reimplemented string array resources. | jamiewalch@chromium.org | 2014-03-07 | 2 | -3/+2 |
* | Refactor TokenValidatorImpl into a base class + implementation. | rmsousa@chromium.org | 2014-02-26 | 8 | -51/+80 |
* | Fix getPairedClients for un-elevated native messaging process. | weitaosu@chromium.org | 2014-02-23 | 1 | -1/+3 |
* | Explicitly select ICEPROTO_GOOGLE mode in LibjingleTransportFactory | sergeyu@chromium.org | 2014-02-08 | 1 | -0/+1 |
* | Migrate remoting/ to base::RunLoop::RunUntilIdle(); | tfarina@chromium.org | 2014-01-24 | 5 | -28/+33 |
* | Fix JID checking for cases where the user account does not have a Google emai... | rmsousa@chromium.org | 2014-01-11 | 2 | -5/+29 |
* | Show connection type in web-app. | jamiewalch@chromium.org | 2014-01-09 | 2 | -2/+5 |
* | Android Chromoting - Close the Desktop view on disconnection | lambroslambrou@chromium.org | 2014-01-09 | 2 | -6/+6 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Fix LibjingleTransportFactory to refresh STUN/Relay. | sergeyu@chromium.org | 2013-12-16 | 10 | -145/+163 |
* | Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay." | sergeyu@chromium.org | 2013-12-16 | 10 | -163/+145 |
* | Fix LibjingleTransportFactory to refresh STUN/Relay. | sergeyu@chromium.org | 2013-12-16 | 10 | -145/+163 |
* | Disable authenticator unittests on Android | lambroslambrou@chromium.org | 2013-12-13 | 4 | -22/+51 |
* | Cleanup LibjingleTransportFactory | sergeyu@chromium.org | 2013-12-12 | 3 | -79/+31 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 4 | -15/+6 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 4 | -6/+15 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 4 | -15/+6 |
* | LOG(INFO) tidying in remoting/ | scottmg@chromium.org | 2013-11-25 | 4 | -6/+6 |
* | 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 |