aboutsummaryrefslogtreecommitdiffstats
path: root/src/swanctl/commands/log.c
Commit message (Collapse)AuthorAgeFilesLines
* swanctl: Fix exit codes based on errnoMartin Willi2014-10-101-1/+3
| | | | | As fprintf() most likely sets errno, we should save it before printing the error message.
* Split swanctl --raw mode into single-line and --pretty modeAndreas Steffen2014-06-141-7/+11
|
* swanctl: Stop logging with Ctrl+C on Windows as wellMartin Willi2014-06-041-4/+5
|
* swanctl: Implement a --log command to trace debugging logMartin Willi2014-05-071-0/+96