| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable TCP temporarily to workaround crbug.com/80245. | sergeyu@chromium.org | 2011-05-11 | 1 | -0/+4 |
* | Simple OAuth1 implementation based on http://code.google.com/chrome/extension... | ajwong@chromium.org | 2011-05-11 | 7 | -3/+1119 |
* | Remember last-used mode. | jamiewalch@chromium.org | 2011-05-11 | 3 | -5/+11 |
* | iwyu: Include callback_old.h where appropriate, final. | jhawkins@chromium.org | 2011-05-11 | 1 | -1/+1 |
* | Add in simple local state storage functions, and a rudimentary auth panel. | ajwong@chromium.org | 2011-05-11 | 4 | -5/+57 |
* | Build a "real" webapp deliverable and add plugin to it. | dmaclach@chromium.org | 2011-05-11 | 3 | -3/+102 |
* | Revert 84923 - Build a "real" webapp deliverable and add plugin to it. | dmaclach@chromium.org | 2011-05-11 | 3 | -100/+4 |
* | Build a "real" webapp deliverable and add plugin to it. | dmaclach@chromium.org | 2011-05-11 | 3 | -4/+100 |
* | Host access code verification for Me2Mom scenario. | sergeyu@chromium.org | 2011-05-11 | 18 | -110/+399 |
* | Revert 84843 - Build a "real" webapp deliverable and add plugin to it. | bradnelson@google.com | 2011-05-11 | 3 | -98/+3 |
* | Basic UI flow. | jamiewalch@chromium.org | 2011-05-10 | 5 | -40/+195 |
* | Build a "real" webapp deliverable and add plugin to it. | dmaclach@chromium.org | 2011-05-10 | 3 | -3/+98 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -3/+4 |
* | iwyu: Use callback_old.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-10 | 2 | -2/+2 |
* | Roll new libjingle. Use the new incoming_only flag in chromoting host. | sergeyu@chromium.org | 2011-05-10 | 7 | -45/+66 |
* | Remove cancel from RunnableFunctions. | dmaclach@chromium.org | 2011-05-10 | 2 | -4/+4 |
* | Me2Mom support in simple_host. | sergeyu@chromium.org | 2011-05-10 | 1 | -70/+131 |
* | Implemented RegisterSupportHostRequest. | sergeyu@chromium.org | 2011-05-10 | 8 | -37/+430 |
* | Revert 84722 - Implemented RegisterSupportHostRequest. | sergeyu@chromium.org | 2011-05-10 | 7 | -411/+37 |
* | Revert 84724 - Me2Mom support in simple_host. | sergeyu@chromium.org | 2011-05-10 | 1 | -131/+70 |
* | Make this into a WebApp instead of an extension. | ajwong@chromium.org | 2011-05-10 | 3 | -3/+7 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 2 | -2/+2 |
* | Me2Mom support in simple_host. | sergeyu@chromium.org | 2011-05-10 | 1 | -70/+131 |
* | Implemented RegisterSupportHostRequest. | sergeyu@chromium.org | 2011-05-10 | 7 | -37/+411 |
* | Added out-of-line ctor and dtor to fix clang builds. | jamiewalch@chromium.org | 2011-05-09 | 3 | -0/+19 |
* | Define NPAPI plugin target for host. | dmaclach@chromium.org | 2011-05-09 | 4 | -4/+573 |
* | Added nonce to client interface. | jamiewalch@chromium.org | 2011-05-09 | 10 | -18/+50 |
* | Initial files for Me2Mom web-app. | jamiewalch@chromium.org | 2011-05-09 | 6 | -0/+113 |
* | Fix memory leak in EncoderVp8, and add unit-test for it. | lambroslambrou@chromium.org | 2011-05-09 | 3 | -1/+49 |
* | Tidy up the Chromoting Client JavaScript logging a little. | wez@chromium.org | 2011-05-07 | 1 | -46/+18 |
* | Chromoting to report roundtrip latency | hclam@chromium.org | 2011-05-06 | 22 | -19/+121 |
* | Don't crash when changing screen modes. | jamiewalch@chromium.org | 2011-05-06 | 2 | -59/+109 |
* | Support mode switch on UNIX. | jamiewalch@chromium.org | 2011-05-06 | 3 | -91/+95 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 3 | -6/+6 |
* | Revert 84060 - Remove cancel from RunnableFunctions. | dmaclach@chromium.org | 2011-05-04 | 2 | -5/+5 |
* | Remove cancel from RunnableFunctions. | dmaclach@chromium.org | 2011-05-04 | 2 | -5/+5 |
* | Fix Chromoting AppEngine app so it's possible to set it up. | wez@chromium.org | 2011-05-04 | 1 | -11/+8 |
* | Add HostObserverInterface and decouple HeartbeatSender and ChromotingHost. | sergeyu@chromium.org | 2011-05-03 | 10 | -112/+144 |
* | Cleanups in ChromotingHost. | sergeyu@chromium.org | 2011-05-03 | 3 | -66/+45 |
* | Use pixel buffer objects where supported to improve capturer speed. | jamiewalch@chromium.org | 2011-04-29 | 1 | -15/+108 |
* | Only grab the full-screen image once, not per damage rect. | lambroslambrou@chromium.org | 2011-04-28 | 3 | -7/+19 |
* | Log an error and fail to connect on invalid Host response, rather than crashing. | wez@chromium.org | 2011-04-28 | 3 | -39/+74 |
* | Base: Adjust dependencies to build with base.dll | rvargas@google.com | 2011-04-26 | 1 | -1/+4 |
* | Cope gracefully with scripts querying stats before client has started. | wez@chromium.org | 2011-04-26 | 3 | -5/+9 |
* | Remove StreamSocketAdapter. | sergeyu@chromium.org | 2011-04-23 | 1 | -1/+0 |
* | Use PseudoTcpAdapter in Chromoting | sergeyu@chromium.org | 2011-04-22 | 2 | -87/+52 |
* | Use AutoTaskRunner to run tasks automatically, even if validation checks fail. | lambroslambrou@chromium.org | 2011-04-21 | 5 | -41/+32 |
* | If the user selects scale-to-fit, then PepperView starts | simonmorris@chromium.org | 2011-04-20 | 15 | -53/+423 |
* | Fix build break on the dbg-shlib bot | sergeyu@chromium.org | 2011-04-20 | 1 | -0/+1 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 2 | -0/+11 |