summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix return type of _get_gid ()Miloslav Trmač2012-07-301-1/+1
* Initialize PID to "no value cached"Miloslav Trmač2012-07-302-2/+20
* Mark missing PID cache data separately from flags.Miloslav Trmač2012-07-301-6/+12
* Move the caches into ul_process_dataMiloslav Trmač2012-07-301-19/+25
* Don't reset flags on closelog()Miloslav Trmač2012-07-302-1/+11
* Make "flags" a per-process variableMiloslav Trmač2012-07-301-12/+12
* Default ident (log tag) to program_invocation_short_nameMiloslav Trmač2012-07-303-4/+29
* Don't include "program": "(null)" if ident is not setMiloslav Trmač2012-07-302-1/+8
* Make "ident" (log tag) a per-process variableMiloslav Trmač2012-07-301-4/+7
* Don't reset facility on closelog()Miloslav Trmač2012-07-302-5/+2
* Change the default facility to LOG_USER.Miloslav Trmač2012-07-302-2/+22
* Make "facility" set by ul_openlog() per-processMiloslav Trmač2012-07-302-3/+17
* Rename ul_sys_settings to ul_thread_dataMiloslav Trmač2012-07-301-25/+25
* configure.ac: Remove obsolete AC_PROG_RANLIBGergely Nagy2012-07-281-1/+0
* NEWS: Started adding 0.2.2 itemsGergely Nagy2012-07-191-0/+33
* Leave printf format parsing to glibc if possible.Gergely Nagy2012-07-194-8/+134
* Whitespace cleanupGergely Nagy2012-07-191-104/+104
* Handle more types in printf()-like specifiersMiloslav Trmač2012-07-192-2/+48
* Let libc manage the syslog mask.Miloslav Trmač2012-07-181-12/+3
* Fix ul_recurse indicatorMiloslav Trmač2012-07-181-1/+1
* Fix a memory leak on error pathsMiloslav Trmač2012-07-181-4/+3
* Fix checking of vasprintf() return valueMiloslav Trmač2012-07-181-1/+1
* Add helper function _ul_vasprintf_and_advanceMiloslav Trmač2012-07-181-22/+26
* Make _ul_va_spin a function.Miloslav Trmač2012-07-181-75/+76
* Use a local variable instead of parameter for va_listMiloslav Trmač2012-07-181-11/+26
* Eliminate some duplicate codeMiloslav Trmač2012-07-181-12/+5
* travis.yml: Install the m4/ dir too...Gergely Nagy2012-06-221-0/+1
* travis.yml: Use autoreconf -iGergely Nagy2012-06-221-1/+1
* Switch warn_unused_result attributesMiloslav Trmač2012-06-221-5/+5
* Fix log mask handlingMiloslav Trmač2012-06-221-1/+1
* t/test_umberlog: Fix a minor indentation issueGergely Nagy2012-06-221-1/+1
* Fix timestamp formattingMiloslav Trmač2012-06-221-1/+1
* Remove escape_buffer entirelyGergely Nagy2012-06-221-25/+7
* Escape values directly into a bufferGergely Nagy2012-06-221-25/+55
* 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
* Test escaping of all control charactersMiloslav Trmač2012-06-221-0/+7
* Don't use \f in JSONGergely Nagy2012-06-221-4/+0
* Don't create unnecessary libtool wrapper scripts for testsGergely Nagy2012-06-221-0/+1
* 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
* Remove autogen.shGergely Nagy2012-06-222-8/+1
* Move the "foreign" option into configure.acMiloslav Trmač2012-06-222-2/+2
* NEWS: Finalise for 0.2.1libumberlog-0.2.1Gergely Nagy2012-05-021-1/+7
* Mention docutils in the READMEGergely Nagy2012-04-291-1/+3
* Reduce the number of memory allocationsGergely Nagy2012-04-291-14/+32
* Generate the manual page if rst2man is presentGergely Nagy2012-04-294-1/+13