summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* .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
| * Implement string escaping.Gergely Nagy2012-04-133-8/+166
| * Fix ul_buffer_finalize().Gergely Nagy2012-04-131-2/+3
| * Format JSON ourselves, without json-c.Gergely Nagy2012-04-136-84/+204
|/
* t/: Add a new performance test.Gergely Nagy2012-04-132-1/+74
* TODO.org: Add a note about removing the json-c dependency.Gergely Nagy2012-04-111-0/+9
* configure.ac: Bump version to 0.1.2.libumberlog-0.1.2Gergely Nagy2012-04-081-1/+1
* Properly handle va_lists, by copying.Gergely Nagy2012-04-083-6/+117
* TODO.org: Add a note about va_copy()Gergely Nagy2012-04-031-0/+7
* Add the logo to the source tree.libumberlog-0.1.1Gergely Nagy2012-04-025-1/+330
* 0.1.1 release notes.Gergely Nagy2012-04-022-1/+14
* Override __syslog_chk if present, always.Gergely Nagy2012-04-022-21/+3
* NEWS: New filelibumberlog-0.1.0Gergely Nagy2012-03-262-1/+6
* Put the man page in section 3, instead of 1Gergely Nagy2012-03-241-1/+1
* Include the linker script and the API docs in the dist tarball.Gergely Nagy2012-03-241-0/+2
* Fix infinite recursion on FreeBSD.Gergely Nagy2012-03-241-1/+20
* More portability fixesGergely Nagy2012-03-242-1/+13
* Portability fixesGergely Nagy2012-03-242-5/+5
* README: Yet more updatesGergely Nagy2012-03-241-26/+25
* README: Major update.Gergely Nagy2012-03-241-22/+70
* Allow compilation with clang, too.Gergely Nagy2012-03-241-0/+2
* Implement proper error handling.Gergely Nagy2012-03-243-63/+139
* Mark a few internal functions inline.Gergely Nagy2012-03-241-5/+5
* Fix a formatting mistake in the API docs.Gergely Nagy2012-03-231-2/+2
* .gitignore: Follow the project renameGergely Nagy2012-03-231-2/+2
* Convert the manual page from roff to rst.Gergely Nagy2012-03-233-213/+139
* Rename the project to libumberlogGergely Nagy2012-03-2312-203/+200
* .gitignore updatesGergely Nagy2012-03-221-0/+8
* Implement wrappers for __syslog_chk, when appropriate.Gergely Nagy2012-03-221-0/+33