summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Revert "This tool demonstrates the use of the Media Foundation H.264 decoder ...evan@chromium.org2010-07-291-3/+2
* Reapply 53892 with ARM build fix as suggested by Kobic.ajwong@chromium.org2010-07-2910-107/+334
* This tool demonstrates the use of the Media Foundation H.264 decoder as a sta...imcheng@chromium.org2010-07-291-2/+3
* Updated register_host.py for the latest version of the directory service.sergeyu@chromium.org2010-07-281-6/+6
* Replaced static wstring with wchar_t*.sergeyu@chromium.org2010-07-282-10/+10
* Revert 53892 - Initial scriptable object implementation.rsesek@chromium.org2010-07-2810-329/+107
* Add a very simple client HTML/JS webpage.ajwong@chromium.org2010-07-282-0/+69
* Initial scriptable object implementation.ajwong@chromium.org2010-07-2810-107/+329
* Fix class -> struct.ajwong@chromium.org2010-07-273-3/+4
* Change ClientConfig to be a struct since it's just a dumb data carrier.ajwong@chromium.org2010-07-2710-43/+27
* [chromoting] Use zlib as the default encoder and decoderhclam@chromium.org2010-07-274-10/+12
* EncoderZlib/DecoderZlib for chromotinghclam@chromium.org2010-07-2714-18/+550
* Fix mismatched new[]/delete in EncoderVerbatimTest.TestEncodertimurrrr@chromium.org2010-07-241-4/+4
* Unit test for Encoder / Decoder for remotinghclam@chromium.org2010-07-247-6/+464
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-2331-155/+176
* base: add home environment variable to env_var.htfarina@chromium.org2010-07-211-2/+2
* Refactor the client code for the X11 version.garykac@google.com2010-07-2028-638/+710
* Reapply r51857 to start building chromoting plugin. Update for ppapi changes.ajwong@chromium.org2010-07-1610-390/+332
* Changing UpdateStreamPacket protobuf definition for chromotinghclam@chromium.org2010-07-1518-140/+253
* Added RSA key generator for register_host.pysergeyu@chromium.org2010-07-147-19/+93
* Update Chrome to pull latest PPAPI with new uses of point and size.brettw@chromium.org2010-07-092-7/+7
* Revert r51857 "Integrating back into using the external ppapi/cpp wrappers."ajwong@chromium.org2010-07-0810-329/+390
* Integrating back into using the external ppapi/cpp wrappers.ajwong@chromium.org2010-07-0810-390/+329
* zlib decompression for chromotinghclam@chromium.org2010-07-079-54/+322
* Fix CapturerFake for Chromotinghclam@chromium.org2010-07-032-0/+2
* Re-order host SessionManager code to group by thread. This makes the flow of ...garykac@google.com2010-07-022-165/+187
* Fixes leaks in remote_unittest.hbono@chromium.org2010-07-021-15/+15
* Fix an incorrect use of scoped_ptr.stuartmorgan@chromium.org2010-07-011-1/+1
* Start Chromoting Host Process in Chrome Servicehclam@chromium.org2010-07-011-0/+2
* Zlib compressor for Chromotinghclam@chromium.org2010-07-015-3/+214
* Revamp capturer to clean up the interface, and to keep data as atomic as poss...dmaclach@chromium.org2010-07-0122-490/+534
* Fix up thread types.dmaclach@chromium.org2010-06-302-4/+5
* Fixed up some comments while I was looking at these files.dmaclach@chromium.org2010-06-303-6/+6
* Get remoting.gyp depending only on the bits of gfx we need to depend on.dmaclach@chromium.org2010-06-301-2/+7
* Fix typo in remoting.gypgarykac@google.com2010-06-291-1/+1
* Add flag to decoder class to flip the image vertically since that is requiredgarykac@google.com2010-06-282-2/+14
* Fix thread usage in chromoting hosthclam@chromium.org2010-06-2813-164/+408
* remoting: Use GetBytesPerPixel util function in one more place.tfarina@chromium.org2010-06-281-14/+2
* Fixs mismatched delete.sky@chromium.org2010-06-281-2/+2
* Add in support for internal pepper plugins into the PepperPluginRegistry and ...ajwong@chromium.org2010-06-285-60/+329
* Fork a copy of all the notifier code in chrome/common/net/notifier that we de...ajwong@chromium.org2010-06-2811-23/+1245
* remoting: Extract the utility to get the BytesPerPixel from PixelFormat into ...tfarina@chromium.org2010-06-263-14/+21
* Chromium side changes to use PP_CompletionCallback as the Flush callback.darin@chromium.org2010-06-251-2/+5
* remoting: Fix invalid use of std::string used in the global scope.tfarina@chromium.org2010-06-252-9/+7
* Removed dependency on chrome/common.sergeyu@chromium.org2010-06-253-14/+32
* Fix host auth scripts to work with Windows.garykac@google.com2010-06-254-8/+17
* Fix remoting_unittests on shlib-dbg build botshclam@chromium.org2010-06-241-0/+12
* Revert 50667 - Add in support for internal pepper plugins into the PepperPlug...mrossetti@chromium.org2010-06-235-325/+56
* Add in support for internal pepper plugins into the PepperPluginRegistry and ...ajwong@chromium.org2010-06-235-56/+325
* Change runclient so that it automatically uppercases IDs so I don't have to d...dmaclach@chromium.org2010-06-231-1/+1