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 hangs when file path is provided with wildcard without recurse flag #2800

Merged
merged 8 commits into from
Mar 15, 2024

Commits on Mar 12, 2024

  1. * BUG: Resolve hangs when file path is provided with wildchar but wit…

    …hout `-r` (recurse) flag during multithreaded analysis file enumeration phase.
    shaopeng-gh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3d0f760 View commit details
    Browse the repository at this point in the history
  2. update release notes

    shaopeng-gh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    59b08fe View commit details
    Browse the repository at this point in the history
  3. fix release note

    shaopeng-gh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    48cedef View commit details
    Browse the repository at this point in the history
  4. update release note

    shaopeng-gh committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9b07e63 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Use only one try block

    shaopeng-gh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6850ec2 View commit details
    Browse the repository at this point in the history
  2. Add test

    shaopeng-gh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    20dee60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd835d6 View commit details
    Browse the repository at this point in the history
  4. use ChannelCapacity

    shaopeng-gh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8df8fe2 View commit details
    Browse the repository at this point in the history