summaryrefslogtreecommitdiffstats
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Split the library into a linkable and an LD_PRELOAD-able partGergely Nagy2012-08-101-9/+10
| | | | | | | | | | | | In order to satisfy the desire of using libumberlog, specifically ul_format(), without having to worry about syslog() & friends being overridden, split the library into two parts: A linkable library, which provides the new API, but does not override the legacy syslog() functions; and a new, LD_PRELOAD-able part, which does override the old ones. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Remove autogen.shGergely Nagy2012-06-221-1/+1
| | | | | | | | With the latest patch, we can use autoreconf -i to get the job that autogen.sh did, done. So there's no need to have the latter here anymore. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Mention docutils in the READMEGergely Nagy2012-04-291-1/+3
| | | | Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* Convert the test suite to CheckGergely Nagy2012-04-291-3/+5
| | | | | | | | | | | While assert() is a neat tool, it is not really suitable for testing, as it gives hardly any indication on what part of the test suite failed, and why. For this purpose, an existing testing library, such as Check is a much better option, so lets use that! Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* Add the build-status link to README.rstGergely Nagy2012-04-281-1/+3
| | | | Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
* Format JSON ourselves, without json-c.Gergely Nagy2012-04-131-3/+3
| | | | | | | | | | | To make the library thinner, we now format JSON ourselves: there was so little we used from json-c, that doing it ourselves is lighter and faster. With this commit, we have the architecture in place, with only a few little things remaining to be done, such as escaping string values. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* README: Yet more updatesGergely Nagy2012-03-241-26/+25
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* README: Major update.Gergely Nagy2012-03-241-22/+70
| | | | | | A major update, to make it more README-like, and less dry. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* Rename the project to libumberlogGergely Nagy2012-03-231-6/+6
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* README.rst: Add an usage sectionGergely Nagy2012-03-221-0/+13
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* README.rst: We do need json-c, too!Gergely Nagy2012-03-221-2/+3
| | | | Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* README updateGergely Nagy2012-03-221-24/+4
| | | | | | | Removed the feature section, it's documented in the manual page, and it's enough to keep that up-to-date in one place. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* README: Remove the list of additional fields.Gergely Nagy2012-03-201-5/+1
| | | | | | | | The list of additional fields will be maintained elsewhere in the documentation (in the man page), remove it from the README, as it was outdated anyway. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
* README.rst: New file.Gergely Nagy2012-03-201-0/+69
Signed-off-by: Gergely Nagy <algernon@balabit.hu>