| Commit message (Expand) | Author | Age | Files | Lines |
* | log: Add _perror() logging function variants | Stefano Brivio | 2024-06-21 | 1 | -4/+17 |
* | log, passt: Always print to stderr before initialisation is complete | Stefano Brivio | 2024-06-21 | 1 | -0/+1 |
* | conf, log: Instead of abusing log levels, add log_conf_parsed flag | Stefano Brivio | 2024-06-21 | 1 | -0/+3 |
* | log: Remove log_to_stdout option | David Gibson | 2024-06-05 | 1 | -1/+0 |
* | log: Add vlogmsg() | David Gibson | 2023-11-07 | 1 | -0/+1 |
* | log: Enable format warnings | David Gibson | 2023-11-07 | 1 | -1/+2 |
* | log: Don't define logging function 4 times | David Gibson | 2023-11-07 | 1 | -4/+8 |
* | conf, log: On -h / --help, print usage to stdout, not stderr | Stefano Brivio | 2023-06-23 | 1 | -0/+1 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | log, conf, tap: Define die() as err() plus exit(), drop cppcheck workarounds | Stefano Brivio | 2023-02-27 | 1 | -1/+6 |
* | add die() to log an error message and exit with a single call | Laine Stump | 2023-02-16 | 1 | -0/+1 |
* | log.h: Avoid unnecessary GNU extension for token pasting | Stefano Brivio | 2022-10-15 | 1 | -2/+2 |
* | log, conf: Add support for logging to file | Stefano Brivio | 2022-10-14 | 1 | -0/+6 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+26 |