summaryrefslogtreecommitdiffstats
path: root/lib/cee-syslog.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the project to libumberlogGergely Nagy2012-03-231-377/+0
* Implement wrappers for __syslog_chk, when appropriate.Gergely Nagy2012-03-221-0/+33
* Check (v)asprintf() return values.Gergely Nagy2012-03-221-2/+4
* Add the timestamp to the JSON payload too.Gergely Nagy2012-03-211-0/+25
* Include the hostname in the JSON payload.Gergely Nagy2012-03-211-0/+13
* Export the syslog() wrapper as cee_legacy_syslog()Gergely Nagy2012-03-211-5/+5
* Implement UID/GID discovery.Gergely Nagy2012-03-201-1/+27
* Add the identity to the automatically added fields.Gergely Nagy2012-03-201-0/+3
* Implement a wrapper for setlogmask()Gergely Nagy2012-03-201-2/+22
* Implement LOG_CEE_NOCACHE & LOG_CEE_NODISCOVER handlingGergely Nagy2012-03-201-1/+13
* Implement the new syslog() overrides.Gergely Nagy2012-03-201-19/+123
* Lift out the JSON appender from _cee_vsyslog()Gergely Nagy2012-03-191-11/+31
* Remove the syslog() and vsyslog() overrides.Gergely Nagy2012-03-191-6/+0
* Lift out the formatting into a separate function.Gergely Nagy2012-03-191-13/+47
* Initial import.Gergely Nagy2012-03-191-0/+91