summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
| |
* | preparing for 5.9.6v5.9.6Rainer Gerhards2012-04-121-1/+1
| |
* | preparing for 5.9.6v5.9.5Rainer Gerhards2012-01-271-1/+1
| |
* | refactored imklog linux driver, now combined with BSD driverRainer Gerhards2012-01-231-0/+1
| | | | | | | | | | | | | | The Linux driver no longer supports outdated kernel symbol resolution, which was disabled by default for very long. Also overall cleanup, resulting in much smaller code. Linux and BSD are now covered by a single small driver.
* | Merge branch 'v5-stable-elasticsearch' into v5-devel-tmpRainer Gerhards2012-01-171-0/+36
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tools/syslogd.c
| * | add elasticsearch output moduleNathan Scott2012-01-171-0/+36
| |/ | | | | | | | | | | | | | | | | | | | | | | Add support for sending events to elasticsearch - a distributed, RESTful, search engine built on Lucene (www.elasticsearch.org). The output module is enabled via a configure option, and uses libcurl to send the messages from rsyslog to elasticsearch. This patch makes use of the earlier JSON quoting patch to ensure valid JSON strings are sent to the server. Signed-off-by: Nathan Scott <nathans@aconex.com>
| * preparing for 5.8.7v5.8.7Rainer Gerhards2012-01-171-1/+1
| |
| * preparing for 5.8.6 releasev5.8.6Rainer Gerhards2011-10-211-1/+1
| |
| * preparing for 5.8.5 releasev5.8.5Rainer Gerhards2011-08-311-1/+1
| |
* | preparing for 5.9.4v5.9.4Rainer Gerhards2011-11-291-1/+1
| |
* | preparing for 5.9.3 releasev5.9.3Rainer Gerhards2011-08-311-1/+1
| |
* | Merge branch 'v5-stable' into v5-develAndre Lorbach2011-08-181-1/+1
|\| | | | | | | | | Conflicts: configure.ac
| * bugfix: fixed incorrect state handling for Discard Action (transactions)Andre Lorbach2011-08-181-1/+1
| |
* | Merge branch 'v5-stable' into v5-develAndre Lorbach2011-08-161-1/+1
|\| | | | | | | | | | | Conflicts: ChangeLog configure.ac
| * Added debug output into message parsers needed for bugtrackingAndre Lorbach2011-08-121-1/+1
| | | | | | | | Changed version to 5.8.5-pre1
| * preparing for version 5.8.4v5.8.4root2011-08-101-1/+1
| |
| * preparing for 5.8.3v5.8.3Rainer Gerhards2011-07-111-1/+1
| |
* | preparing for 5.9.2v5.9.2Rainer Gerhards2011-07-111-1/+1
| |
* | Merge branch 'v5-stable' into v5-develRainer Gerhards2011-07-061-1/+1
|\| | | | | | | | | | | Conflicts: ChangeLog doc/manual.html
| * Merge branch 'v4-stable' into v5-stableRainer Gerhards2011-07-061-1/+1
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * doc: ./configure --help invalidly showed imdiag enabled by defaultRainer Gerhards2011-07-061-1/+1
| | | | | | | | | | | | Thanks to Frédéric L. W. Meunier for bringing this to my attention.
| | * preparing for 4.6.6v4.6.6Rainer Gerhards2011-06-241-1/+1
| | |
| * | preparing for 5.8.2Rainer Gerhards2011-06-211-1/+1
| | |
* | | preparing for 5.9.1 releasev5.9.1Rainer Gerhards2011-06-301-1/+1
| | |
* | | added support for obtaining timestamp from system for imuxsockRainer Gerhards2011-06-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This permits to read the time a message was submitted to the system log socket. Most importantly, this is provided in microsecond resolution. So we are able to obtain high precision timestampis even for messages that were - as is usual - not formatted with them. This also simplifies things in regard to local time calculation in chroot environments. Many thanks to Lennart Poettering for suggesting this feature, providing some guidance on implementing it and coordinating getting the necessary support into the Linux kernel.
* | | preparing for 5.9.0v5.9.0Rainer Gerhards2011-06-101-1/+1
|/ /
* | preparing for 5.8.1 stablev5.8.1Rainer Gerhards2011-05-191-1/+1
| |
* | added skeleton for mmsnmptrapdRainer Gerhards2011-05-051-0/+17
| |
* | Merge branch 'v5-beta' into v5-stableRainer Gerhards2011-04-121-22/+204
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | plus bump to new v5-stable Conflicts: ChangeLog configure.ac doc/manual.html
| * | preparing for 5.7.10Rainer Gerhards2011-03-291-1/+1
| | |
| * | prepared skeleton for new strgen moduleRainer Gerhards2011-03-171-0/+18
| | |
| * | preparing for 5.7.9v5.7.9Rainer Gerhards2011-03-161-1/+1
| | |
| * | added MySQL life tests for ommysqlRainer Gerhards2011-03-091-0/+18
| | | | | | | | | | | | | | | tests run against a life database instance which must be setup in a specific way.
| * | preparing for 5.7.8 releasev5.7.8Rainer Gerhards2011-03-091-1/+1
| | |
| * | testbench: valgrind tests only executed if valgrind is availableRainer Gerhards2011-03-091-0/+4
| | |
| * | preparing for 5.7.7v5.7.7Rainer Gerhards2011-03-021-1/+1
| | |
| * | preparing for 5.7.6v5.7.6Rainer Gerhards2011-02-251-1/+1
| | |
| * | preparing for 5.7.5 releaseRainer Gerhards2011-02-231-1/+1
| | |
| * | Merge branch 'v5-beta' of git+ssh://git.adiscon.com/git/rsyslog into v5-betaRainer Gerhards2011-02-171-5/+0
| |\ \
| | * \ Merge branch 'v5-stable' into v5-betaRainer Gerhards2011-02-171-5/+0
| | |\ \
| * | | | preparing for 5.7.4 releasev5.7.4Rainer Gerhards2011-02-171-1/+1
| |/ / /
| * | | fixed invalid help strings in configure.acRainer Gerhards2011-02-081-4/+4
| | | | | | | | | | | | | | | | Thanks to Michael Biebl for mentioning this problem!