summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Properly handle va_lists, by copying.Gergely Nagy2012-04-081-4/+97
* Override __syslog_chk if present, always.Gergely Nagy2012-04-021-20/+2
* Put the man page in section 3, instead of 1Gergely Nagy2012-03-241-1/+1
* Include the linker script and the API docs in the dist tarball.Gergely Nagy2012-03-241-0/+2
* Fix infinite recursion on FreeBSD.Gergely Nagy2012-03-241-1/+20
* More portability fixesGergely Nagy2012-03-241-1/+1
* Portability fixesGergely Nagy2012-03-241-3/+3
* Allow compilation with clang, too.Gergely Nagy2012-03-241-0/+2
* Implement proper error handling.Gergely Nagy2012-03-243-63/+139
* Mark a few internal functions inline.Gergely Nagy2012-03-241-5/+5
* Fix a formatting mistake in the API docs.Gergely Nagy2012-03-231-2/+2
* Convert the manual page from roff to rst.Gergely Nagy2012-03-233-213/+139
* Rename the project to libumberlogGergely Nagy2012-03-237-174/+171
* Implement wrappers for __syslog_chk, when appropriate.Gergely Nagy2012-03-221-0/+33
* Do not version overridden symbols.Gergely Nagy2012-03-221-5/+0
* Check (v)asprintf() return values.Gergely Nagy2012-03-221-2/+4
* Hide two inherited symbols with the version script.Gergely Nagy2012-03-221-0/+5
* Implement and enable symbol versioning.Gergely Nagy2012-03-222-0/+18
* Rename the manual page to libcee-syslog.3Gergely Nagy2012-03-222-1/+1
* libcee-syslog.pc: Don't add -ldl to Libs.Gergely Nagy2012-03-221-1/+1
* Add a manual page.Gergely Nagy2012-03-222-0/+213
* Add the timestamp to the JSON payload too.Gergely Nagy2012-03-213-1/+27
* Include the hostname in the JSON payload.Gergely Nagy2012-03-211-0/+13
* Export the syslog() wrapper as cee_legacy_syslog()Gergely Nagy2012-03-212-5/+9
* Implement a test suite.Gergely Nagy2012-03-201-1/+1
* Implement UID/GID discovery.Gergely Nagy2012-03-202-3/+30
* Add the identity to the automatically added fields.Gergely Nagy2012-03-201-0/+3
* Implement a wrapper for setlogmask()Gergely Nagy2012-03-202-2/+23
* Implement LOG_CEE_NOCACHE & LOG_CEE_NODISCOVER handlingGergely Nagy2012-03-201-1/+13
* Implement the new syslog() overrides.Gergely Nagy2012-03-202-21/+129
* 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-192-13/+50
* Initial import.Gergely Nagy2012-03-194-0/+155