summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* worked around an issue where omfile failed to compile on32 bit platformsRainer Gerhards2009-12-021-0/+1
| | | | | under some circumstances (this smells like a gcc problem, but a simple solution was available). Thanks to Kenneth Marshall for some advice.
* bumped version number & updated project statusRainer Gerhards2009-11-271-1/+1
|
* bumped version number & updated project statusRainer Gerhards2009-11-181-1/+1
|
* Merge branch 'v4-devel'Rainer Gerhards2009-11-171-0/+16
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/rsyslog_conf_modules.html gss-misc.c plugins/imgssapi/imgssapi.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c runtime/glbl.c runtime/glbl.h runtime/net.c
| * integrating varmojfekoj's "unlimited select()" patch into v4-develRainer Gerhards2009-11-171-0/+16
| |\
| | * added option to use unlimited-size select() callsvarmojfekoj2009-11-171-0/+16
| | | | | | | | | | | | | | | | | | Thanks to varmjofekoj for the patch Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| | * bumped version numberRainer Gerhards2009-09-291-1/+1
| | |
| | * preparing for 4.4.1 releasev4.4.1Rainer Gerhards2009-09-021-1/+1
| | |
* | | added a skeleton for omdbalerting by request of Phil ReillyRainer Gerhards2009-11-171-0/+16
| | | | | | | | | | | | | | | | | | ... who intends to add a database-driven alert functionality. The change provides the necessary rsyslog plumbing, but no functionality at all.
* | | bumped version number, updated project statusRainer Gerhards2009-11-131-1/+1
| | |
* | | fixed regressions in testsuite due to imported changes from last mergeRainer Gerhards2009-11-051-1/+1
| | | | | | | | | | | | ... also bumped version number
* | | added omruleset output module, which provides great flexibility in action ↵Rainer Gerhards2009-11-021-0/+15
| | | | | | | | | | | | | | | | | | processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why.
* | | updated project status & bumped version numberRainer Gerhards2009-10-271-1/+1
| | |
* | | preparing for 5.3.3v5.3.3Rainer Gerhards2009-10-271-1/+1
| | |
* | | enhanced test environment (including testbench)Rainer Gerhards2009-10-221-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | support for enhancing probability of memory addressing failure by using non-NULL default value for malloced memory (optional, only if requested by configure option). This helps to track down some otherwise undetected issues within the testbench and is expected to be very useful in the future.
* | | solved a recently introduced race during input thread shutdownRainer Gerhards2009-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | This was introduced when we re-enabled non-cancel thread termination a few commits ago. This code has never been released as a tarball, so that is no bugfix for a release but rather a WiP regression fix and thus does not need to be mentioned in the ChangeLog.
* | | improved imudp so that epoll can be used in more environmentsRainer Gerhards2009-10-151-1/+1
| | | | | | | | | | | | Fixed potential compile time problem if EPOLL_CLOEXEC is not available.
* | | added multi-ruleset support to imudpRainer Gerhards2009-10-131-1/+1
| | | | | | | | | | | | | | | also bumped version number and corrected ChangeLog, where I merged some post 5.3.1 changes into the 5.3.1 section.
* | | bumped version numberRainer Gerhards2009-09-141-1/+1
| | |
* | | Merge branch 'v4-devel' into masterRainer Gerhards2009-09-141-2/+2
|\| | | | | | | | | | | | | | Conflicts: configure.ac
| * | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-09-141-2/+2
| |\ \
| | * | fixed some minor portability issuesRainer Gerhards2009-09-141-2/+2
| | | |
| | * | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-08-271-0/+11
| | |\| | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| * | | added $LogRSyslogStatusMessages configuration directiveRainer Gerhards2009-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | ...permitting to turn off rsyslog start/stop/HUP messages. See Debian ticket http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463793
* | | | changed imudp to utilize epoll(), where available.Rainer Gerhards2009-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | This shall provide slightly better performance (just slightly because we called select() rather infrequently on a busy system).
* | | | Use automake 1.11 silent-rules supportMichael Biebl2009-09-041-5/+3
| | | | | | | | | | | | | | | | | | | | Drop shave and use automake 1.11 silent-rules http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html
* | | | added --enable-gui configure switchRainer Gerhards2009-08-271-1/+23
| | | | | | | | | | | | | | | | | | | | ... which now permits to enable/disable GUI components. This also checks if Java is present and, if not, complains during ./configure.
* | | | Merge branch 'master' into javaRainer Gerhards2009-08-271-0/+11
|\ \ \ \
| * | | | Merge branch 'beta'Rainer Gerhards2009-08-261-0/+11
| |\| | |
| | * | | Merge branch 'v4-stable' into v4-develRainer Gerhards2009-08-251-0/+11
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | | | | | | | | Conflicts: ChangeLog runtime/msg.c
| | | * features requiring Java are automatically disabled if Java is not presentRainer Gerhards2009-08-251-0/+11
| | | | | | | | | | | | | | | | (thanks to Michael Biebl for his help!)
| | | * Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-211-56/+156
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| | | * \ Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-131-2/+2
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | | preparing for 4.5.2v4.5.2Rainer Gerhards2009-08-211-1/+1
| | | | | |
* | | | | | added a (very, very basic) build system for the Java GUIRainer Gerhards2009-08-271-0/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | ... so far, this can not be turned off (will do when I have merged the recent build system changes into this branch - I am glad that I at least have a working reference point now ;)).
* | | | | preparing for 5.1.4 releasev5.1.4Rainer Gerhards2009-08-201-1/+1
| | | | |
* | | | | Merge branch 'beta'Rainer Gerhards2009-07-161-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/wti.c runtime/wtp.c
| * | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-161-2/+2
| |\ \ \ \
| | * | | | calls to prctl() need to be based on configure results (cross-platform issue)Rainer Gerhards2009-07-161-2/+2
| | | | | |
* | | | | | Merge branch 'beta'Rainer Gerhards2009-07-151-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | final touches for 4.5.1v4.5.1Rainer Gerhards2009-07-151-1/+1
| |/ / / /
* | | | | Merge branch 'beta'Rainer Gerhards2009-07-131-1/+1
|\| | | |
| * | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-131-1/+1
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | Conflicts: ChangeLog
| | * | | better configure error message if mysql-devel is missingRainer Gerhards2009-07-131-1/+1
| | | | |
| | * | | preparing for 3.22.1v3.22.1Rainer Gerhards2009-07-021-1/+1
| | | | |
| * | | | updating version info to 4.5.0Rainer Gerhards2009-07-021-1/+1
| | | | |
* | | | | moved udp spoofing code to its own output module (omudpspoof)Rainer Gerhards2009-07-091-23/+33
| | | | |
* | | | | made udp spoofing code compile (but does not necessarily run right now, ↵Rainer Gerhards2009-07-091-0/+22
| | | | | | | | | | | | | | | | | | | | untested)
* | | | | finishing touches for 5.1.2v5.1.2Rainer Gerhards2009-07-081-1/+1
| | | | |
* | | | | Merge branch 'master' into v5-develRainer Gerhards2009-06-241-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IMPORTANT: this merge did NOT include the (important) changes to action.c . Consolidating them was too hard (aka "error-prone") because of the large differences in the code base. The fixes will be redone with a later commit. Conflicts: action.c configure.ac doc/manual.html