| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert LOG(INFO) to VLOG(1) - remoting/. | pkasting@chromium.org | 2010-10-19 | 9 | -54/+39 |
* | HostMessageDispatcher to dispatch messages received on a chromoting connection | hclam@chromium.org | 2010-10-19 | 9 | -3/+220 |
* | Fix remoting_unittests to pull in TCMalloc. | willchan@chromium.org | 2010-10-19 | 1 | -0/+8 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -1/+2 |
* | FBTF: Monster ctor patch after changing heuristics in clang plugin. | erg@google.com | 2010-10-18 | 15 | -34/+80 |
* | Move chromotocol.proto to remoting/protocol | hclam@chromium.org | 2010-10-18 | 26 | -188/+238 |
* | Make sure to use scoped_refptr for refcounted params in audio/video/remoting | willchan@chromium.org | 2010-10-18 | 1 | -1/+3 |
* | Call SceenConfigurationChanged from CapturerFake constructor. | sergeyu@chromium.org | 2010-10-18 | 1 | -0/+1 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -2/+1 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -1/+2 |
* | Move scoped_nsdisable_screen_update from base to app/mac | brettw@chromium.org | 2010-10-18 | 1 | -2/+2 |
* | Basic client-host key (+ dead key) support for Chromoting (Windows). | garykac@google.com | 2010-10-15 | 1 | -342/+18 |
* | 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 | 14 | -951/+7 |
* | Call SetViewport when client is inite'ed | garykac@chromium.org | 2010-10-13 | 1 | -0/+1 |
* | Revert 61899 for breaking cookes on file:// URLs. | willchan@chromium.org | 2010-10-08 | 1 | -3/+1 |
* | Hook up communication between Chromoting plugin and JS so that it can notify ... | garykac@chromium.org | 2010-10-08 | 18 | -117/+407 |
* | Fix instances of passing raw pointers to RefCounted objects in tasks. | willchan@chromium.org | 2010-10-08 | 1 | -1/+3 |
* | Fix up PPAPI renames in Chrome. | neb@chromium.org | 2010-10-07 | 3 | -4/+4 |
* | Fix build break on mac. | sergeyu@chromium.org | 2010-10-06 | 1 | -0/+2 |
* | Use new Chromotocol code in host andclient. | sergeyu@chromium.org | 2010-10-06 | 50 | -601/+1286 |
* | Use TestTimeouts in JingleChromotingConnectionTest | sergeyu@chromium.org | 2010-10-06 | 1 | -11/+10 |
* | FBTF: Continue fixing nits found by my automated source scanner. | erg@google.com | 2010-10-05 | 4 | -3/+13 |
* | Fix races in JingleChromotingConnectionTest. | sergeyu@chromium.org | 2010-10-05 | 1 | -3/+3 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 9 | -16/+45 |
* | This is a monster CL. | ajwong@chromium.org | 2010-10-04 | 48 | -1267/+909 |
* | Move the remoting gtest filter to the proper place. | glider@chromium.org | 2010-10-04 | 1 | -5/+0 |
* | Disable JingleChromotingConnectionTest tests that are failing under TSan on | glider@chromium.org | 2010-10-04 | 1 | -0/+5 |
* | clang/mac: Fix almost all problems when building all.xcodeproj. | thakis@chromium.org | 2010-10-04 | 2 | -5/+10 |
* | Fix flakiness in JingleChromotingConnectionTest | sergeyu@chromium.org | 2010-10-02 | 3 | -5/+16 |
* | Fix intermittent failure in JingleThreadTest.PostDelayedTask. | sergeyu@chromium.org | 2010-10-02 | 1 | -1/+1 |
* | Disable TestVideoRtpChannel of remoting_unittests because of flakiness | hclam@chromium.org | 2010-10-01 | 1 | -1/+3 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 13 | -51/+16 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 13 | -16/+51 |
* | Unittests for chromotocol code. | sergeyu@chromium.org | 2010-10-01 | 12 | -24/+1057 |
* | protobuf: switch to using third_party/protobuf | agl@chromium.org | 2010-10-01 | 2 | -8/+8 |
* | Resubmit - Roll DEPS to include changes to FFmpeg build system | hclam@chromium.org | 2010-10-01 | 1 | -2/+4 |
* | VP8 decoder for chromoting | hclam@chromium.org | 2010-09-29 | 5 | -3/+248 |
* | Implement VP8 encoder for chromoting | hclam@chromium.org | 2010-09-28 | 7 | -169/+173 |
* | Implemented basic support Chromotocol connection. | sergeyu@chromium.org | 2010-09-28 | 17 | -47/+1771 |
* | Fix memory problem in DecoderVerbatim | hclam@chromium.org | 2010-09-28 | 2 | -3/+15 |
* | Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode... | ajwong@chromium.org | 2010-09-27 | 6 | -1/+365 |
* | Revert "Add in a new FrameConsumer interface, Decode API, and a RectangleUpda... | ajwong@chromium.org | 2010-09-27 | 6 | -364/+1 |
* | Add in a new FrameConsumer interface, Decode API, and a RectangleUpdateDecode... | ajwong@chromium.org | 2010-09-27 | 6 | -1/+364 |
* | Fix mouse event handling in Chromoting plugin. | garykac@chromium.org | 2010-09-24 | 3 | -3/+4 |
* | Modify Chromotocol to have a new RectangleUpdatePacket. | ajwong@chromium.org | 2010-09-23 | 1 | -0/+50 |
* | Pull latest PPAPI. Change key handling to support the new API. | brettw@chromium.org | 2010-09-23 | 4 | -27/+33 |
* | Add libsrtp in DEPS, gyp file for libsrtp. | sergeyu@chromium.org | 2010-09-22 | 1 | -0/+1 |
* | Revert 60142 - Add libsrtp in DEPS, gyp file for libsrtp. | sergeyu@chromium.org | 2010-09-22 | 1 | -1/+0 |
* | Add libsrtp in DEPS, gyp file for libsrtp. | sergeyu@chromium.org | 2010-09-22 | 1 | -0/+1 |