summaryrefslogtreecommitdiffhomepage
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2021-07-07util/deephash: don't reflect.Copy if element type is a defined uint8Brad Fitzpatrick2-1/+8
2021-07-07util/deephash: skip alloc test under race detectorBrad Fitzpatrick1-0/+4
2021-07-07util/deephash: optimize hashing of byte arrays, reduce allocs in HashBrad Fitzpatrick2-14/+90
2021-07-07util/deephash: prevent infinite loop on map cycleBrad Fitzpatrick2-0/+34
2021-07-07util/deephash: move funcs to methodsBrad Fitzpatrick2-36/+61
2021-07-05util/deephash: fix sync.Pool usageBrad Fitzpatrick1-1/+1
2021-07-05util/deephash: use keyed struct literal, fix vetBrad Fitzpatrick1-1/+1
2021-07-05util/deephash: optimize CPU a bit by by avoiding fmt in more placesBrad Fitzpatrick1-3/+5
2021-07-05util/deephash: add a benchmark and some benchmark dataBrad Fitzpatrick1-0/+59
2021-07-05util/deephash: export a Hash func for use by the control planeBrad Fitzpatrick2-24/+79
2021-07-02util/deephash: move internal/deephash to util/deephashBrad Fitzpatrick5-0/+683
2021-06-30net/dns: do not run wsl.exe as LocalSystemDavid Crawshaw1-0/+13
2021-06-10cmd/tailscale/web: add support for QNAPMaisem Ali4-0/+149
2021-05-31util/dnsname: make ToFQDN take exactly 0 or 1 allocs for everything.David Anderson1-64/+29
2021-05-31util/dnsname: add a benchmark for ToFQDN.David Anderson1-0/+21
2021-05-31util/dnsname: don't validate the contents of DNS labels.David Anderson2-24/+17
2021-05-10util/dnsname: normalize leading dots in ToFQDN.David Anderson2-2/+6
2021-04-23util/cmpver: move into OSS from corp repo.David Anderson2-0/+202
2021-04-23ipn/ipnlocal: add file sharing to windows shellAleksandar Pesic2-0/+120
2021-04-15control/controlclient: only use a single DNS label as the hostname.David Anderson1-0/+8
2021-04-10util/dnsname: add FQDN type, use throughout codebase.David Anderson2-24/+229
2021-04-01net/dns/resolver: teach the forwarder to do per-domain routing.David Anderson1-0/+9
2021-03-18logpolicy: set log target on windows based on a registry key (#1542)Christine Dodrill2-0/+44
2021-02-27util/systemd: explicitly check for os.ErrNotExist from sdnotifyMatt Layher1-7/+4
2021-02-26util/winutil: make it actually compileBrad Fitzpatrick1-1/+4
2021-02-26util/winutil: add little Windows utility packageBrad Fitzpatrick1-0/+21
2021-02-18dnsname,tailcfg: add hostname sanitation logic to node display names (#1304)Sonia Appasamy2-3/+186
2021-02-10wgengine/magicsock: increase legacy ping timeout againJosh Bleecher Snyder1-0/+13
2021-01-27tailcfg: update node display name fields and methods (#1207)Sonia Appasamy2-26/+0
2021-01-25tailcfg, controlclient: add DisplayName field to tailcfg.Node and populate it...Sonia Appasamy2-0/+26
2021-01-10cmd/tailscale: change formatting of "tailscale status"Brad Fitzpatrick2-0/+47
2020-12-17util/systemd: don't log warnings when not running under systemdBrad Fitzpatrick1-1/+7
2020-12-15ipn/ipnserver: enable systemd-notify supportChristine Dodrill3-0/+99
2020-11-19util/jsonutil: new packageJosh Bleecher Snyder3-0/+172
2020-11-19util/lineread: add docs to ReaderJosh Bleecher Snyder1-0/+5
2020-11-17util/endian: add Native variable to get the platform's native binary.ByteOrderBrad Fitzpatrick2-0/+10
2020-11-16util/racebuild: add package to export a race-is-enabled constBrad Fitzpatrick3-0/+25
2020-11-14util/endian: add package with const for whether platform is big endianBrad Fitzpatrick3-0/+26
2020-10-02util/uniq: add new packageJosh Bleecher Snyder2-0/+153
2020-09-11util/pidowner: add missing copyright headerBrad Fitzpatrick1-0/+4
2020-09-11util/pidowner: add two missing copyright headersBrad Fitzpatrick2-0/+8
2020-09-11util/pidowner: new package to map from process ID to its user IDBrad Fitzpatrick5-0/+146
2020-07-06util/lineread: add little package to read lines from files/ReadersBrad Fitzpatrick1-0/+33