summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* .travis.yml: Install check tooGergely Nagy2012-04-291-1/+1
* Merge branch 'feature/test-suite/check'Gergely Nagy2012-04-294-36/+60
|\
| * Convert the test suite to CheckGergely Nagy2012-04-294-36/+60
|/
* Preparations for 0.2.1Gergely Nagy2012-04-283-3/+28
* Add the build-status link to README.rstGergely Nagy2012-04-281-1/+3
* .gitingore: Ignore a few more generated filesGergely Nagy2012-04-281-0/+15
* Add a closelog() wrapper to clear the environmentGergely Nagy2012-04-285-1/+44
* travis.yml: Use sudo to install dependenciesGergely Nagy2012-04-281-1/+1
* Add Travis CI control fileGergely Nagy2012-04-281-0/+8
* Resolve facility & priority properlyGergely Nagy2012-04-202-6/+29
* Properly reset the JSON buffer in all cases.Gergely Nagy2012-04-201-2/+2
* configure.ac: Bump version to 0.2.0libumberlog-0.2.0Gergely Nagy2012-04-161-1/+1
* NEWS: Finalise for 0.2.0.Gergely Nagy2012-04-161-1/+1
* Free up the JSON buffer on exitGergely Nagy2012-04-161-0/+7
* Improve string escape performance a littleGergely Nagy2012-04-161-6/+5
* .gitignore updateGergely Nagy2012-04-131-0/+1
* 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
* Merge branch 'feature/libc-only'Gergely Nagy2012-04-1310-87/+389
|\
| * NEWS updateGergely Nagy2012-04-131-0/+16
| * configure updatesGergely Nagy2012-04-131-2/+5
| * Make json-c optional.Gergely Nagy2012-04-132-1/+5