summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 6.5.1 releasev6.5.1Rainer Gerhards2012-10-111-1/+1
|
* Merge branch 'v6-stable' into v6-develRainer Gerhards2012-10-041-17/+0
|\
| * Merge branch 'v5-stable' into v6-stableRainer Gerhards2012-10-041-17/+0
| |\
| | * remove cust1 dummy plugin from build systemRainer Gerhards2012-10-041-17/+0
| | | | | | | | | | | | | | | | | | | | | Thanks to Michael Biebl for identifying this as the culprit for several build-related issues. The plugin is a placeholder, and was not used for quite some while. It is definitely not worth the effort to keep it along. If needed, can be quickly created.
| | * preparing for 5.10.0 releasev5.10.0Rainer Gerhards2012-08-221-1/+1
| | |
| | * preparing for 5.9.7v5.9.7Rainer Gerhards2012-05-101-1/+1
| | |
| | * Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-05-031-0/+16
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | preparing for 6.4.2 releasev6.4.2Rainer Gerhards2012-09-201-1/+1
| | | |
| * | | preparing for 6.4.1 releasev6.4.1Rainer Gerhards2012-09-061-1/+1
| | | |
| * | | preparing for 6.4.0 releaseRainer Gerhards2012-08-201-1/+1
| | | |
| * | | preparing for 6.3.12v6.3.12Rainer Gerhards2012-07-021-1/+1
| | | |
| * | | Merge branch 'v6-stable' into betaAndre Lorbach2012-06-281-1/+1
| |\ \ \
* | | | | integrate logctl into build processRainer Gerhards2012-10-021-0/+13
| | | | |
* | | | | 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
| | | |