| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented shared memory capture method. | jamiewalch@chromium.org | 2011-03-21 | 1 | -1/+7 |
* | Normalize the top-level ui/ module. | rsesek@chromium.org | 2011-03-18 | 1 | -2/+2 |
* | 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 |
* | Replace libjingle's HttpPortAllocatorSession with Pepper's http client | hclam@google.com | 2011-03-08 | 1 | -0/+2 |
* | Wire up the codepath from Javascript into Jingle for IQ packets. | ajwong@chromium.org | 2011-03-07 | 1 | -2/+3 |
* | Override HttpPortAllocator to inject a custom HTTP client | hclam@chromium.org | 2011-03-07 | 1 | -0/+2 |
* | Block event processing on host/client until the client has authenticated. | garykac@chromium.org | 2011-03-04 | 1 | -0/+4 |
* | Integrate P2P Sockets IPC with chromoting plugin. | sergeyu@chromium.org | 2011-03-04 | 1 | -1/+8 |
* | Remove the need for ReplayPortAllocator. | ajwong@chromium.org | 2011-03-04 | 1 | -2/+0 |
* | Local Login on Mac, using OS X Security framework | lambroslambrou@chromium.org | 2011-03-03 | 1 | -2/+1 |
* | SocketWrapper for interfacing between JingleSession and SSL sockets | hclam@chromium.org | 2011-03-02 | 1 | -0/+2 |
* | Fix up mac test client and simple host for remoting. | dmaclach@chromium.org | 2011-03-02 | 1 | -0/+4 |
* | Fold jingle_connection_to_host into connection_to_host. | garykac@chromium.org | 2011-02-28 | 1 | -2/+0 |
* | Use PAM auth on Linux, and stubs on other platforms. | lambroslambrou@chromium.org | 2011-02-25 | 1 | -0/+9 |
* | Add DesktopEnvironment class and refactor. | lambroslambrou@chromium.org | 2011-02-23 | 1 | -2/+2 |
* | Chromoting: UserAuthenticator interface and its implementation for PAM. | sergeyu@chromium.org | 2011-02-16 | 1 | -0/+4 |
* | Resubmit - Use SSE2 block differ for chromoting | hclam@chromium.org | 2011-02-11 | 1 | -2/+41 |
* | Revert 74571 - Use SSE2 block differ for chromoting | dhollowa@chromium.org | 2011-02-11 | 1 | -41/+2 |
* | Revert 74583 - Revert 74571 - Use SSE2 block differ for chromoting | finnur@chromium.org | 2011-02-11 | 1 | -2/+41 |
* | Revert 74571 - Use SSE2 block differ for chromoting | finnur@chromium.org | 2011-02-11 | 1 | -41/+2 |
* | Use SSE2 block differ for chromoting | hclam@chromium.org | 2011-02-11 | 1 | -2/+41 |
* | Another big out-of-lining of test code. Hits a lot of gmock objects | erg@google.com | 2011-02-08 | 1 | -2/+2 |
* | More out-of-lining of test code, along with a bunch of GMOCK objects. | erg@google.com | 2011-02-08 | 1 | -5/+8 |
* | Move src/gfx/ to src/ui/gfx | sail@chromium.org | 2011-02-02 | 1 | -2/+2 |
* | Remove obsolete files from 'sources'. This causes needless work on incrementa... | jeanluc@chromium.org | 2011-01-31 | 1 | -2/+0 |
* | Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo... | nsylvain@chromium.org | 2011-01-31 | 1 | -0/+2 |
* | Remove obsolete files from 'sources'. This causes needless work on increment... | jeanluc@chromium.org | 2011-01-30 | 1 | -2/+0 |
* | Resubmit "Fix crashes in ChromotingHost" | hclam@chromium.org | 2011-01-28 | 1 | -0/+1 |
* | Revert "Fix crashes in ChromotingHost" | hclam@chromium.org | 2011-01-26 | 1 | -1/+0 |
* | Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdown | hclam@chromium.org | 2011-01-26 | 1 | -0/+2 |
* | Fix crashes in ChromotingHost | hclam@chromium.org | 2011-01-25 | 1 | -0/+1 |
* | Changed MessageReader so that it doesn't read from the socket if there are | sergeyu@chromium.org | 2011-01-22 | 1 | -0/+1 |
* | Chromoting protocol layers to receive and send login messages | hclam@chromium.org | 2010-12-23 | 1 | -0/+5 |
* | Reenable encoder/decoder tests. | sergeyu@chromium.org | 2010-12-07 | 1 | -6/+12 |
* | Revert 68434 - Reenable encoder/decoder tests. | scherkus@chromium.org | 2010-12-07 | 1 | -6/+6 |
* | Reenable encoder/decoder tests. | sergeyu@chromium.org | 2010-12-07 | 1 | -6/+6 |
* | Removed stream_writer.[cc|h] | sergeyu@chromium.org | 2010-12-07 | 1 | -2/+0 |
* | Rename SessionManager to ScreenRecorder | hclam@chromium.org | 2010-12-06 | 1 | -3/+3 |
* | Refactor ZLib and Verbatim encoders. | sergeyu@chromium.org | 2010-12-06 | 1 | -6/+5 |
* | Hook up client events to new protocol stubs. | sergeyu@chromium.org | 2010-11-29 | 1 | -0/+1 |
* | Implemented RtcpWriter for sending RTCP Receiver Reports. | sergeyu@chromium.org | 2010-11-24 | 1 | -0/+2 |
* | Unittests for RTP packetizer and depacketizer. | sergeyu@chromium.org | 2010-11-17 | 1 | -1/+2 |
* | Introduce a fake HostStub since there's no need to handle it now | hclam@chromium.org | 2010-11-17 | 1 | -0/+2 |
* | Implement input stub in the host side for chromoting | hclam@chromium.org | 2010-11-16 | 1 | -1/+0 |
* | Added CompoundBuffer that will be used to store data in the encoding/decoding | sergeyu@chromium.org | 2010-11-16 | 1 | -3/+3 |
* | Reapply of r65413. Add linux executor support for Chromoting host. | ajwong@chromium.org | 2010-11-11 | 1 | -0/+1 |
* | Revert "Reapply of r65413. XTest dependencies added to _chroots_ on linux bots." | ajwong@chromium.org | 2010-11-10 | 1 | -1/+0 |
* | Reapply of r65413. XTest dependencies added to _chroots_ on linux bots. | ajwong@chromium.org | 2010-11-10 | 1 | -0/+1 |
* | Fix build break | hclam@chromium.org | 2010-11-09 | 1 | -2/+0 |