summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Use pointers instead of offsets in ul_buffer_tGergely Nagy2012-06-222-30/+31
* Simplify extending the bufferGergely Nagy2012-06-221-26/+35
* Change return type of _ul_str_escapeMiloslav Trmač2012-06-221-11/+8
* Fix error handling in buffer.cGergely Nagy2012-06-223-28/+33
* Use a static exception mapGergely Nagy2012-06-221-51/+25
* Don't use \f in JSONGergely Nagy2012-06-221-4/+0
* Fix 1-byte heap overflow in ul_buffer_finalizeMiloslav Trmač2012-06-221-2/+6
* Remove an unnecessary pointer to arrayMiloslav Trmač2012-06-221-1/+1
* Reduce the number of memory allocationsGergely Nagy2012-04-291-14/+32
* Generate the manual page if rst2man is presentGergely Nagy2012-04-291-0/+9
* Preparations for 0.2.1Gergely Nagy2012-04-281-2/+2
* Add a closelog() wrapper to clear the environmentGergely Nagy2012-04-284-1/+25
* Resolve facility & priority properlyGergely Nagy2012-04-201-6/+11
* Properly reset the JSON buffer in all cases.Gergely Nagy2012-04-201-2/+2
* Free up the JSON buffer on exitGergely Nagy2012-04-161-0/+7
* Improve string escape performance a littleGergely Nagy2012-04-161-6/+5
* Correctly NULL-terminate the JSON buffer in all cases.Gergely Nagy2012-04-131-1/+1
* Do use the library versionGergely Nagy2012-04-131-2/+3
* Implement string escaping.Gergely Nagy2012-04-131-7/+132
* Fix ul_buffer_finalize().Gergely Nagy2012-04-131-2/+3
* Format JSON ourselves, without json-c.Gergely Nagy2012-04-134-80/+196
* 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