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

backport: recent fixes that landed in master v2.2 #8053

Closed
wants to merge 4 commits into from

Commits on Oct 17, 2023

  1. bin: windows: Restore Ctrl-C behavior on windows

    After supporting fleet management on Windows,
    Ctrl-C events won't be caught up.
    This commit re-enables for the behavior.
    Windows' ctrl event handlers stolen signals which are overlapped ones.
    So, we need to handle Ctrl-C events on the newly added event handler for Windows.
    
    In Windows, SIGINT and SIGBREAK are valid ctrl events on their terminal.
    This is why we only need to handle CTRL_C_EVENT and CTRL_BREAK_EVENT events on console handler.
    
    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 authored and edsiper committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2a39afd View commit details
    Browse the repository at this point in the history
  2. bin: Fix build on non-Windows

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 authored and edsiper committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e1cc224 View commit details
    Browse the repository at this point in the history
  3. sp: fix missing key names when query contains GROUP BY (#8028)

    Signed-off-by: Masoud Koleini <masoud.koleini@arm.com>
    koleini authored and edsiper committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7833942 View commit details
    Browse the repository at this point in the history
  4. in_forward: fix checking return value of cmt_decode_msgpack_create(#8000

    ) (#8015)
    
    Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
    nokute78 authored and edsiper committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    79e9730 View commit details
    Browse the repository at this point in the history