summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* prepare for 7.1.8 releasev7.1.8Rainer Gerhards2012-10-021-1/+1
|
* Merge branch 'v6-devel'Rainer Gerhards2012-10-021-0/+13
|\
| * integrate logctl into build processRainer Gerhards2012-10-021-0/+13
| |
* | preparing for 7.1.7 releasev7.1.7Rainer Gerhards2012-10-011-1/+1
| |
* | preparing for 7.1.6 releasev7.1.6Rainer Gerhards2012-09-281-1/+1
| |
* | preparing for 7.1.5v7.1.5Rainer Gerhards2012-09-261-1/+1
| |
* | Added new module, imkmsg, for structured kernel logs from /dev/kmsg.Milan Bartos2012-09-241-0/+14
| | | | | | | | | | | | | | | | | | | | | | This is still in development, bute ready to be commited to master. modified: Makefile.am modified: configure.ac new file: plugins/imkmsg/Makefile.am new file: plugins/imkmsg/imkmsg.c new file: plugins/imkmsg/imkmsg.h new file: plugins/imkmsg/kmsg.c
* | preparing for 7.1.4 releasev7.1.4Rainer Gerhards2012-09-191-2/+2
| |
* | preparing for 7.1.3 releasev7.1.3Rainer Gerhards2012-09-171-1/+1
| |
* | preparing for 7.1.2 releasev7.1.2Rainer Gerhards2012-09-121-1/+1
| |
* | preparing for 7.1.1 releasev7.1.1Rainer Gerhards2012-09-111-1/+1
| |
* | preparing for 7.1.0v7.1.0Rainer Gerhards2012-09-061-1/+1
|/
* adapted Mirek's changes to new JSON passing modeRainer Gerhards2012-08-291-3/+0
| | | | | now the complete code (JSON passing & ommongodb) could be tested and passed the module tests made during development
* Add template support: parse text, convert to BSONMiloslav Trmač2012-08-291-4/+3
| | | | | | | | | | | | | | | | | | | | | Uses a json-c library (http://oss.metaparadigm.com/json-c/). With this, a template > $template MongoTemplate,"{%hostname:::jsonf:sys%, %$!all-json:2:$:%" and action > & action(type="ommongodb" db="ceelog" collection="local" template="MongoTemplate") will store a record created by > logger -d -u p/dev/log -p mail.info -t mymailer '@cee: {"false": false, "null": null, "true": true, "object": {"a":"a", "b":"b"}, "array": [1, 2, 3], "number1": 3, "number2": 3.14, "string": "String"}' as > { "_id" : ObjectId("5037bbfc97dd811374ce5a00"), "sys" : "kulicka", "false" : "false", "null" : "-", "true" : "true", "object.a" : "a", "object.b" : "b", "array.*" : "3", "number1" : "3", "number2" : "3.140000", "string" : "String" } which is not great, but fair enough given the current design of libee (the information loss manifests by the time of template processing, ommongodb can't fix it). Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* Merge branch 'master-jsonc' into master-jsonpassingRainer Gerhards2012-08-291-2/+5
|\
| * add json-c to build systemRainer Gerhards2012-08-261-2/+5
| |
* | add uuid property to message objectJérôme Renard2012-08-261-0/+15
|/
* Merge branch 'beta'Andre Lorbach2012-06-281-1/+1
|\
| * Merge branch 'v6-stable' into betaCharlie Root2012-06-281-1/+1
| |\
| | * Added dragonfly to configure.acBartosz Kuzma2012-06-271-1/+1
| | |
| | * preparing for 6.2.2 releasev6.2.2Rainer Gerhards2012-06-131-1/+1
| | |
| * | preparing for 6.3.11v6.3.11Rainer Gerhards2012-06-181-1/+1
| | |
* | | Merge branch 'beta'Rainer Gerhards2012-06-041-10/+14
|\| | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * | bugfix: made rsyslog compile when libestr ist not installed in /usrv6.3.10Rainer Gerhards2012-06-041-2/+6
| | | | | | | | | | | | Thanks to Miloslav Trmač for providing patches and suggestions
| * | preparing for 6.3.10Rainer Gerhards2012-06-041-1/+1
| | |
| * | Merge branch 'v6-stable' into betaRainer Gerhards2012-06-041-7/+7
| |\|
| | * bugfix: --enable-smcustbindcdr configure directive did not workUltrabug2012-06-041-7/+7
| | | | | | | | | | | | | | | | | | closes: http://bugzilla.adiscon.com/show_bug.cgi?id=330 Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * preparing for 6.2.1v6.2.1Rainer Gerhards2012-05-101-1/+1
| | |
* | | Merge branch 'master-zmq'Rainer Gerhards2012-06-011-0/+42
|\ \ \
| * | | added new-style zeromq plugins, based on czmq api and rsyslog v6 confDavid Kelly2012-05-291-0/+42
| | | |
* | | | imrelp now supports non-cancel thread terminationRainer Gerhards2012-05-311-1/+1
|/ / / | | | | | | | | | (but now requires at least librelp 1.0.1)
* / / added --enable-debugless configure option for very high demanding environmentsRainer Gerhards2012-05-291-1/+18
|/ / | | | | | | | | This actually at compile time disables a lot of debug code, resulting in some speedup (but serious loss of debugging capabilities)
* | preparing for 6.3.9 (beta) releasev6.3.9Rainer Gerhards2012-05-221-1/+1
| |
* | Merge branch 'v6-stable'Rainer Gerhards2012-05-031-0/+16
|\| | | | | | | | | Conflicts: tools/syslogd.c
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-05-031-0/+16
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * preparing for 5.8.11 releasev5.8.11Rainer Gerhards2012-05-031-1/+1
| | |
| | * ommysql: added support for new mysql_library_[init/exit]Rainer Gerhards2012-05-031-0/+16
| | |
| | * preparing for 5.8.10v5.8.10Rainer Gerhards2012-04-071-1/+1
| | |
| | * preparing for 5.8.9v5.8.9Rainer Gerhards2012-03-151-1/+1
| | |
| | * preparing for 5.8.8v5.8.8Rainer Gerhards2012-03-051-1/+1
| | |
| | * undoing last commit: wrong branchRainer Gerhards2012-01-301-1/+1
| | |
| | * indicated special versionRainer Gerhards2012-01-301-1/+1
| | |
| * | begin preparing for v6-stableRainer Gerhards2012-01-091-1/+1
| | |
| * | preparing for 6.1.12 releasev6.1.12Rainer Gerhards2011-08-311-1/+1
| | |
| * | preparing for 6.1.11v6.1.11Rainer Gerhards2011-07-111-1/+1
| | |
* | | Merge branch 'v5-beta'Rainer Gerhards2012-04-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c tools/syslogd.c
| * | | preparing for 5.9.6v5.9.6Rainer Gerhards2012-04-121-1/+1
| | | |
| * | | preparing for 5.9.6v5.9.5Rainer Gerhards2012-01-271-1/+1
| | | |
* | | | initial shot at omhiredisBrian Knox2012-03-211-0/+22
| | | |
* | | | ommongodb: milestone:refactored to use libmongo-clientRainer Gerhards2012-03-121-1/+6
| | | | | | | | | | | | | | | | which is waaaaaaay better than the 10gen client driver