| Commit message (Expand) | Author | Age | Files | Lines |
* | log: Don't prefix message with timestamp on --debug if it's a continuation | Stefano Brivio | 2024-08-12 | 1 | -6/+8 |
* | log: Avoid duplicate calls to logtime() | David Gibson | 2024-08-07 | 1 | -9/+8 |
* | log: Handle errors from clock_gettime() | David Gibson | 2024-08-07 | 1 | -15/+32 |
* | log: Correct formatting of timestamps | David Gibson | 2024-08-07 | 1 | -12/+24 |
* | log, passt: Keep printing to stderr when passt is running in foreground2024_08_06.ee36266 | Stefano Brivio | 2024-08-06 | 1 | -3/+3 |
* | log: Make logfile_write() private | David Gibson | 2024-08-05 | 1 | -170/+171 |
* | log: Fetch log times with CLOCK_MONOTONIC, not CLOCK_REALTIME | Stefano Brivio | 2024-07-26 | 1 | -2/+2 |
* | log: Initialise timestamp for relative log time also if we use a log file | Stefano Brivio | 2024-07-26 | 1 | -3/+1 |
* | log, util: Fix sub-second part in relative log time calculation | Stefano Brivio | 2024-07-26 | 1 | -20/+22 |
* | log: Drop newlines in the middle of the perror()-like messages | Stefano Brivio | 2024-07-25 | 1 | -12/+22 |
* | log: Don't report syslog failures to stderr after initialisation | Stefano Brivio | 2024-06-21 | 1 | -1/+1 |
* | treewide: Replace strerror() calls | Stefano Brivio | 2024-06-21 | 1 | -1/+1 |
* | treewide: Replace perror() calls with calls to logging functions | Stefano Brivio | 2024-06-21 | 1 | -8/+4 |
* | log: Add _perror() logging function variants | Stefano Brivio | 2024-06-21 | 1 | -0/+22 |
* | log, passt: Always print to stderr before initialisation is complete | Stefano Brivio | 2024-06-21 | 1 | -9/+8 |
* | conf, log: Instead of abusing log levels, add log_conf_parsed flag | Stefano Brivio | 2024-06-21 | 1 | -7/+5 |
* | log: Remove log_to_stdout option | David Gibson | 2024-06-05 | 1 | -5/+3 |
* | treewide: Compilers' name for armv6l and armv7l is "arm" | Stefano Brivio | 2024-04-11 | 1 | -2/+2 |
* | passt, log: Call __openlog() earlier, log to stderr until we detach | Stefano Brivio | 2024-03-14 | 1 | -1/+1 |
* | log: setlogmask(0) can actually result in a system call, don't use it | Stefano Brivio | 2024-02-14 | 1 | -8/+10 |
* | treewide: Standardise on 'now' for current timestamp variables | David Gibson | 2024-01-22 | 1 | -17/+17 |
* | treewide: Make a bunch of pointer variables pointers to const | David Gibson | 2024-01-16 | 1 | -2/+4 |
* | log: Match implicit va_start() with va_end() in vlogmsg() | Stefano Brivio | 2023-11-07 | 1 | -0/+2 |
* | log: Add vlogmsg() | David Gibson | 2023-11-07 | 1 | -9/+16 |
* | log: Don't define logging function 4 times | David Gibson | 2023-11-07 | 1 | -35/+30 |
* | cppcheck: Make many pointers const | David Gibson | 2023-10-04 | 1 | -3/+3 |
* | conf, log: On -h / --help, print usage to stdout, not stderr | Stefano Brivio | 2023-06-23 | 1 | -3/+5 |
* | 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 |