summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci/freebsd: Don't pin an old tailscale version2.3Tavian Barnes2021-11-251-1/+0
* Release 2.3Tavian Barnes2021-11-254-3/+25
* exec: Add a bit of backoff during ARG_MAX bisectionTavian Barnes2021-11-231-7/+11
* exec: Find ARG_MAX with binary search after E2BIGTavian Barnes2021-11-172-14/+67
* parse: Switch back to O_TRUNC from explicit ftruncate()Tavian Barnes2021-10-192-31/+16
* tests: Distinguish between failures and crashesTavian Barnes2021-10-191-47/+61
* tests: Set abort_on_error=1 for the sanitizersTavian Barnes2021-10-191-0/+6
* parse: Fix UAF + double-free when ftruncate() failsTavian Barnes2021-10-191-5/+8
* printf: Colorize file names/paths in simple casesTavian Barnes2021-10-093-8/+76
* color: New %pF format for file namesTavian Barnes2021-10-092-5/+36
* printf: Take a CFILE, not a FILETavian Barnes2021-10-093-65/+66
* ci/codecov: Disable status checksTavian Barnes2021-10-021-0/+4
* tests: Add a test for an operator in an unexpected positionTavian Barnes2021-10-011-0/+5
* tests: Add tests for parsing invalid integersTavian Barnes2021-10-012-4/+41
* tests: Add a tests for missing and nonexistent pathsTavian Barnes2021-10-011-0/+20
* ci: Add a codecov.io workflowTavian Barnes2021-09-281-0/+31
* Don't truncate files until we know they're not duplicatesTavian Barnes2021-09-268-68/+115
* util: New xfopen() utilityTavian Barnes2021-09-215-3/+58
* README: Fix a broken link to the NetBSD find manpageTavian Barnes2021-09-211-1/+1
* ctx: Also deduplicate the standard streamsTavian Barnes2021-09-216-41/+177
* Merge pull request #80 from a1346054/fixesTavian Barnes2021-09-201-4/+2
|\
| * Trim excess whitespacea13460542021-09-201-1/+1
| * Avoid using a misleading hashbanga13460542021-09-201-3/+1
|/
* Fix the order of -fprintf FILE FORMAT in the docsTavian Barnes2021-09-152-2/+2
* tests: Make the -files0-from tests weirderTavian Barnes2021-09-153-103/+65
* Implement -files0-from FILETavian Barnes2021-09-156-4/+240
* util: Wrap getdelim() instead of open coding itTavian Barnes2021-09-152-27/+34
* spawn: Plug some leaks on error pathsTavian Barnes2021-09-151-0/+2
* eval: Remove an extra space from -ls outputTavian Barnes2021-09-021-1/+1
* eval: Use 512-byte blocks for -ls when POSIXLY_CORRECT is setTavian Barnes2021-09-024-4/+10
* Use /usr/bin/env bash as the shebang in scriptsTavian Barnes2021-08-057-7/+7
* expr: Remove unneeded forward declaration of struct exprTavian Barnes2021-07-271-5/+3
* color: Fix a leak on unknown color keysTavian Barnes2021-06-161-2/+7
* parse: More -help pager improvementsTavian Barnes2021-06-131-39/+24
* spawn: New function for resolving executables in the PATHTavian Barnes2021-06-132-17/+91
* spawn: Allow NULL envp for the current environmentTavian Barnes2021-06-133-2/+8
* util: New xconfstr() wrapperTavian Barnes2021-06-132-0/+29
* util: Rename fallthrough to BFS_FALLTHROUGHTavian Barnes2021-06-094-15/+15
* util: Avoid warnings on older compilers with fallthroughTavian Barnes2021-06-091-3/+9
* Release 2.2.12.2.1Tavian Barnes2021-06-023-2/+23
* Implement time units for -{a,B,c,m}timeTavian Barnes2021-06-025-14/+102
* Enable -Wimplicit-fallthroughTavian Barnes2021-06-024-7/+28
* eval: Raise RLIMIT_NOFILE if possibleTavian Barnes2021-05-204-11/+62
* spawn: New bfs_spawn_addsetrlimit() actionTavian Barnes2021-05-202-0/+27
* Use `<< {10,20,...}` instead of `*1024*1024...`Tavian Barnes2021-05-202-6/+6
* tests: Don't use -perm /MODE in POSIX testsTavian Barnes2021-05-201-2/+2
* ci/freebsd: Use the official tailscale GitHub actionTavian Barnes2021-05-181-13/+4
* ci/freebsd: Use `tailscale ip` instead of hardcoding itTavian Barnes2021-05-181-3/+4
* ci/freebsd: Don't run multiple jobs at onceTavian Barnes2021-05-171-0/+2
* ci/freebsd: Work around https://github.com/tailscale/tailscale/issues/1889Tavian Barnes2021-05-171-3/+4