summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Change chromoting images to upright by defaulthclam@chromium.org2011-02-222-15/+6
* Fixed SlowBlit along the same lines as FastBlit.jamiewalch@chromium.org2011-02-221-11/+8
* Fix Capturer for Mac to cope gracefully when there are no invalid rects.wez@chromium.org2011-02-211-8/+1
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-1913-64/+50
* Fix key missing problem on windowshclam@chromium.org2011-02-181-0/+2
* Chromoting: UserAuthenticator interface and its implementation for PAM.sergeyu@chromium.org2011-02-163-0/+182
* Use case-insensitive comparison when comparing JIDs.sergeyu@chromium.org2011-02-142-2/+15
* Carnitas: Delete stub src/gfx/* headerssail@chromium.org2011-02-131-1/+0
* Resubmit - Use SSE2 block differ for chromotinghclam@chromium.org2011-02-117-109/+168
* Revert 74571 - Use SSE2 block differ for chromotingdhollowa@chromium.org2011-02-117-168/+109
* Revert 74583 - Revert 74571 - Use SSE2 block differ for chromotingfinnur@chromium.org2011-02-117-109/+168
* Revert 74571 - Use SSE2 block differ for chromotingfinnur@chromium.org2011-02-117-168/+109
* Use SSE2 block differ for chromotinghclam@chromium.org2011-02-117-109/+168
* Invalidate fullscreen when a new client connects to chromoting hosthclam@chromium.org2011-02-097-4/+31
* Another big out-of-lining of test code. Hits a lot of gmock objectserg@google.com2011-02-081-1/+1
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-084-10/+29
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-054-4/+4
* Remove auto generation of certificate when chromoting client connectshclam@chromium.org2011-02-041-7/+8
* Added XFlush calls.ajwong@chromium.org2011-02-041-2/+35
* Fix a typo in Chromoting linux capturer codehclam@chromium.org2011-02-041-1/+1
* Faster connection establishment for chromotinghclam@chromium.org2011-02-044-4/+39
* Removed unused X11 graphics context.ajwong@chromium.org2011-02-031-16/+0
* Fix rate controlling in chromoting hosthclam@chromium.org2011-02-031-3/+4
* Fix linux capturer for chromotinghclam@chromium.org2011-02-031-12/+46
* Stop ScreenRecorder before it startedhclam@chromium.org2011-02-022-3/+7
* Chromoting host to respond to BeginSessionRequesthclam@chromium.org2011-01-295-35/+131
* Resubmit "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-289-42/+248
* Revert "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-267-219/+40
* Fix crashes in ChromotingHosthclam@chromium.org2011-01-257-40/+219
* Add a done task to ScreenRecorder::Stop()hclam@chromium.org2011-01-214-71/+226
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-218-19/+19
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-132-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-014-4/+4
* Chromoting protocol layers to receive and send login messageshclam@chromium.org2010-12-232-0/+8
* HostConfig interface updates.sergeyu@chromium.org2010-12-1611-96/+40
* Fixed memleak in HeartbeatSenderTest_ProcessResponse.sergeyu@chromium.org2010-12-161-2/+2
* Pass RefCounted objects as scoped_refptr to NewRunnableMethod.willchan@chromium.org2010-12-141-3/+3
* Use heartbeat interval received from the bot.sergeyu@chromium.org2010-12-143-26/+96
* Simplified frame rate control in the chromoting host.sergeyu@chromium.org2010-12-093-201/+97
* Remove ChromotingClientMessagegarykac@chromium.org2010-12-082-5/+5
* Rename SessionManager to ScreenRecorderhclam@chromium.org2010-12-065-100/+93
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-061-4/+3
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-026-19/+29
* Fix threading problem caught by DCHECKs in ChromotingHosthclam@chromium.org2010-11-301-7/+16
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-3/+2
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-304-2/+3
* Hook up client events to new protocol stubs.sergeyu@chromium.org2010-11-293-187/+110
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-245-15/+60
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-2314-77/+160
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-211-0/+2