summaryrefslogtreecommitdiffstats
path: root/logging
AgeCommit message (Collapse)Author
2021-07-20Merge remote-tracking branch 'darwinArm/darwin-arm64-dup2'Sean E. Russell
2021-04-12logging: Use dup(2) syscall on darwinNicholas Corin
2021-02-03Go 1.16: embed and io/fsSean E. Russell
2021-02-03Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.Sean E. Russell
2020-06-20More strings moved to translationsSean E. Russell
2020-06-07linting & documentationv4.0.0Sean E. Russell
Updated versioning and dates for release.
2020-05-28Use dup2 on FreeBSD aarch64mikael
Update changelog. Clears up the FreeBSD dup2 patch issues; the build flags were causing compile failures on other target OSes.
2020-04-27Go vet/lint cleanupsSean E. Russell
2020-04-23Version bump to v4Sean E. Russell
2020-03-07Add ability to look in system-wide directories for configuration filesSean E. Russell
2020-02-28Path changes for major revisionv3.4.0Sean E. Russell
2020-02-20Builds for darwin; requires docker.Sean E. Russell
osxcross has an old go; make go.mod match. Directory clean-ups
2020-02-17Fixes cross-compiling, adds a new build scriptv3.3.0Sean E. Russell
2020-02-15Addendum to logging fix, to enable on other archsSean E. Russell
2020-02-15Fixes #49, logs filling up hard drive.Sean E. Russell
2020-02-13Fixes the directory structure.Sean E. Russell