Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: mmsequence was missing in ChangeLogv7.5.6 | Rainer Gerhards | 2013-10-29 | 1 | -0/+2 |
| | |||||
* | prepare for 7.5.6 release | Rainer Gerhards | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | doc: mention new features in ChangeLog | Rainer Gerhards | 2013-10-16 | 1 | -2/+7 |
| | |||||
* | Merge branch 'master-var-refactor' into tmp | Rainer Gerhards | 2013-10-16 | 1 | -0/+2 |
|\ | |||||
| * | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 1 | -0/+2 |
| |\ | |||||
| * \ | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 1 | -0/+6 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 1 | -0/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'v7-stable-varfree' into master-var-refactor | Rainer Gerhards | 2013-10-25 | 1 | -0/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-24 | 1 | -1/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-24 | 1 | -0/+10 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | bugfix: unset statement always worked on message var, even if local var was ↵ | Rainer Gerhards | 2013-10-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | given | ||||
* | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-29 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | doc: update ChangeLog | Rainer Gerhards | 2013-10-29 | 1 | -0/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-28 | 1 | -0/+6 |
|\| | | | | | | | | |||||
| * | | | | | | | | bugfix: potential abort during HUP | Rainer Gerhards | 2013-10-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could happen when one of imklog, imzmq3, imkmsg, impstats, imjournal, or imuxsock were under heavy load during a HUP. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=489 Thanks to Guy Rozendorn for reporting the problem and Peval Levhshin for his analysis. | ||||
* | | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-28 | 1 | -0/+5 |
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | bugfix: imtcp flowControl parameter incorrectly defaulted to "off" | Rainer Gerhards | 2013-10-28 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This could cause message loss on systems under heavy load and was a change-of-behaviour to previous version. This is a regression most probably introduced in 5.9.0 (but did not try hard to find the exact point of its introduction). | ||||
* | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-26 | 1 | -0/+2 |
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | require libestr 0.1.9 | Rainer Gerhards | 2013-10-26 | 1 | -0/+2 |
| | | | | | | | |||||
* | | | | | | | doc: add enhancement to ChangeLog | Rainer Gerhards | 2013-10-26 | 1 | -0/+2 |
| | | | | | | | |||||
* | | | | | | | slight performance optimization if GCC is used | Rainer Gerhards | 2013-10-26 | 1 | -0/+4 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We give branch prediction hints for the frequent RETiRet macro which is used for error handling. Some slight performance gain is to be expected from that. | ||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-26 | 1 | -0/+3 |
|\| | | | | | |||||
| * | | | | | bugfix: memory leak in strlen() RainerScript function | Rainer Gerhards | 2013-10-25 | 1 | -0/+3 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | Thanks to Gregoire Seux for reportig this bug. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=486 | ||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-25 | 1 | -0/+4 |
|\| | | | | |||||
| * | | | | bugfix: buffer overrun if re_extract function was called for submatch 50 | Rainer Gerhards | 2013-10-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Thanks to Pavel Levshin for reporting the problem and its location. | ||||
| * | | | | bugfix: memleak in re_extract() function | Rainer Gerhards | 2013-10-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Thanks to Pavel Levshin for reporting this problem. | ||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-25 | 1 | -0/+2 |
|\| | | | | |_|_|/ |/| | | | |||||
| * | | | doc: add fix to ChangeLog | Rainer Gerhards | 2013-10-25 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-24 | 1 | -1/+5 |
|\| | | | |_|/ |/| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/msg.c | ||||
| * | | doc: update ChangeLog | Rainer Gerhards | 2013-10-24 | 1 | -0/+4 |
| | | | |||||
| * | | preparing for 7.4.5v7.4.5 | Rainer Gerhards | 2013-10-16 | 1 | -1/+1 |
| | | | |||||
* | | | doc: update ChangeLog | Rainer Gerhards | 2013-10-24 | 1 | -0/+2 |
| | | | |||||
* | | | doc: add imuxsock fix to ChangeLog | Rainer Gerhards | 2013-10-24 | 1 | -0/+2 |
| | | | |||||
* | | | remove global variable support | Rainer Gerhards | 2013-10-22 | 1 | -0/+6 |
| |/ |/| | | | | | | | | | | | | | The original idea was not well thought out and global variables, as implemented, worked far different from what anybody would expect. As such, we consider the current approach as an experiment that did not work out and opt to removing it, clearing the way for a better future solution. Note: global vars were introduced in 7.5.3 on Sept, 11th 2013. | ||||
* | | doc: document impstats ruleset parameter | Rainer Gerhards | 2013-10-20 | 1 | -0/+1 |
| | | |||||
* | | bugfix: imudp when using recvmmsg could report wrong sender IP | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 |
| | | |||||
* | | bugfix: running imupd on multiple threads lead to segfault if recvmmsg is ↵ | Rainer Gerhards | 2013-10-18 | 1 | -0/+2 |
| | | | | | | | | available | ||||
* | | fix cosmetic memleak when property filter is disabled | Rainer Gerhards | 2013-10-18 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 1 | -0/+7 |
|\| | | | | | | | | | Conflicts: runtime/conf.c | ||||
| * | bugfix: invalid property filter was not properly disabled in ruleset | Rainer Gerhards | 2013-10-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Note that this bugfix introduces a very slight memory leak, which is cosmetic, as it just holds data until termination that is no longer needed. It is just the part of the config that was invalid. We will "fix" this "issue" in the devel version first, as the fix is a bit too intrusive to do without hard need in the stable version. | ||||
* | | doc: mention bugfix in ChangeLog | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 |
|\| | |||||
| * | doc: add last bugfix to ChangeLog | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 |
| | | |||||
* | | bugfix: omelasticsearch did not compile on platforms without atomic instructions | Rainer Gerhards | 2013-10-18 | 1 | -0/+2 |
| | | |||||
* | | doc: mention imported bugfix | Rainer Gerhards | 2013-10-18 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 |
|\| | |||||
| * | bugfix: segfault if re_extract() function was used and no match found | Rainer Gerhards | 2013-10-18 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-16 | 1 | -0/+1 |
|\| | |||||
| * | bugfix: omelasticsearch: failed.es counter was only maintained in bulk mode | Rainer Gerhards | 2013-10-16 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-16 | 1 | -0/+8 |
|\| | | | | | | | | | Conflicts: plugins/omelasticsearch/omelasticsearch.c |