summaryrefslogtreecommitdiff
path: root/src/logger.cc
AgeCommit message (Collapse)Author
2017-08-10tp in daemon mode with syslog used the wrong nameJoel Klinghed
Need to keep the string given to openlog() alive while syslog is used or it will use random other memory in that location
2017-07-29Remove attribute(__unused__) usageJoel Klinghed
Just omitting the parameter name is more portable and less to write
2017-07-24Add tools -> Generate CAJoel Klinghed
Added file field to GuiForm
2017-03-28MITM SSL Interception support using mbedtlsJoel Klinghed
2017-02-28Initial commitJoel Klinghed