summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-28Release libsyslog 0.1.1HEADlibsyslog_v0.1.1mainMartin Samuelsson
2023-05-28Add unit tests and repair doc-testsMartin Samuelsson
2023-05-28Make bitflags a default featureMartin Samuelsson
This change is due to bitflags version 2.0 having been released. Unlike what was mentioned in the source code comment, removed by this commit, the feature is not getting deprecated. It makes some sense to keep the feature around for those who do not need it. Every dependency reduced is a win.
2023-05-28Avoid insecurely passing untrusted string to syslog()Martin Samuelsson
With the second argument to syslog() being a format string, these function calls obviously need an actual format string prior to the log message. Thanks to Alexander Hansen Færøy for noticing and pointing out this embarrasing mistake.
2023-05-28Add changelog files to both cratesMartin Samuelsson
2023-03-02Add actual implementationlibsyslog_v0.1.0libsyslog-sys_v0.1.0Martin Samuelsson
2023-02-24Initial commitMartin Samuelsson