| Commit message (Expand) | Author | Age | Files | Lines |
* | Add VideoPacket struct for video packets. Refactor Decode interface to use it. | sergeyu@chromium.org | 2010-11-09 | 4 | -149/+84 |
* | Add DEPS files in remoting subdirectories. | sergeyu@chromium.org | 2010-11-05 | 1 | -0/+8 |
* | Removed dependence on remoting/client from remoting/protocol. | sergeyu@chromium.org | 2010-11-05 | 4 | -4/+12 |
* | Chromoting: Rename HostConnection to ConnectionToHost | garykac@chromium.org | 2010-11-04 | 14 | -382/+35 |
* | Move protocol classes to the remoting::protocol namespace | sergeyu@chromium.org | 2010-11-04 | 14 | -31/+45 |
* | Rename classes for Chromoting: | garykac@chromium.org | 2010-11-03 | 2 | -45/+45 |
* | Add VideoReader and VideoWriter interfaces. | sergeyu@chromium.org | 2010-11-03 | 5 | -68/+93 |
* | Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f... | brettw@chromium.org | 2010-11-02 | 11 | -29/+28 |
* | Revert PPAPI change due to Linux compile failures. | brettw@chromium.org | 2010-11-02 | 11 | -28/+29 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 11 | -29/+28 |
* | Revert PPAPI change. | brettw@chromium.org | 2010-11-02 | 11 | -28/+29 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 11 | -29/+28 |
* | Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr... | brettw@chromium.org | 2010-11-02 | 11 | -28/+29 |
* | Switch to the new PPAPI repository. This removes the DEPS entry that refers to | brettw@chromium.org | 2010-11-02 | 11 | -29/+28 |
* | Fix arm build. | sergeyu@chromium.org | 2010-11-02 | 1 | -0/+3 |
* | Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-02 | 4 | -27/+29 |
* | Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-01 | 4 | -29/+27 |
* | Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-01 | 4 | -27/+29 |
* | HostMessageDispatcher to parse control messages | hclam@chromium.org | 2010-10-28 | 5 | -6/+11 |
* | Cleanups in the chromotocol code. | sergeyu@chromium.org | 2010-10-27 | 2 | -21/+21 |
* | Implemented chromotocol configuration negotiation. | sergeyu@chromium.org | 2010-10-24 | 2 | -8/+15 |
* | Fix remoting to use scoped_refptr. | willchan@chromium.org | 2010-10-23 | 1 | -3/+3 |
* | Implement basic X11 screen capture on linux. | ajwong@chromium.org | 2010-10-21 | 1 | -0/+2 |
* | Convert LOG(INFO) to VLOG(1) - remoting/. | pkasting@chromium.org | 2010-10-19 | 4 | -30/+16 |
* | Move chromotocol.proto to remoting/protocol | hclam@chromium.org | 2010-10-18 | 4 | -3/+4 |
* | Move Chromoting hostlist into tab (from extension popup) | garykac@chromium.org | 2010-10-14 | 10 | -56/+210 |
* | Remove old tunneling code from remoting/jingle_glue. | sergeyu@chromium.org | 2010-10-14 | 2 | -26/+3 |
* | Call SetViewport when client is inite'ed | garykac@chromium.org | 2010-10-13 | 1 | -0/+1 |
* | Hook up communication between Chromoting plugin and JS so that it can notify ... | garykac@chromium.org | 2010-10-08 | 18 | -117/+407 |
* | Fix up PPAPI renames in Chrome. | neb@chromium.org | 2010-10-07 | 3 | -4/+4 |
* | Use new Chromotocol code in host andclient. | sergeyu@chromium.org | 2010-10-06 | 6 | -97/+142 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 2 | -1/+3 |
* | This is a monster CL. | ajwong@chromium.org | 2010-10-04 | 15 | -395/+334 |
* | clang/mac: Fix almost all problems when building all.xcodeproj. | thakis@chromium.org | 2010-10-04 | 1 | -5/+5 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 2 | -2/+1 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 2 | -1/+2 |
* | Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode... | ajwong@chromium.org | 2010-09-27 | 3 | -0/+337 |
* | Revert "Add in a new FrameConsumer interface, Decode API, and a RectangleUpda... | ajwong@chromium.org | 2010-09-27 | 3 | -336/+0 |
* | Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode... | ajwong@chromium.org | 2010-09-27 | 3 | -0/+336 |
* | Fix mouse event handling in Chromoting plugin. | garykac@chromium.org | 2010-09-24 | 3 | -3/+4 |
* | Pull latest PPAPI. Change key handling to support the new API. | brettw@chromium.org | 2010-09-23 | 4 | -27/+33 |
* | Improve UI of Chromoting client UI to select available hosts. | garykac@chromium.org | 2010-09-08 | 8 | -139/+348 |
* | Add mouse/keyboard event support to Chromoting client (Pepper and X11). | garykac@chromium.org | 2010-09-07 | 7 | -6/+49 |
* | Fix manifest permissions in Chromoting Client UI | garykac@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Unrevert 58354, reland PPAPI with the instance test disabled. | brettw@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Revert 58328 - Pull new PPAPI, reland 58319 and 58321. | rohitrao@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Pull new PPAPI, reland 58319 and 58321. | brettw@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Revert 58319 - Pull latest version of Pepper. This includes a reworked find i... | brettw@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Pull latest version of Pepper. This includes a reworked find interface. | brettw@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Updated chromoting directory URL to use www.googleapis.com, switched to https. | sergeyu@chromium.org | 2010-08-30 | 1 | -6/+10 |