summaryrefslogtreecommitdiffhomepage
path: root/tstime
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris10-10/+10
2025-04-17tstime: add GoDuration which JSON serializes with time.Duration.String (#15726)Joe Tsai2-0/+55
2024-06-05all: use math/rand/v2 moreMaisem Ali1-26/+2
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick4-8/+6
2024-01-16tstime/rate: implement Value.{Marshal,Unmarshal}JSON (#8481)Joe Tsai2-0/+64
2023-12-20all: cleanup unused code, part 1 (#10661)Andrew Lytvynov1-32/+0
2023-10-12tstime: add DefaultClock (#9691)Joe Tsai1-0/+40
2023-08-11tstime/mono: remove unsafeBrad Fitzpatrick1-5/+1
2023-07-14tstime: add Since method (#8622)Claire Wang1-0/+8
2023-07-07tstest, tstime: mockable timers and tickersAdrian Dewhurst1-0/+76
2023-06-28tstime/mono: fix Time.Unmarshal (#8480)Joe Tsai2-3/+20
2023-03-09tstime/rate: add Value (#7491)Joe Tsai3-6/+427
2023-03-06tstime: rely on stdlib parse functionality (#7482)Joe Tsai2-306/+8
2023-03-06tstime: add Sleep (#7480)Joe Tsai1-0/+14
2023-01-27all: update copyright and license headersWill Norris8-24/+16
2022-11-16tstime: fix ParseDuration for '6' digit (#6363)Joe Tsai2-3/+7
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-09-28tstime: add ParseDuration helper functionMihai Parparita2-0/+47
2022-03-05tstime/mono: fix Before function commentRobert Fritzsche1-1/+1
2022-02-28tstime/rate: deflake TestLongRunningQPS even moreBrad Fitzpatrick1-56/+0
2022-01-13tstime/rate: deflake TestLongRunningQPSXe/winui-bugreport-without-tailscaledJosh Bleecher Snyder1-3/+4
2021-08-30all: add (*testing.B).ReportAllocs() to every benchmarkEmmanuel T Odeke2-1/+3
2021-08-30tstime/rate: deflake TestLongRunningQPSJoe Tsai1-6/+9
2021-08-04tstime/mono: make json.Unmarshal of a zero time.Time yield a zero TimeJosh Bleecher Snyder2-0/+21
2021-08-04ipn/ipnstate: move tailscale status "active" determination to tailscaledBrad Fitzpatrick1-4/+9
2021-07-29tstime/rate: new packageJosh Bleecher Snyder2-0/+335
2021-07-29tstime/mono: new packageJosh Bleecher Snyder2-0/+151
2021-01-21tstime: add RandomDurationBetween helperBrad Fitzpatrick2-0/+67
2020-11-19tstime: add Parse3339B, for byte slicesJosh Bleecher Snyder2-53/+76
2020-04-14tstime: hand-implement parseInt for specific needs of rfc3339 parsing.David Anderson2-4/+44
2020-04-06tstime: change an Errorf+return to Fatalf in subtestBrad Fitzpatrick1-2/+1
2020-04-06tstime: write Parse3339 parse that doesn't use time.ParseBrad Fitzpatrick2-46/+154
2020-04-05tstime: add new package for time utilities, starting with Parse3339Brad Fitzpatrick2-0/+162