Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Adds console resize support. #84

Merged
merged 5 commits into from
Aug 8, 2017
Merged

Adds console resize support. #84

merged 5 commits into from
Aug 8, 2017

Commits on Aug 4, 2017

  1. Adds console resize support.

    Resolves: #76
    jterry75 committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    7556251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5691c4e View commit details
    Browse the repository at this point in the history
  3. Synchronizing ResizeConsole

    jterry75 committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    ab71b3f View commit details
    Browse the repository at this point in the history
  4. Change to use mutex for sync

    Removes the per container cache for processes as they are all external pid's
    Changes to use a mutex instead of the wait group for ResizeConsole so we are confident of order.
    Puts back some of the containerID overloads because HCS always sends this even for external processes.
    jterry75 committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    b5e25ba View commit details
    Browse the repository at this point in the history
  5. Updating comment

    jterry75 committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    32fdcad View commit details
    Browse the repository at this point in the history