summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Whitespace & coding style cleanupGergely Nagy2012-08-101-5/+6
* Rebuild libumberlog.la when the link script changesMiloslav Trmač2012-07-301-0/+1
* Add an explicit cast to avoid a warningMiloslav Trmač2012-07-301-1/+1
* Remove some unused variables.Miloslav Trmač2012-07-301-3/+1
* Add prototypes to old_*Miloslav Trmač2012-07-301-4/+4
* Fix ul_recurse indicator, again.Miloslav Trmač2012-07-301-1/+1
* Don't set up caches if UL_NO_DISCOVER is setMiloslav Trmač2012-07-301-4/+4
* Mark missing host name separately from flags.Miloslav Trmač2012-07-301-7/+13
* Initialize [UG]ID to "no value cached"Miloslav Trmač2012-07-301-3/+3
* Mark missing [UG]ID cache data separately from flags.Miloslav Trmač2012-07-301-14/+25
* Fix return type of _get_gid ()Miloslav Trmač2012-07-301-1/+1
* Initialize PID to "no value cached"Miloslav Trmač2012-07-301-2/+2
* 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-301-1/+0
* Make "flags" a per-process variableMiloslav Trmač2012-07-301-12/+12
* Default ident (log tag) to program_invocation_short_nameMiloslav Trmač2012-07-301-3/+18
* Don't include "program": "(null)" if ident is not setMiloslav Trmač2012-07-301-1/+6
* Make "ident" (log tag) a per-process variableMiloslav Trmač2012-07-301-4/+7
* Don't reset facility on closelog()Miloslav Trmač2012-07-301-3/+0
* Change the default facility to LOG_USER.Miloslav Trmač2012-07-301-2/+2
* 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
* Leave printf format parsing to glibc if possible.Gergely Nagy2012-07-192-7/+98
* 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
* Switch warn_unused_result attributesMiloslav Trmač2012-06-221-5/+5
* Fix log mask handlingMiloslav Trmač2012-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
* 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