| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes. | rvargas@google.com | 2010-08-18 | 1 | -5/+0 |
* | Fix some problems in SessionManager in chromoting | hclam@chromium.org | 2010-08-18 | 1 | -0/+5 |
* | Start/stop service process when browser starts and stop | hclam@chromium.org | 2010-08-18 | 1 | -0/+5 |
* | Minor fixes for the client extension. | sergeyu@chromium.org | 2010-08-18 | 6 | -107/+127 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | Added hostdir.py - a simple Chromoting Directory client. | sergeyu@chromium.org | 2010-08-16 | 3 | -5/+232 |
* | GTTF: some more FRIEND_TEST_ALL_PREFIXES | phajdan.jr@chromium.org | 2010-08-16 | 1 | -2/+2 |
* | Re-land just the project file changes from r55416. This makes projects that use | brettw@chromium.org | 2010-08-15 | 1 | -0/+1 |
* | Replaced char* with to char[]. | sergeyu@chromium.org | 2010-08-13 | 2 | -10/+10 |
* | Fixed register_host.py, so it works on windows. | sergeyu@chromium.org | 2010-08-12 | 2 | -9/+25 |
* | Resubmit "Start chromoting host in the service process though a method call" | hclam@chromium.org | 2010-08-10 | 3 | -8/+17 |
* | Revert 55507 - Start chromoting host in the service process though a method ... | glen@chromium.org | 2010-08-10 | 3 | -17/+8 |
* | Start chromoting host in the service process though a method call | hclam@chromium.org | 2010-08-10 | 3 | -8/+17 |
* | Workaround for the races when opening new tab with the chromoting extension. | sergeyu@chromium.org | 2010-08-09 | 1 | -5/+11 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 2 | -2/+1 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 2 | -1/+2 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 2 | -2/+0 |
* | Rename ChromotingPlugin -> ChromotingInstance to be more consistent with | garykac@google.com | 2010-08-07 | 8 | -53/+53 |
* | Reverse rows in DecoderZlib for remoting | hclam@chromium.org | 2010-08-06 | 3 | -4/+31 |
* | Initial pass at integrating Differ into the chromoting host code. | garykac@google.com | 2010-08-06 | 30 | -217/+357 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Fixed memory leaks in new unittests | sergeyu@chromium.org | 2010-08-04 | 2 | -0/+5 |
* | Added HostKeyPair class, signatures for heartbeat messages. | sergeyu@chromium.org | 2010-08-04 | 18 | -52/+573 |
* | Modify client to open up chromoting connection in a new tab. | ajwong@chromium.org | 2010-08-04 | 3 | -54/+83 |
* | Rudamentary Chrome extension version of the chromoting client UI. | ajwong@chromium.org | 2010-08-04 | 6 | -69/+302 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | This tool demonstrates the use of the Media Foundation H.264 decoder as a sta... | imcheng@chromium.org | 2010-08-02 | 1 | -2/+3 |
* | Convert src/remoting to std::string/char* away from wstring/wchar_t*. | viettrungluu@chromium.org | 2010-07-31 | 5 | -40/+17 |
* | More FRIEND_TEST_ALL_PREFIXES. | phajdan.jr@chromium.org | 2010-07-30 | 4 | -10/+11 |
* | Revert "This tool demonstrates the use of the Media Foundation H.264 decoder ... | evan@chromium.org | 2010-07-29 | 1 | -3/+2 |
* | Reapply 53892 with ARM build fix as suggested by Kobic. | ajwong@chromium.org | 2010-07-29 | 10 | -107/+334 |
* | This tool demonstrates the use of the Media Foundation H.264 decoder as a sta... | imcheng@chromium.org | 2010-07-29 | 1 | -2/+3 |
* | Updated register_host.py for the latest version of the directory service. | sergeyu@chromium.org | 2010-07-28 | 1 | -6/+6 |
* | Replaced static wstring with wchar_t*. | sergeyu@chromium.org | 2010-07-28 | 2 | -10/+10 |
* | Revert 53892 - Initial scriptable object implementation. | rsesek@chromium.org | 2010-07-28 | 10 | -329/+107 |
* | Add a very simple client HTML/JS webpage. | ajwong@chromium.org | 2010-07-28 | 2 | -0/+69 |
* | Initial scriptable object implementation. | ajwong@chromium.org | 2010-07-28 | 10 | -107/+329 |
* | Fix class -> struct. | ajwong@chromium.org | 2010-07-27 | 3 | -3/+4 |
* | Change ClientConfig to be a struct since it's just a dumb data carrier. | ajwong@chromium.org | 2010-07-27 | 10 | -43/+27 |
* | [chromoting] Use zlib as the default encoder and decoder | hclam@chromium.org | 2010-07-27 | 4 | -10/+12 |
* | EncoderZlib/DecoderZlib for chromoting | hclam@chromium.org | 2010-07-27 | 14 | -18/+550 |
* | Fix mismatched new[]/delete in EncoderVerbatimTest.TestEncoder | timurrrr@chromium.org | 2010-07-24 | 1 | -4/+4 |
* | Unit test for Encoder / Decoder for remoting | hclam@chromium.org | 2010-07-24 | 7 | -6/+464 |
* | Moving Encoder and Decoder to remoting/base | hclam@chromium.org | 2010-07-23 | 31 | -155/+176 |
* | base: add home environment variable to env_var.h | tfarina@chromium.org | 2010-07-21 | 1 | -2/+2 |
* | Refactor the client code for the X11 version. | garykac@google.com | 2010-07-20 | 28 | -638/+710 |
* | Reapply r51857 to start building chromoting plugin. Update for ppapi changes. | ajwong@chromium.org | 2010-07-16 | 10 | -390/+332 |
* | Changing UpdateStreamPacket protobuf definition for chromoting | hclam@chromium.org | 2010-07-15 | 18 | -140/+253 |
* | Added RSA key generator for register_host.py | sergeyu@chromium.org | 2010-07-14 | 7 | -19/+93 |
* | Update Chrome to pull latest PPAPI with new uses of point and size. | brettw@chromium.org | 2010-07-09 | 2 | -7/+7 |