summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Remove DCHECK from HeartbeatSender::OnSignallingDisconnected()lambroslambrou@chromium.org2011-07-071-1/+0
* Remove the background page, and majorly refactor Javascript + Webapp.ajwong@chromium.org2011-07-0717-812/+1041
* Shutdown JingleSessionManager and SingalStartegy and send OnSignallingDisconn...sergeyu@chromium.org2011-07-072-18/+29
* Fix Valgrind errors in remoting_unittests.sergeyu@chromium.org2011-07-076-61/+70
* Comment another failing DCHECK.sergeyu@chromium.org2011-07-071-3/+4
* Comment DCHECK that fails on the host side.sergeyu@chromium.org2011-07-061-1/+4
* Cleanup Chromoting's Continue window:garykac@google.com2011-07-063-7/+38
* Improvements to Linux Disconnect/Continue windows.lambroslambrou@chromium.org2011-07-062-63/+64
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-0621-421/+353
* Make JingleThreadMessageLoop usable without JingleThread.sergeyu@chromium.org2011-07-012-39/+49
* net: Build net.dll on Windows.rvargas@google.com2011-07-011-0/+2
* Remove SessionManagerPair.sergeyu@chromium.org2011-07-014-173/+1
* Close all writers before JingleSession is destroyed.sergeyu@chromium.org2011-06-3026-58/+159
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-2/+2
* Fix memory leak in remoting_unittests.sergeyu@chromium.org2011-06-302-17/+30
* Fix test for disabling curtain mode (and hiding DisconnectWindow, etc).wez@chromium.org2011-06-301-2/+2
* Don't use HttpPortAllocator when it is not neccessary.sergeyu@chromium.org2011-06-303-21/+25
* Initial continue window implementation on mac.dmaclach@chromium.org2011-06-307-14/+125
* PseudoTcp to expose settings of nagling and ACK delayhclam@chromium.org2011-06-302-16/+101
* Remove the dependency on app_base from some targets.tfarina@chromium.org2011-06-291-1/+0
* Disable tests.sergeyu@chromium.org2011-06-291-7/+7
* Remove JingleClient.sergeyu@chromium.org2011-06-2921-692/+339
* Chromoting: Release all currently pressed keys when disconnecting.garykac@chromium.org2011-06-293-10/+64
* Use shared UI strings for Chromoting's Disconnect window (in Windows).garykac@google.com2011-06-292-3/+17
* Tweak the TCPChannelTester to be easier to read.wez@chromium.org2011-06-291-9/+4
* Add FakeSignalStrategy.sergeyu@chromium.org2011-06-293-0/+146
* Resubmit "remoting_host_plugin to link with libvpx built from source"hclam@chromium.org2011-06-281-20/+9
* Revert 90866 - remoting_host_plugin to link with libvpx built from sourcefischman@chromium.org2011-06-281-1/+20
* Revert 90867 - Add FakeSignalStrategy.sergeyu@chromium.org2011-06-283-146/+0
* Add FakeSignalStrategy.sergeyu@chromium.org2011-06-283-0/+146
* remoting_host_plugin to link with libvpx built from sourcehclam@chromium.org2011-06-281-20/+1
* Add IDs to outgoing Iq stanzas.sergeyu@chromium.org2011-06-289-15/+40
* Move UI strings from Chromoting's Disconnect window into base class.garykac@chromium.org2011-06-284-15/+30
* Remove StartSession/EndSession from SignalStrategy interface.sergeyu@chromium.org2011-06-288-58/+29
* Reland 90618 - Remove check for entry_. From coverity CID=8237gbillock@chromium.org2011-06-281-2/+3
* Fix buglet calling out to JS from plugin.wez@chromium.org2011-06-272-19/+12
* Move ContentDescription class to a separate file.sergeyu@chromium.org2011-06-275-392/+447
* Fixup error message shown when Chromoting is not enabled properly.garykac@google.com2011-06-271-9/+7
* Revert 90618 - Add checks for entry_. From coverity CID=8237fischman@chromium.org2011-06-271-2/+2
* Add checks for entry_. From coverity CID=8237gbillock@chromium.org2011-06-271-2/+2
* Build fix for Clanghclam@chromium.org2011-06-272-0/+4
* Add in storage abstraction object to remoting webapp.ajwong@chromium.org2011-06-272-0/+97
* Implementation of SecureP2PSockethclam@chromium.org2011-06-274-0/+522
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-272-0/+12
* Added png since trybots can't handle binary patches.dmaclach@chromium.org2011-06-271-0/+0
* The design docs say 10 minutes before continue window. So fixed to match desi...dmaclach@chromium.org2011-06-271-1/+1
* Print round trip latency in chromoting webapphclam@chromium.org2011-06-241-1/+3
* Fix the problem of linux host mouse not movinghclam@chromium.org2011-06-242-3/+3
* Cleanup client shutdown sequence.sergeyu@chromium.org2011-06-2410-61/+104
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-2414-76/+52