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 incorrect path in findNDK #1777

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

Commits on May 18, 2024

  1. 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 May 18, 2024
    Configuration menu
    Copy the full SHA
    8eee98f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8e480a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ce4384 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd36b07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e596213 View commit details
    Browse the repository at this point in the history
  6. Improve loopback detector

    nekohasekai committed May 18, 2024
    Configuration menu
    Copy the full SHA
    fd38020 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ebec97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53c3445 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7763c78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f287856 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38eaf15 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8fc13e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    926e436 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    041a499 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3efaf83 View commit details
    Browse the repository at this point in the history
  16. Fix DNS exchange index

    Signed-off-by: 气息 <[email protected]>
    szouc authored and nekohasekai committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1fa7de0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3f6f879 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dcf68fe View commit details
    Browse the repository at this point in the history
  19. Update quic-go to v0.43.1

    nekohasekai committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d2e2345 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1c87693 View commit details
    Browse the repository at this point in the history
  21. Handle includeAllNetworks

    nekohasekai committed May 18, 2024
    Configuration menu
    Copy the full SHA
    44e0579 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    423430c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bf1d4d0 View commit details
    Browse the repository at this point in the history
  24. dialer: Allow nil router

    nekohasekai committed May 18, 2024
    Configuration menu
    Copy the full SHA
    0141a47 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9bd961b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    100911f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2e24f6a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Fix incorrect path in findNDK

    iKirby committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1133988 View commit details
    Browse the repository at this point in the history