summaryrefslogtreecommitdiffhomepage
path: root/util/cmpver
AgeCommit message (Collapse)AuthorFilesLines
2024-03-05util/cmpver: add Less/LessEq helper funcsPaul Scott2-6/+38
Updates tailscale/corp#17199 Signed-off-by: Paul Scott <paul@tailscale.com>
2023-10-11util/cmpver: only consider ascii numerals (#9741)Paul Scott2-12/+31
Fixes #9740 Signed-off-by: Paul Scott <paul@tailscale.com>
2023-09-06util/cmpver: add a few tests covering different OS versionsAnton Tolchanov1-0/+60
Updates tailscale/corp#14491 Signed-off-by: Anton Tolchanov <anton@tailscale.com>
2023-01-27all: update copyright and license headersWill Norris2-6/+4
This updates all source files to use a new standard header for copyright and license declaration. Notably, copyright no longer includes a date, and we now use the standard SPDX-License-Identifier header. This commit was done almost entirely mechanically with perl, and then some minimal manual fixes. Updates #6865 Signed-off-by: Will Norris <will@tailscale.com>
2021-04-23util/cmpver: move into OSS from corp repo.David Anderson2-0/+202
Signed-off-by: David Anderson <danderson@tailscale.com>