Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-28 | Release libsyslog 0.1.1HEADlibsyslog_v0.1.1main | Martin Samuelsson | |
2023-05-28 | Add unit tests and repair doc-tests | Martin Samuelsson | |
2023-05-28 | Make bitflags a default feature | Martin 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-28 | Avoid 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-28 | Add changelog files to both crates | Martin Samuelsson | |
2023-03-02 | Add actual implementationlibsyslog_v0.1.0libsyslog-sys_v0.1.0 | Martin Samuelsson | |
2023-02-24 | Initial commit | Martin Samuelsson | |