| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix permissions broken in r79114. | simonmorris@chromium.org | 2011-03-23 | 2 | -0/+0 |
* | ChromotingHost can have multiple connections, but only one | simonmorris@chromium.org | 2011-03-23 | 16 | -242/+356 |
* | [Jingle] Refactored some notifier-related structs/classes | akalin@chromium.org | 2011-03-22 | 1 | -1/+1 |
* | fix comments | dilmah@chromium.org | 2011-03-22 | 2 | -2/+2 |
* | Implemented shared memory capture method. | jamiewalch@chromium.org | 2011-03-21 | 4 | -71/+340 |
* | Hardcode gmail cert for chromoting. | sergeyu@chromium.org | 2011-03-19 | 1 | -0/+40 |
* | Normalize the top-level ui/ module. | rsesek@chromium.org | 2011-03-18 | 1 | -2/+2 |
* | Improve AlignRect() readability, and handle bad rectangles more gracefully (w... | lambroslambrou@chromium.org | 2011-03-17 | 3 | -19/+60 |
* | Move core renderer subdirectories to content. | jam@chromium.org | 2011-03-16 | 2 | -3/+3 |
* | Fix leak in HeartbeatSenderTest.DoSendStanza and remove valgrind suppression. | lambroslambrou@chromium.org | 2011-03-15 | 1 | -0/+17 |
* | Use deprecated mouse API that actually works. | jamiewalch@chromium.org | 2011-03-15 | 2 | -37/+32 |
* | Fix building gfx_unittests and remoting_unittests in linux dbg-shlib, this ti... | sadrul@chromium.org | 2011-03-15 | 1 | -1/+1 |
* | Fix building gfx_unittests and remoting_unittests in linux dbg-shlib. | sadrul@chromium.org | 2011-03-15 | 1 | -0/+1 |
* | Code cleanup related to allowed_bad_certs. | wtc@chromium.org | 2011-03-14 | 1 | -1/+2 |
* | Chromoting plugin to use a backing store | hclam@google.com | 2011-03-14 | 2 | -15/+26 |
* | Clear authenticated state on client disconnection. | lambroslambrou@chromium.org | 2011-03-14 | 7 | -0/+40 |
* | Invalidate the entire screen after registering for refresh callbacks. | jamiewalch@chromium.org | 2011-03-11 | 2 | -8/+41 |
* | Tidy up after CL 6573005. | simonmorris@chromium.org | 2011-03-10 | 19 | -114/+85 |
* | Inject custom NetworkManager to JingelClient | hclam@google.com | 2011-03-09 | 1 | -0/+2 |
* | Added support for other authentication mechanisms in jingle. This will allow ... | sanjeevr@chromium.org | 2011-03-09 | 1 | -2/+5 |
* | Fix handling of invalid certificates in JingleSessionManager. | sergeyu@chromium.org | 2011-03-08 | 1 | -1/+4 |
* | Tweak CSS to give the client scrollbars. | simonmorris@chromium.org | 2011-03-08 | 1 | -2/+1 |
* | Replace libjingle's HttpPortAllocatorSession with Pepper's http client | hclam@google.com | 2011-03-08 | 18 | -15/+575 |
* | Chromoting client don't submit login info if not connected | hclam@chromium.org | 2011-03-07 | 3 | -6/+30 |
* | Configure Nagle's & Delayed ACK settings for Chromoting channels. | wez@chromium.org | 2011-03-07 | 1 | -0/+13 |
* | Support keyboard input on Mac | jamiewalch@chromium.org | 2011-03-07 | 2 | -4/+203 |
* | Wire up the codepath from Javascript into Jingle for IQ packets. | ajwong@chromium.org | 2011-03-07 | 22 | -429/+806 |
* | Override HttpPortAllocator to inject a custom HTTP client | hclam@chromium.org | 2011-03-07 | 4 | -3/+68 |
* | Added missing commas. Fixed lint warnings. | jamiewalch@chromium.org | 2011-03-07 | 1 | -15/+15 |
* | Fix the CSS class of the plugin scroll panel. | simonmorris@chromium.org | 2011-03-07 | 1 | -1/+1 |
* | Linux capturer to invalidate the full screen by using screen width and height | hclam@chromium.org | 2011-03-07 | 3 | -3/+11 |
* | JingleClient to successfully connect more consistently | hclam@chromium.org | 2011-03-07 | 2 | -0/+3 |
* | Block event processing on host/client until the client has authenticated. | garykac@chromium.org | 2011-03-04 | 20 | -61/+304 |
* | Integrate P2P Sockets IPC with chromoting plugin. | sergeyu@chromium.org | 2011-03-04 | 8 | -14/+96 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 3 | -6/+6 |
* | Don't translate dirty rectangles in Mac capturer. | lambroslambrou@chromium.org | 2011-03-04 | 1 | -4/+1 |
* | Switch to new libjingle branch. | sergeyu@chromium.org | 2011-03-04 | 4 | -5/+19 |
* | Let the host change resolution. | simonmorris@chromium.org | 2011-03-04 | 32 | -216/+399 |
* | Remove the need for ReplayPortAllocator. | ajwong@chromium.org | 2011-03-04 | 6 | -109/+95 |
* | Linux: roll ffmpeg and vpx so that we can build with system vpx | phajdan.jr@chromium.org | 2011-03-03 | 2 | -6/+2 |
* | Clang style fix for r76746. | ajwong@chromium.org | 2011-03-03 | 3 | -7/+11 |
* | Revert 76747 - Let the host change resolution. | simonmorris@chromium.org | 2011-03-03 | 31 | -397/+214 |
* | Let the host change resolution. | simonmorris@chromium.org | 2011-03-03 | 31 | -214/+397 |
* | Refactor JingleClient to support thunking the xmpp signaling into Javascript. | ajwong@chromium.org | 2011-03-03 | 17 | -237/+619 |
* | Local Login on Mac, using OS X Security framework | lambroslambrou@chromium.org | 2011-03-03 | 3 | -4/+91 |
* | Fix up mac capturer to flip image. | dmaclach@chromium.org | 2011-03-03 | 2 | -6/+18 |
* | fix up exec bits | dmaclach@chromium.org | 2011-03-02 | 3 | -0/+0 |
* | SocketWrapper for interfacing between JingleSession and SSL sockets | hclam@chromium.org | 2011-03-02 | 6 | -17/+129 |
* | Fix up mac test client and simple host for remoting. | dmaclach@chromium.org | 2011-03-02 | 3 | -0/+14 |
* | Cleans up some of the appengine ui to make it prettier. | dmaclach@chromium.org | 2011-03-02 | 7 | -245/+2375 |