summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump symbol versionsHEADlibumberlog-0.3.0masterGergely Nagy2012-08-131-11/+3
* Finalised the release dateGergely Nagy2012-08-131-1/+1
* Fix a few test casesGergely Nagy2012-08-121-21/+22
* Fix test_perfGergely Nagy2012-08-111-2/+3
* Preparations for 0.3.0Gergely Nagy2012-08-112-3/+3
* Generate xz compressed dist tarballsGergely Nagy2012-08-111-1/+1
* Preparations for 0.3.0.Gergely Nagy2012-08-112-5/+43
* Test reorganisationGergely Nagy2012-08-112-178/+230
* LOG_UL_NODISCOVER => LOG_UL_NOIMPLICITGergely Nagy2012-08-117-57/+65
* Support disabling discovery for the LD_PRELOAD variantGergely Nagy2012-08-105-3/+58
* 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-106-110/+180
* Split the library into a linkable and an LD_PRELOAD-able partGergely Nagy2012-08-1010-377/+555
* TODO.org: Not needed anymore.Gergely Nagy2012-08-101-123/+0
* Documentation updateGergely Nagy2012-08-101-2/+1
* travis: Build with both clang & gccGergely Nagy2012-08-101-0/+3
* Greatly simplify ul_openlog()Gergely Nagy2012-08-101-12/+22
* Whitespace & coding style cleanupGergely Nagy2012-08-102-6/+7
* 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-302-4/+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-302-7/+15
* Initialize [UG]ID to "no value cached"Miloslav Trmač2012-07-302-3/+11
* 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-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