summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Disable JingleSessionTest.Connect, JingleSessionTest.TestControlChannelphajdan.jr@chromium.org2011-02-021-2/+4
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-021-1/+1
* Stop ScreenRecorder before it startedhclam@chromium.org2011-02-022-3/+7
* Disable login panel correctly for chromoting client pluginhclam@chromium.org2011-02-011-1/+1
* Remove obsolete files from 'sources'. This causes needless work on incrementa...jeanluc@chromium.org2011-01-311-2/+0
* Chromoting client extension: Properly encode ClientLogin request.sergeyu@chromium.org2011-01-311-2/+4
* Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...nsylvain@chromium.org2011-01-311-0/+2
* Remove obsolete files from 'sources'. This causes needless work on increment...jeanluc@chromium.org2011-01-301-2/+0
* Handle Pepper ContextMenu event in Chromoting client plugingarykac@chromium.org2011-01-291-0/+5
* Chromoting: JS code to display to hide login dialoghclam@chromium.org2011-01-293-6/+31
* Chromoting host to respond to BeginSessionRequesthclam@chromium.org2011-01-297-35/+146
* Resubmit "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-2812-48/+284
* Chromoting pepper plugin to respond to BeginSessionResponsehclam@chromium.org2011-01-2813-28/+132
* Remove aggressive DCHECK in remoting::protocol::MessageReader()hclam@chromium.org2011-01-281-2/+0
* Use a random number to generate a self-signed certiciate for chromotinghclam@chromium.org2011-01-271-1/+5
* Revert "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-2610-255/+46
* Fixed memory leaks in remoting_unittests.sergeyu@chromium.org2011-01-261-6/+11
* Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdownhclam@chromium.org2011-01-268-52/+273
* Fix crashes in ChromotingHosthclam@chromium.org2011-01-2510-46/+255
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-2220-152/+430
* 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