summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Add a done task to ScreenRecorder::Stop()hclam@chromium.org2011-01-214-71/+226
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-211-1/+0
* Fix memory leak in JingleSessionTest.Connect and friendshclam@chromium.org2011-01-211-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-2116-48/+47
* Enable JingleSessionTest on windowshclam@chromium.org2011-01-191-23/+1
* Simplified MessageReader and MessageDecoder classes.sergeyu@chromium.org2011-01-1417-164/+110
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-132-2/+2
* Chromoting plugin script interface to support login challengehclam@chromium.org2011-01-102-5/+50
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-072-4/+5
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-025-5/+5
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-8/+8
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-018-8/+8
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Fix crash in JingleThread caused by non-nestable tasks.sergeyu@chromium.org2010-12-232-7/+37
* Disable JingleSessionTests on Windowshclam@chromium.org2010-12-231-1/+2
* Use certificate and key files instead of generating them each time for unit t...hclam@chromium.org2010-12-233-10/+58
* Send certificate in content description in jingle for Chromotinghclam@chromium.org2010-12-235-61/+96
* Add an extra SSL layer in JingleSession for Chromotinghclam@chromium.org2010-12-237-68/+400
* Chromoting protocol layers to receive and send login messageshclam@chromium.org2010-12-2320-113/+297
* Protocol buffer definition for local loginhclam@chromium.org2010-12-233-2/+47
* Add CertVerifier to SocketStreamAdapterhclam@chromium.org2010-12-232-1/+8
* Remove GetVp8CxAlgoAddress hackhclam@chromium.org2010-12-202-11/+8
* HostConfig interface updates.sergeyu@chromium.org2010-12-1611-96/+40
* Fixed memleak in HeartbeatSenderTest_ProcessResponse.sergeyu@chromium.org2010-12-161-2/+2
* Cache certificate verification results in memory.wtc@google.com2010-12-161-1/+2
* Fix the last scoped_refptr misuses in NewRunnableMethod.willchan@chromium.org2010-12-151-2/+2
* Pass RefCounted objects as scoped_refptr to NewRunnableMethod.willchan@chromium.org2010-12-141-3/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-4/+10
* Use heartbeat interval received from the bot.sergeyu@chromium.org2010-12-143-26/+96
* Even more virtual method deinlining.erg@google.com2010-12-132-1/+5
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-10/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-4/+10
* Fix leaks in RtpVideoReaderTest.sergeyu@chromium.org2010-12-101-0/+4
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-3/+15
* Simplified frame rate control in the chromoting host.sergeyu@chromium.org2010-12-0917-249/+217
* Remove ChromotingClientMessagegarykac@chromium.org2010-12-087-27/+21
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-083-4/+4
* Move more code from headers to implementation.erg@google.com2010-12-074-20/+27
* Reenable encoder/decoder tests.sergeyu@chromium.org2010-12-077-146/+81
* Revert 68434 - Reenable encoder/decoder tests.scherkus@chromium.org2010-12-077-75/+146
* Reenable encoder/decoder tests.sergeyu@chromium.org2010-12-077-146/+75
* Removed stream_writer.[cc|h]sergeyu@chromium.org2010-12-076-111/+0
* Rename SessionManager to ScreenRecorderhclam@chromium.org2010-12-066-103/+96
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-0616-273/+205
* Fix RGB->YUV conversion: input is BGR instead of RGB.sergeyu@chromium.org2010-12-061-6/+6
* Revert 68384: Landed with incorrect commit message.sergeyu@chromium.org2010-12-061-6/+6
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-061-6/+6
* Fix crash when shutting down xmpp connection.sergeyu@chromium.org2010-12-031-0/+3