summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the logo to the source tree.libumberlog-0.1.1Gergely Nagy2012-04-025-1/+330
* 0.1.1 release notes.Gergely Nagy2012-04-022-1/+14
* Override __syslog_chk if present, always.Gergely Nagy2012-04-022-21/+3
* NEWS: New filelibumberlog-0.1.0Gergely Nagy2012-03-262-1/+6
* 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-242-1/+13
* Portability fixesGergely Nagy2012-03-242-5/+5
* README: Yet more updatesGergely Nagy2012-03-241-26/+25
* README: Major update.Gergely Nagy2012-03-241-22/+70
* 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
* .gitignore: Follow the project renameGergely 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-2312-203/+200
* .gitignore updatesGergely Nagy2012-03-221-0/+8
* Implement wrappers for __syslog_chk, when appropriate.Gergely Nagy2012-03-221-0/+33
* Do not version overridden symbols.Gergely Nagy2012-03-221-5/+0
* TODO.org updateGergely Nagy2012-03-221-5/+25
* README.rst: Add an usage sectionGergely Nagy2012-03-221-0/+13
* README.rst: We do need json-c, too!Gergely Nagy2012-03-221-2/+3
* Check (v)asprintf() return values.Gergely Nagy2012-03-222-3/+6
* Hide two inherited symbols with the version script.Gergely Nagy2012-03-221-0/+5
* README updateGergely Nagy2012-03-221-24/+4
* 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-223-2/+220
* TODO updateGergely Nagy2012-03-211-0/+7
* Add the timestamp to the JSON payload too.Gergely Nagy2012-03-216-3/+62
* configure: Update with a few more checks.Gergely Nagy2012-03-211-2/+4
* Include the hostname in the JSON payload.Gergely Nagy2012-03-213-1/+24
* Export the syslog() wrapper as cee_legacy_syslog()Gergely Nagy2012-03-212-5/+9
* TODO updateGergely Nagy2012-03-201-8/+10
* README: Remove the list of additional fields.Gergely Nagy2012-03-201-5/+1
* t: Make sure that discovered fields override supplied ones.Gergely Nagy2012-03-201-0/+31
* Implement a test suite.Gergely Nagy2012-03-206-4/+151
* TODO updateGergely Nagy2012-03-201-1/+3
* Implement UID/GID discovery.Gergely Nagy2012-03-203-4/+32
* TODO.org: New file.Gergely Nagy2012-03-201-0/+44
* README.rst: New file.Gergely Nagy2012-03-202-1/+70
* LICENSE: Typo fix.Gergely Nagy2012-03-201-1/+1
* 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