summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump symbol versionsHEADlibumberlog-0.3.0masterGergely Nagy2012-08-131-11/+3
* Preparations for 0.3.0Gergely Nagy2012-08-111-2/+2
* Preparations for 0.3.0.Gergely Nagy2012-08-111-1/+1
* LOG_UL_NODISCOVER => LOG_UL_NOIMPLICITGergely Nagy2012-08-113-15/+16
* Support disabling discovery for the LD_PRELOAD variantGergely Nagy2012-08-102-2/+9
* Introduce LOG_UL_ALLGergely Nagy2012-08-102-0/+5
* Caching-related documentation updateGergely Nagy2012-08-101-10/+10
* Introduce ul_set_log_flags()Gergely Nagy2012-08-104-13/+38
* Split the library into a linkable and an LD_PRELOAD-able partGergely Nagy2012-08-104-44/+89
* Documentation updateGergely Nagy2012-08-101-2/+1
* Greatly simplify ul_openlog()Gergely Nagy2012-08-101-12/+22
* 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