| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | all: remove AUTHORS file and references to it | Will Norris | 1 | -1/+1 |
| 2025-04-28 | types/logger: release ArgWriter destination after use | James Tucker | 1 | -0/+1 |
| 2025-04-08 | all: unify some redundant testing.TB interface copies | Brad Fitzpatrick | 1 | -7/+2 |
| 2025-04-02 | types/logger, logpolicy: disable rate limiting, don't upload on Plan 9 | Brad Fitzpatrick | 1 | -0/+5 |
| 2024-03-07 | cmd/derper, types/logger: move log filter to shared package | Andrew Dunham | 1 | -0/+23 |
| 2024-01-16 | all: make use of ctxkey everywhere (#10846) | Joe Tsai | 1 | -8/+12 |
| 2023-08-30 | types/logger: add TestLogger | Brad Fitzpatrick | 1 | -0/+16 |
| 2023-08-28 | types/logger: add AsJSON | Brad Fitzpatrick | 1 | -0/+20 |
| 2023-01-31 | ipn/ipnlocal: rate-limit diagnose logs in bugreport | Andrew Dunham | 1 | -0/+47 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-09-26 | doctor: add package for running in-depth healthchecks; use in bugreport (#5413) | Andrew Dunham | 1 | -0/+2 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 1 | -2/+1 |
| 2022-09-15 | envknob: support changing envknobs post-init | Brad Fitzpatrick | 1 | -3/+1 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 1 | -10/+10 |
| 2022-02-18 | types/logger: add more reserved top level field names | Josh Bleecher Snyder | 1 | -2/+2 |
| 2022-02-18 | types/logger, logtail: add mechanism to do structured JSON logs | Brad Fitzpatrick | 1 | -0/+45 |
| 2022-01-24 | envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) | Brad Fitzpatrick | 1 | -2/+3 |
| 2021-11-30 | types/logger: add Context and related helpers | Josh Bleecher Snyder | 1 | -0/+23 |
| 2021-06-25 | types/logger: fix deadlock RateLimitedFn reentrancy | Brad Fitzpatrick | 1 | -5/+8 |
| 2021-05-05 | types/logger: add key grinder stats lines to rate-limiting exemption list | Josh Bleecher Snyder | 1 | -2/+6 |
| 2021-05-04 | types/logger: fix rate limiter allowlist | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-04-30 | types/logger: rate limited: more hysteresis, better messages. | Avery Pennarun | 1 | -36/+52 |
| 2021-01-28 | types/logger: fix rateFree interaction with verbosity prefixes | Josh Bleecher Snyder | 1 | -4/+4 |
| 2021-01-19 | types/logger: trim spaces from the rate-limited example message. | David Anderson | 1 | -1/+1 |
| 2021-01-15 | wgengine/magicsock: close test loggers once we're done with them | Josh Bleecher Snyder | 1 | -0/+24 |
| 2021-01-13 | Provide example when format string is rate limited | Smitty | 1 | -1/+1 |
| 2021-01-08 | wgengine: quiet some wireguard-go logging | Josh Bleecher Snyder | 1 | -0/+13 |
| 2020-12-19 | Clarify that raw format strings are intentional | Smitty | 1 | -1/+1 |
| 2020-10-29 | types/logger: fix LogOnChange to pass through format/args to underlying logger | Brad Fitzpatrick | 1 | -1/+4 |
| 2020-07-03 | types/logger: add rateFreePrefix rate-limiting-exempt log format prefixes | Brad Fitzpatrick | 1 | -0/+14 |
| 2020-06-15 | Fix concurrency issues in controlclient, ipn, types/logger (#456) | Dmytro Shynkevych | 1 | -1/+6 |
| 2020-05-29 | types/logger: add TS_DEBUG_LOG_RATE knob to easily turn off rate limiting | Brad Fitzpatrick | 1 | -0/+6 |
| 2020-05-20 | log rate limiting: reformat limiter messages, and use nonempty burst size. | Avery Pennarun | 1 | -3/+6 |
| 2020-05-15 | wgengine: log node IDs when peers are added/removed (#381) | Wendi Yu | 1 | -3/+24 |
| 2020-05-13 | types/logger: add ArgWriter | Brad Fitzpatrick | 1 | -0/+16 |
| 2020-05-11 | types/logger: simplify mutex locking in rate-limited logger | Brad Fitzpatrick | 1 | -31/+42 |
| 2020-05-09 | types/logger: fix deadlock in the burst case. | David Anderson | 1 | -1/+0 |
| 2020-05-08 | Implement rate limiting on log messages (#356) | Wendi Yu | 1 | -0/+59 |
| 2020-04-11 | all: remove unnecessary trailing newlines in format patterns for consistency | Brad Fitzpatrick | 1 | -0/+1 |
| 2020-04-06 | types/logger: add Discard helper. | David Anderson | 1 | -0/+3 |
| 2020-03-06 | types/logger: add adapters for Logf to std Logger/Writer | Brad Fitzpatrick | 1 | -0/+22 |
| 2020-02-25 | types/logger: add WithPrefix, use it in two places | Brad Fitzpatrick | 1 | -1/+9 |
| 2020-02-14 | Move "logger" package to under types, now that we have it. | Brad Fitzpatrick | 1 | -0/+10 |