| Commit message (Expand) | Author | Age | Files | Lines |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | log: Avoid time_t/__syscall_slong_t format mismatch with long int on X32 ABI | Stefano Brivio | 2023-03-17 | 1 | -10/+12 |
* | log, conf, tap: Define die() as err() plus exit(), drop cppcheck workarounds | Stefano Brivio | 2023-02-27 | 1 | -9/+5 |
* | log: Send identifier string in log messages, openlog() won't work for us | Stefano Brivio | 2023-02-27 | 1 | -7/+5 |
* | log: Don't duplicate messages on stderr before daemonising | Stefano Brivio | 2023-02-16 | 1 | -3/+4 |
* | convert all remaining err() followed by exit() to die() | Laine Stump | 2023-02-16 | 1 | -4/+2 |
* | add die() to log an error message and exit with a single call | Laine Stump | 2023-02-16 | 1 | -5/+9 |
* | log to stderr until process is daemonized, even if a log file is set | Laine Stump | 2023-02-16 | 1 | -2/+2 |
* | conf, log, Makefile: Add versioning information | Stefano Brivio | 2022-10-15 | 1 | -2/+2 |
* | log: Add missing function comment for trace_init() | Stefano Brivio | 2022-10-14 | 1 | -0/+4 |
* | log, conf: Add support for logging to file | Stefano Brivio | 2022-10-14 | 1 | -18/+240 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+143 |