Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailscale/tailscale
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SagerNet/tailscale
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.

Commits on Jan 30, 2025

  1. VERSION.txt: this is v1.80.0 (#14837)

    Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
    agottardo authored Jan 30, 2025
    Copy the full SHA
    649a71f View commit details

Commits on Feb 6, 2025

  1. net/netmon: add extra panic guard around ParseRIB

    We once again have a report of a panic from ParseRIB. This panic guard
    should probably remain permanent.
    
    Updates #14201
    
    This reverts commit de9d4b2.
    
    Signed-off-by: James Tucker <james@tailscale.com>
    (cherry picked from commit 80a100b)
    raggi authored and agottardo committed Feb 6, 2025
    Copy the full SHA
    dad4c87 View commit details
  2. VERSION.txt: this is v1.80.1 (#14932)

    Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
    agottardo authored Feb 6, 2025
    Copy the full SHA
    b9dc617 View commit details

Commits on Feb 10, 2025

  1. ssh/tailssh: add back a fake public key handler to support buggy clients

    Some clients don't support 'none' authentication and insist on supplying
    a public key. This change allows them to do so. It ignores the public key
    and uses Tailscale to authenticate.
    
    Updates #14922
    
    Signed-off-by: Percy Wegmann <percy@tailscale.com>
    oxtoacart committed Feb 10, 2025
    Copy the full SHA
    aff2745 View commit details

Commits on Feb 11, 2025

  1. go.mod: update x/net for macOS/iOS ParseRIB fix

    Updates #14201
    
    Change-Id: Iea13c14e16dea1b349a7a8d999d7beef4d2f4a1c
    Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
    bradfitz committed Feb 11, 2025
    Copy the full SHA
    ce31002 View commit details
  2. Revert "control/controlclient: delete unreferenced mapSession UserPro…

    …files"
    
    This reverts commit 413fb5b.
    
    See long story in #14992
    
    Updates #14992
    Updates tailscale/corp#26058
    
    Change-Id: I3de7d080443efe47cbf281ea20887a3caf202488
    Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
    bradfitz committed Feb 11, 2025
    Copy the full SHA
    fefb04b View commit details

Commits on Feb 12, 2025

  1. VERSION.txt: this is v1.80.2 (#15003)

    Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
    agottardo authored Feb 12, 2025
    Copy the full SHA
    c7a79d7 View commit details

Commits on Feb 16, 2025

  1. Add .gitignore

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    7e2ba1d View commit details
  2. Add remove unused script

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    3a3cd4d View commit details
  3. Remove unused

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    2525720 View commit details
  4. Copy the full SHA
    9b2e760 View commit details
  5. Add module rename script

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    43f2e17 View commit details
  6. Rename module

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    838c102 View commit details
  7. Copy the full SHA
    61664db View commit details
  8. Copy the full SHA
    57188e7 View commit details
  9. Remove set package

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    fa21a26 View commit details
  10. Remove printAuthURLLoop

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    c1a78ed View commit details
  11. Copy the full SHA
    54aeba1 View commit details
  12. Export APIs

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    2f3ca56 View commit details
  13. Disable port list

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    b0fa40f View commit details
  14. Fix UDP outbound

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    63d8f73 View commit details
  15. Add reconfig listener

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    591bd43 View commit details
  16. Export DNS resolver

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    0a3e81c View commit details
  17. Export dialer

    nekohasekai committed Feb 16, 2025
    Copy the full SHA
    41c84bf View commit details
Showing 1,378 changed files with 2,139 additions and 215,895 deletions.
81 changes: 0 additions & 81 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/dependabot.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/licenses.tmpl

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/checklocks.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/docker-file-build.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/flakehub-publish-tagged.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/golangci-lint.yml

This file was deleted.

Loading