| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing comma in Chromoting webapp manifest. | garykac@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Parse termination reason and propagate the error to the Session interface. | sergeyu@chromium.org | 2011-09-27 | 11 | -70/+142 |
* | Use 16x16 image for Chromoting's favicon. | garykac@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Remove old script with invalid license at top. | garykac@chromium.org | 2011-09-27 | 1 | -7/+0 |
* | Remove session-reject message from jingle_messages. | sergeyu@chromium.org | 2011-09-26 | 4 | -28/+2 |
* | Turn on NAT traversal on Mac by default. | dmaclach@chromium.org | 2011-09-26 | 1 | -3/+3 |
* | Need to attach "beta" label to our icons. | dmaclach@chromium.org | 2011-09-26 | 5 | -1/+5 |
* | Chromoting: Undo any mouse-downs that haven't been mouse-upped. | garykac@chromium.org | 2011-09-26 | 5 | -23/+68 |
* | Call ClientSession::Disconnect when Chromoting client disconnects. | garykac@chromium.org | 2011-09-24 | 4 | -8/+11 |
* | Implement PepperTransportSocketAdapter::Disconnect() and add missing DCHECKs. | sergeyu@chromium.org | 2011-09-23 | 1 | -2/+29 |
* | Remove old sandboxing-related code. | sergeyu@chromium.org | 2011-09-23 | 17 | -781/+24 |
* | Strip linux symbols from official remoting builds. | dmaclach@chromium.org | 2011-09-22 | 2 | -5/+5 |
* | Cleanup ConnectionToHost of non-P2P-API code. | sergeyu@chromium.org | 2011-09-22 | 8 | -178/+7 |
* | Use P2P Transport API by default. | sergeyu@chromium.org | 2011-09-22 | 5 | -72/+9 |
* | Fix Chromoting Mac to work with multiple monitors. | dmaclach@chromium.org | 2011-09-21 | 1 | -21/+24 |
* | Updated version number and added beta designation. | jamiewalch@google.com | 2011-09-21 | 1 | -2/+2 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 9 | -3/+13 |
* | Add DISABLE_TCP_TRANSPORT flag in the Transport API. | sergeyu@chromium.org | 2011-09-21 | 1 | -0/+5 |
* | Set policy for Windows to ON by default. | dmaclach@chromium.org | 2011-09-20 | 1 | -2/+11 |
* | Remove base/scoped_ptr.h | akalin@chromium.org | 2011-09-18 | 3 | -6/+6 |
* | If the client initiates disconnection, set host to NULL to avoid trying to sh... | jamiewalch@google.com | 2011-09-16 | 1 | -0/+5 |
* | Fix file permissions in CL 7787016 | simonmorris@chromium.org | 2011-09-16 | 2 | -0/+0 |
* | The webapp sends and receives IQ stanzas over WCS. | simonmorris@chromium.org | 2011-09-16 | 8 | -120/+396 |
* | Fix up chromoting name in manifest | dmaclach@chromium.org | 2011-09-16 | 3 | -19/+6 |
* | Work towards single build of chromoting. | dmaclach@chromium.org | 2011-09-15 | 3 | -60/+62 |
* | Relay server support for P2P Transport API. | sergeyu@chromium.org | 2011-09-15 | 1 | -3/+9 |
* | Revert 101326 - Work towards single build of chromoting. | dmaclach@chromium.org | 2011-09-15 | 3 | -58/+61 |
* | Work towards single build of chromoting. | dmaclach@chromium.org | 2011-09-15 | 3 | -61/+58 |
* | Clamp injected mouse events to within the screen area. | lambroslambrou@chromium.org | 2011-09-15 | 5 | -7/+70 |
* | Use enum instead of string to specify transport type. | sergeyu@chromium.org | 2011-09-15 | 1 | -1/+2 |
* | Revert 101189 - Use enum instead of string to specify transport type. | sergeyu@chromium.org | 2011-09-14 | 1 | -2/+1 |
* | Centre tool-bar manually to ignore vertical scroll-bar. | jamiewalch@google.com | 2011-09-14 | 2 | -3/+10 |
* | Use enum instead of string to specify transport type. | sergeyu@chromium.org | 2011-09-14 | 1 | -1/+2 |
* | Persist remoting.useP2pApi | jamiewalch@google.com | 2011-09-14 | 2 | -6/+20 |
* | Fix Chromoting Client's handling of DidChangeView. | wez@chromium.org | 2011-09-14 | 1 | -11/+12 |
* | Refactor InputStub interface to pass events by value (const reference). | lambroslambrou@chromium.org | 2011-09-13 | 14 | -183/+159 |
* | Access Session::config() and Session::jid() on the correct thread only. | sergeyu@chromium.org | 2011-09-13 | 14 | -68/+80 |
* | Add flag to use P2P Transport API. | sergeyu@chromium.org | 2011-09-13 | 6 | -37/+75 |
* | Chromoting protocol implementation based on P2P Transport API. | sergeyu@chromium.org | 2011-09-12 | 15 | -13/+1288 |
* | Remove all the experimental Traced Task code from remoting. | ajwong@chromium.org | 2011-09-12 | 10 | -533/+45 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-09-12 | 1 | -1/+2 |
* | Revert 100589 - Access Session::config() on the correct thread. | sergeyu@chromium.org | 2011-09-12 | 3 | -22/+16 |
* | Added l10n support to Mac host dialogs. | jamiewalch@google.com | 2011-09-12 | 10 | -193/+137 |
* | Handle frame resize, updating centering & resize-to-fit accordingly. | wez@chromium.org | 2011-09-11 | 5 | -42/+71 |
* | Access Session::config() on the correct thread. | sergeyu@chromium.org | 2011-09-10 | 3 | -16/+22 |
* | Pass SessionConfig by reference instead of pointer. | sergeyu@chromium.org | 2011-09-10 | 23 | -116/+95 |
* | Remove vestigal, unused, app-engine code. | ajwong@chromium.org | 2011-09-10 | 16 | -3725/+0 |
* | Cleanup state transitions for Host plugin. | sergeyu@chromium.org | 2011-09-09 | 5 | -51/+154 |
* | Fix Linux checkperm failure from r100441. | thestig@chromium.org | 2011-09-09 | 1 | -0/+0 |
* | Added l10n support to host dialogs on Windows. | jamiewalch@chromium.org | 2011-09-09 | 3 | -80/+60 |