| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-07-27 | version: new week, new version | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-07-20 | version: new week, new version | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-07-13 | version: new week, new date | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-07-12 | Revert "version: don't have a third version number form for xcode" | Brad Fitzpatrick | 2 | -23/+12 | |
| This reverts commit 5280d039c405f38917045b080c8b5eb80ad11625. Turns out to not be possible. The semver form and the human readable form both must of form x.y.z. | |||||
| 2020-07-09 | version: remove quoting around version name | Brad Fitzpatrick | 2 | -2/+2 | |
| I added them earlier while fighting our redo+xcode build which wasn't picking up these files on incremental builds. It still isn't, but now I've verified with full builds that no quotes is correct. | |||||
| 2020-07-07 | version: don't have a third version number form for xcode | Brad Fitzpatrick | 2 | -12/+23 | |
| Our primary version format is git describe --long --abbrev=9. Our Apple scheme is: (major+100).minor.(patch*10,000+gitDescribeCommits). This CL gets rid of the third, which was: major.minor.(patch*10,000+gitDescribeCommits). Now the "About" box in the macOS app shows the same version that we show on pkgs.tailscale.com, userz, changelog, etc. This will be more important once/if we get standalone DMG downloads for macOS on pkgs.tailscale.com. Fixes tailscale/corp#364 | |||||
| 2020-07-03 | version: explicitly use 9 hex digits in git describe version number | Brad Fitzpatrick | 1 | -1/+1 | |
| So it doesn't vary based on who's doing the release with which version of git. Fixes tailscale/corp#419 | |||||
| 2020-07-03 | version: new month, new date string | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-06-22 | version: add support for setting version with the -X Go linker flag | Elias Naur | 2 | -2/+13 | |
| Updates tailscale/tailscale#486 Signed-off-by: Elias Naur <mail@eliasnaur.com> | |||||
| 2020-06-18 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-06-15 | version: add blank line to separate comment from package line | Brad Fitzpatrick | 1 | -0/+1 | |
| So it's not a package comment. | |||||
| 2020-06-12 | Revert "version: delete GENERATE.go." | David Anderson | 1 | -0/+8 | |
| This reverts commit a447caebf8c1f6b191534f24c2265a2f00c4b97d. | |||||
| 2020-06-12 | version: remove leftover debug print. | David Anderson | 1 | -2/+0 | |
| Signed-off-by: David Anderson <danderson@tailscale.com> | |||||
| 2020-06-12 | version: add an AtLeast helper to compare versions. | David Anderson | 2 | -0/+213 | |
| Signed-off-by: David Anderson <danderson@tailscale.com> | |||||
| 2020-06-12 | version: bump oss datestamp. | David Anderson | 1 | -1/+1 | |
| Signed-off-by: David Anderson <danderson@tailscale.com> | |||||
| 2020-06-12 | version: remove comment about being unused. | David Anderson | 1 | -1/+1 | |
| version.SHORT is now being used in various places. Signed-off-by: David Anderson <danderson@tailscale.com> | |||||
| 2020-06-12 | version: delete GENERATE.go. | David Anderson | 1 | -8/+0 | |
| It existed previously to persuade Go that redo-ful directory was a Go package prior to the first build. But now we have other Go files in the directory that will fulfil that function. Signed-off-by: David Anderson <danderson@tailscale.com> | |||||
| 2020-06-08 | version: fix typo in comment | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-06-03 | version: always include the long form version in describe. | David Anderson | 1 | -1/+1 | |
| Signed-off-by: David Anderson <danderson@tailscale.com> | |||||
| 2020-06-01 | version: support major.minor.patch tags without breaking Apple builds. | David Anderson | 8 | -45/+167 | |
| Signed-off-by: David Anderson <danderson@tailscale.com> | |||||
| 2020-04-10 | version: bump date | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-04-07 | version: don't depend on goversion on ios | Brad Fitzpatrick | 2 | -0/+21 | |
| 2020-04-01 | version: move runtime.OS to tailscale OS mapping func to version | Brad Fitzpatrick | 1 | -0/+12 | |
| So other code can use this without duplicating the policy. | |||||
| 2020-03-24 | wgengine/magicsock: more logging improvements | Brad Fitzpatrick | 1 | -1/+1 | |
| * remove endpoint discovery noise when results unchanged * consistently spell derp nodes as "derp-N" * replace "127.3.3.40:" with "derp-" in CreateEndpoint log output * stop early DERP setup before SetPrivateKey is called; it just generates log nosie * fix stringification of peer ShortStrings (it had an old %x on it, rendering it garbage) * describe why derp routes are changing, with one of: shared home, their home, our home, alt | |||||
| 2020-03-17 | version: add license header to input for generated file. | David Anderson | 1 | -0/+4 | |
| Signed-off-by: David Anderson <dave@natulte.net> | |||||
| 2020-03-16 | version: bump again, for 0.97.0.v0.97 | David Anderson | 1 | -1/+1 | |
| 2020-03-16 | version: bump for 0.96.1 tag.v0.96.1 | David Anderson | 1 | -1/+1 | |
| 2020-03-15 | cmd/tailscale: don't crash on too many non-flag args | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-03-11 | version: bump OSS version datestamp.v0.96 | David Anderson | 1 | -1/+1 | |
| 2020-03-06 | version: bump | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-03-02 | version: add IsMobile func | Brad Fitzpatrick | 1 | -0/+15 | |
| And use it control/controlclient. | |||||
| 2020-02-28 | version: add a manual date as version for now | Brad Fitzpatrick | 1 | -2/+2 | |
| Maybe we'll auto-bump this with a bot over time. See golang/go#37475 & golang/go#29814 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> | |||||
| 2020-02-19 | version: tag redo-generated version as +build redo. | David Anderson | 1 | -0/+2 | |
| staticcheck defaults to running with no tags set, which only works if redo hasn't run and generated ver.go. If it has, we end up with a redeclaration conflict. Signed-off-by: David Anderson <dave@natulte.net> | |||||
| 2020-02-19 | version: add CmdName func for future use by logpolicy | Brad Fitzpatrick | 1 | -0/+41 | |
| Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> Change-Id: I02a7c907844f71242ef06ed097f2a92ece7ae091 | |||||
| 2020-02-10 | version: fix path for git describe of version for redo | Brad Fitzpatrick | 1 | -1/+1 | |
| 2020-02-10 | version: add stub; use rsc.io/goversion/version later | Brad Fitzpatrick | 1 | -0/+11 | |
| 2020-02-09 | Move Linux client & common packages into a public repo. | Earl Lee | 10 | -0/+85 | |
