Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | preparing for 7.1.4 releasev7.1.4 | Rainer Gerhards | 2012-09-19 | 1 | -2/+2 |
| | |||||
* | preparing for 7.1.3 releasev7.1.3 | Rainer Gerhards | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | preparing for 7.1.2 releasev7.1.2 | Rainer Gerhards | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | preparing for 7.1.1 releasev7.1.1 | Rainer Gerhards | 2012-09-11 | 1 | -1/+1 |
| | |||||
* | preparing for 7.1.0v7.1.0 | Rainer Gerhards | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | adapted Mirek's changes to new JSON passing mode | Rainer Gerhards | 2012-08-29 | 1 | -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 BSON | Miloslav Trmač | 2012-08-29 | 1 | -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-jsonpassing | Rainer Gerhards | 2012-08-29 | 1 | -2/+5 |
|\ | |||||
| * | add json-c to build system | Rainer Gerhards | 2012-08-26 | 1 | -2/+5 |
| | | |||||
* | | add uuid property to message object | Jérôme Renard | 2012-08-26 | 1 | -0/+15 |
|/ | |||||
* | Merge branch 'beta' | Andre Lorbach | 2012-06-28 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'v6-stable' into beta | Charlie Root | 2012-06-28 | 1 | -1/+1 |
| |\ | |||||
| | * | Added dragonfly to configure.ac | Bartosz Kuzma | 2012-06-27 | 1 | -1/+1 |
| | | | |||||
| | * | preparing for 6.2.2 releasev6.2.2 | Rainer Gerhards | 2012-06-13 | 1 | -1/+1 |
| | | | |||||
| * | | preparing for 6.3.11v6.3.11 | Rainer Gerhards | 2012-06-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'beta' | Rainer Gerhards | 2012-06-04 | 1 | -10/+14 |
|\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac | ||||
| * | | bugfix: made rsyslog compile when libestr ist not installed in /usrv6.3.10 | Rainer Gerhards | 2012-06-04 | 1 | -2/+6 |
| | | | | | | | | | | | | Thanks to Miloslav Trmač for providing patches and suggestions | ||||
| * | | preparing for 6.3.10 | Rainer Gerhards | 2012-06-04 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'v6-stable' into beta | Rainer Gerhards | 2012-06-04 | 1 | -7/+7 |
| |\| | |||||
| | * | bugfix: --enable-smcustbindcdr configure directive did not work | Ultrabug | 2012-06-04 | 1 | -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.1 | Rainer Gerhards | 2012-05-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master-zmq' | Rainer Gerhards | 2012-06-01 | 1 | -0/+42 |
|\ \ \ | |||||
| * | | | added new-style zeromq plugins, based on czmq api and rsyslog v6 conf | David Kelly | 2012-05-29 | 1 | -0/+42 |
| | | | | |||||
* | | | | imrelp now supports non-cancel thread termination | Rainer Gerhards | 2012-05-31 | 1 | -1/+1 |
|/ / / | | | | | | | | | | (but now requires at least librelp 1.0.1) | ||||
* / / | added --enable-debugless configure option for very high demanding environments | Rainer Gerhards | 2012-05-29 | 1 | -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.9 | Rainer Gerhards | 2012-05-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v6-stable' | Rainer Gerhards | 2012-05-03 | 1 | -0/+16 |
|\| | | | | | | | | | Conflicts: tools/syslogd.c | ||||
| * | Merge branch 'v5-stable' into v6-stable | Rainer Gerhards | 2012-05-03 | 1 | -0/+16 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | preparing for 5.8.11 releasev5.8.11 | Rainer Gerhards | 2012-05-03 | 1 | -1/+1 |
| | | | |||||
| | * | ommysql: added support for new mysql_library_[init/exit] | Rainer Gerhards | 2012-05-03 | 1 | -0/+16 |
| | | | |||||
| | * | preparing for 5.8.10v5.8.10 | Rainer Gerhards | 2012-04-07 | 1 | -1/+1 |
| | | | |||||
| | * | preparing for 5.8.9v5.8.9 | Rainer Gerhards | 2012-03-15 | 1 | -1/+1 |
| | | | |||||
| | * | preparing for 5.8.8v5.8.8 | Rainer Gerhards | 2012-03-05 | 1 | -1/+1 |
| | | | |||||
| | * | undoing last commit: wrong branch | Rainer Gerhards | 2012-01-30 | 1 | -1/+1 |
| | | | |||||
| | * | indicated special version | Rainer Gerhards | 2012-01-30 | 1 | -1/+1 |
| | | | |||||
| * | | begin preparing for v6-stable | Rainer Gerhards | 2012-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | preparing for 6.1.12 releasev6.1.12 | Rainer Gerhards | 2011-08-31 | 1 | -1/+1 |
| | | | |||||
| * | | preparing for 6.1.11v6.1.11 | Rainer Gerhards | 2011-07-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'v5-beta' | Rainer Gerhards | 2012-04-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html plugins/imuxsock/imuxsock.c tools/syslogd.c | ||||
| * | | | preparing for 5.9.6v5.9.6 | Rainer Gerhards | 2012-04-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | preparing for 5.9.6v5.9.5 | Rainer Gerhards | 2012-01-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | initial shot at omhiredis | Brian Knox | 2012-03-21 | 1 | -0/+22 |
| | | | | |||||
* | | | | ommongodb: milestone:refactored to use libmongo-client | Rainer Gerhards | 2012-03-12 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | which is waaaaaaay better than the 10gen client driver | ||||
* | | | | build system: fully integrating ommongodb | Rainer Gerhards | 2012-03-07 | 1 | -0/+1 |
| | | | | |||||
* | | | | new code works with libee 0.4.0 as well | Rainer Gerhards | 2012-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | so we do not need to require the newer version | ||||
* | | | | changes needed for libee 0.4.2 | Rainer Gerhards | 2012-02-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | mmaudit: added skeleton (copy of mmjsonparse) | Rainer Gerhards | 2012-02-23 | 1 | -0/+19 |
| | | | | |||||
* | | | | added mmjsonparse to support recognizing and parsing JSON enhanced syslog ↵ | Rainer Gerhards | 2012-02-21 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | | messages | ||||
* | | | | dns cache: working on invalid resolution bug, again | Rainer Gerhards | 2012-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | the proposed solution did not work out well... | ||||
* | | | | preparing for 6.3.7 | Rainer Gerhards | 2012-01-31 | 1 | -1/+1 |
| | | | |