Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix various cmake issues #54

Closed
wants to merge 7 commits into from

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    eeedb0c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Don't return 1 in _environ_telnet to avoid trigger the compression

    and remove the redundant TELNET_TELOPT_COMPRESS2 check
    
    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 authored and thefallentree committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    7c2b801 View commit details
    Browse the repository at this point in the history
  2. Fix some wrong state handler in _negotiate

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 authored and thefallentree committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    a6a5b4c View commit details
    Browse the repository at this point in the history
  3. telet-chatd handle various corner case correctly

    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 authored and thefallentree committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    c494509 View commit details
    Browse the repository at this point in the history
  4. Send "NVT"(network virtual terminal) as the default if getenv("TERM")…

    … return NULL
    
    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 authored and thefallentree committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    7c3f939 View commit details
    Browse the repository at this point in the history
  5. Check POLLHUP and POLLERR in telnet poll loop

    to handle the remote end close correctly
    
    Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
    xiaoxiang781216 authored and thefallentree committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    1636cf9 View commit details
    Browse the repository at this point in the history
  6. Update ci.yml

    thefallentree committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    88297d4 View commit details
    Browse the repository at this point in the history