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: 1 typo in comments #1623

Open
wants to merge 22 commits into
base: dev-next
Choose a base branch
from

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    d695091 View commit details
    Browse the repository at this point in the history
  2. Remove PROCESS_NAME_NATIVE dwFlag in process query output

    The `process_path` rule of sing-box is inherited from Clash,
    the original code uses the local system's path format (e.g. `\Device\HarddiskVolume1\folder\program.exe`),
    but when the device has multiple disks, the HarddiskVolume serial number is not stable.
    
    This change make QueryFullProcessImageNameW output a Win32 path (such as `C:\folder\program.exe`),
    which will disrupt the existing `process_path` use cases in Windows.
    nekohasekai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    25dc323 View commit details
    Browse the repository at this point in the history
  3. Improve domain suffix match behavior

    For historical reasons, sing-box's `domain_suffix` rule matches literal prefixes instead of the same as other projects.
    
    This change modifies the behavior of `domain_suffix`: If the rule value is prefixed with `.`,
    the behavior is unchanged, otherwise it matches `(domain|.+\.domain)` instead.
    nekohasekai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1989cd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b782dbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28c12c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1278edd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97b7733 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd8cc4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    247fae2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8e305e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4cbd3df View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cce00be View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6c0b58 View commit details
    Browse the repository at this point in the history
  14. Fix DNS exchange index

    Signed-off-by: 气息 <[email protected]>
    szouc authored and nekohasekai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2fc4cb1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5bf6e1f View commit details
    Browse the repository at this point in the history
  16. Update quic-go to v0.42.0

    nekohasekai committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cacde52 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    71f0297 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9008d04 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4bb1b94 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    88b1298 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cc8ae72 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Fix: 1 typo

    Signed-off-by: RoboSchmied <[email protected]>
    RoboSchmied committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5b597fa View commit details
    Browse the repository at this point in the history