| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 167794 - Native remoting host configurer for linux. | ilevy@chromium.org | 2012-11-15 | 2 | -6/+4 |
* | Native remoting host configurer for linux. | sergeyu@chromium.org | 2012-11-15 | 2 | -4/+6 |
* | replace verify-webapp.py script with verify_resources.py | sergeyu@chromium.org | 2012-11-12 | 1 | -2/+5 |
* | Rename SocketReaderBase to SocketReader and move it to remoting/base | sergeyu@chromium.org | 2012-11-10 | 2 | -0/+127 |
* | Move Chromoting strings to string_resources.grd and simplify remoting_resourc... | sergeyu@chromium.org | 2012-11-06 | 1 | -1/+1 |
* | Revert "Move Chromoting strings to string_resources.grd and simplify remoting... | phajdan.jr@chromium.org | 2012-11-05 | 1 | -1/+1 |
* | Move Chromoting strings to string_resources.grd and simplify remoting_resourc... | sergeyu@chromium.org | 2012-11-05 | 1 | -1/+1 |
* | Revert 166003 - Move Chromoting strings to string_resources.grd and simplify ... | sergeyu@chromium.org | 2012-11-05 | 1 | -1/+1 |
* | Move Chromoting strings to string_resources.grd and simplify remoting_resourc... | sergeyu@chromium.org | 2012-11-05 | 1 | -1/+1 |
* | Revert 165605 - Fix branding in chromoting string resources. | hbono@chromium.org | 2012-11-02 | 1 | -1/+1 |
* | Fix branding in chromoting string resources. | sergeyu@chromium.org | 2012-11-02 | 1 | -1/+1 |
* | Remove ZLib codec support from chromoting host and client. | sergeyu@chromium.org | 2012-10-18 | 12 | -664/+0 |
* | Add common_resources.grd for non-localizeable chromoting resources. | sergeyu@chromium.org | 2012-10-17 | 2 | -5/+32 |
* | Revert 162226 - Add common_resources.grd for non-localizeable chromoting reso... | ericu@chromium.org | 2012-10-16 | 2 | -32/+5 |
* | Add common_resources.grd for non-localizeable chromoting resources. | sergeyu@chromium.org | 2012-10-16 | 2 | -5/+32 |
* | Add grd file for chromoting resources. | sergeyu@chromium.org | 2012-10-11 | 4 | -0/+78 |
* | Initial implementation of AutoThread. | wez@chromium.org | 2012-10-10 | 3 | -0/+369 |
* | Cleanup: IWYU for base/time.h. Also fix misc lint errors. | thestig@chromium.org | 2012-10-10 | 1 | -2/+1 |
* | [Chromoting] Allow tasks to be posted to the plugin thread while a plugin ins... | alexeypa@chromium.org | 2012-10-01 | 2 | -27/+270 |
* | [Chromoting] Remove CHECK() when posting a message to the plugin thread durin... | alexeypa@chromium.org | 2012-09-26 | 1 | -8/+2 |
* | [Chromoting] The daemon process now starts the networking process and passes ... | alexeypa@chromium.org | 2012-09-05 | 1 | -2/+2 |
* | [Chromoting] Introducing refcount-based life time management of the message l... | alexeypa@chromium.org | 2012-09-04 | 3 | -0/+227 |
* | Moved the video encoders/decoders to the codec directory. | kxing@chromium.org | 2012-08-23 | 18 | -2125/+0 |
* | [Chromoting] Launch the host process elevated via ShellExecuteEx(). | alexeypa@chromium.org | 2012-08-16 | 1 | -1/+1 |
* | [Chromoting] Moving common logic responsible for launching child processes to... | alexeypa@chromium.org | 2012-08-10 | 1 | -1/+3 |
* | Cleaned up usage of std::wstring in src/remoting. Added presubmit warning sup... | alexeypa@chromium.org | 2012-08-07 | 1 | -6/+7 |
* | Introducing remoting::Stoppable helper base class implementing asynchronous s... | alexeypa@chromium.org | 2012-07-31 | 2 | -0/+104 |
* | [Chromoting] Re-enable a unit test. | simonmorris@chromium.org | 2012-07-31 | 1 | -5/+4 |
* | [Chromoting] Disable a unit test in which win_tsan and mac_valgrind catch leaks. | simonmorris@chromium.org | 2012-07-30 | 1 | -4/+5 |
* | [Chromoting] Add unit tests for up- and down-scaling. | simonmorris@chromium.org | 2012-07-28 | 3 | -77/+164 |
* | Replace PluginMessageLoopProxy with PluginThreadTaskRunner. | sergeyu@chromium.org | 2012-07-27 | 2 | -21/+21 |
* | [Chromoting] Add a unit test to verify that the VP8 codec doesn't change colo... | simonmorris@chromium.org | 2012-07-27 | 3 | -3/+120 |
* | Fix EncoderVp8 for odd-height images. | wez@chromium.org | 2012-07-21 | 2 | -44/+33 |
* | Changed test video dimension from 1x1 to 32x32 | hclam@chromium.org | 2012-07-20 | 2 | -2/+5 |
* | Added support of DISPATCH_PROPERTYPUT and DISPATCH_PROPERTYPUTREF to remoting... | alexeypa@chromium.org | 2012-07-17 | 2 | -9/+90 |
* | Add DPI information to video packets. | jamiewalch@chromium.org | 2012-07-14 | 5 | -2/+51 |
* | The user's consent to crash dumps reporting can now be set via the UI (Window... | alexeypa@chromium.org | 2012-06-22 | 1 | -3/+0 |
* | Adding support of [in] [out] parameters to remoting::dispatch::Invoke(). | alexeypa@chromium.org | 2012-06-21 | 2 | -29/+80 |
* | Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti... | tedvessenes@gmail.com | 2012-06-21 | 2 | -24/+0 |
* | Fix up-scaling case to early-exit if no updates are within clip area. | wez@chromium.org | 2012-06-20 | 1 | -0/+6 |
* | Allow the Chromoting client plugin to support up-scaling, albeit slowly. | wez@chromium.org | 2012-06-18 | 3 | -10/+48 |
* | C++ readability review fixes for r141239: Make Chromoting Host report crashes... | alexeypa@chromium.org | 2012-06-16 | 5 | -87/+121 |
* | Added files for audio writers. | kxing@chromium.org | 2012-06-15 | 2 | -0/+2 |
* | Roll Breakpad to @970. | alexeypa@chromium.org | 2012-06-14 | 1 | -2/+3 |
* | [Chromoting] Using IDispatch::Invoke() to call Omaha inetrfaces. | alexeypa@chromium.org | 2012-06-13 | 2 | -0/+716 |
* | Make Chromoting Host report crashes to Breakpad (Windows only). The user must... | alexeypa@chromium.org | 2012-06-08 | 6 | -0/+401 |
* | Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs. | wez@chromium.org | 2012-06-07 | 2 | -159/+0 |
* | Refactor EncoderVp8 to use SkRegion in place of RectVector. | wez@chromium.org | 2012-06-04 | 3 | -90/+57 |
* | [Chromoting] Handle CR-LF correctly when transferring text items to and from ... | simonmorris@chromium.org | 2012-06-02 | 3 | -0/+113 |
* | Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead... | asanka@chromium.org | 2012-06-01 | 4 | -6/+30 |