Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into master-ruleeng | Rainer Gerhards | 2013-10-28 | 4 | -23/+52 |
|\ | |||||
| * | refactor: simplify localHostName property handling | Rainer Gerhards | 2013-10-28 | 2 | -15/+3 |
| | | |||||
| * | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-28 | 2 | -6/+42 |
| |\ | |||||
| | * | remove memleak introduced by GenerateLocalHostName HUP bugfix | Rainer Gerhards | 2013-10-28 | 1 | -13/+32 |
| | | | |||||
| | * | bugfix: potential abort during HUP | Rainer Gerhards | 2013-10-28 | 2 | -7/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+7 |
| |\| | |||||
| | * | bugfix: imtcp flowControl parameter incorrectly defaulted to "off" | Rainer Gerhards | 2013-10-28 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | 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). | ||||
* | | | milestone: action engine changed to partially support wrkr instance action ↵ | Rainer Gerhards | 2013-10-28 | 5 | -10/+26 |
| | | | | | | | | | | | | interface | ||||
* | | | milestone: guard omfile writes by mutex | Rainer Gerhards | 2013-10-28 | 1 | -0/+8 |
| | | | |||||
* | | | milestone: omfile supports buffering mechanism | Rainer Gerhards | 2013-10-28 | 2 | -33/+63 |
| | | | |||||
* | | | milestone: stage work for omfile worker instance handling | Rainer Gerhards | 2013-10-28 | 2 | -8/+36 |
| | | | |||||
* | | | milestone: make default modules compile again (but they do NOT work!) | Rainer Gerhards | 2013-10-27 | 9 | -2/+33 |
| | | | |||||
* | | | milestone: change output module interface -- breaks build process! | Rainer Gerhards | 2013-10-27 | 1 | -1/+39 |
| | | | |||||
* | | | milestone: now shuffeling wti ptr correctly down to action handler | Rainer Gerhards | 2013-10-27 | 3 | -19/+18 |
| | | | | | | | | | | | | | | | except if main queue is in direct mode -- this need smore work and thinking (probably via pthreads state variables, but let's see later) | ||||
* | | | milestone: calling sequence changed so that wti is passed to many functions | Rainer Gerhards | 2013-10-26 | 7 | -66/+71 |
| | | | |||||
* | | | Merge branch 'master-var-refactor' into master-ruleeng | Rainer Gerhards | 2013-10-26 | 7 | -3/+48 |
|\ \ \ | |||||
| * | | | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 2 | -1/+3 |
| |\| | | |||||
| | * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-26 | 2 | -1/+3 |
| | |\| | |||||
| | | * | require libestr 0.1.9 | Rainer Gerhards | 2013-10-26 | 2 | -1/+3 |
| | | | | |||||
| * | | | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 7 | -2/+45 |
| |\| | | |||||
| | * | | make rsyslog version output include the number of bits used for RainerScript | Rainer Gerhards | 2013-10-26 | 1 | -0/+5 |
| | | | | |||||
| | * | | doc: add enhancement to ChangeLog | Rainer Gerhards | 2013-10-26 | 1 | -0/+2 |
| | | | | |||||
| | * | | Make use of int64 json numbers, if available | Pavel Levshin | 2013-10-26 | 4 | -1/+20 |
| | | | | |||||
| | * | | slight performance optimization if GCC is used | Rainer Gerhards | 2013-10-26 | 3 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | maintain action ids (actionNbr) | Rainer Gerhards | 2013-10-26 | 5 | -5/+18 |
| | | | | |||||
* | | | | cosmetic stage work | Rainer Gerhards | 2013-10-26 | 1 | -2/+4 |
|/ / / | |||||
* | | | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-26 | 2 | -0/+4 |
|\| | | |||||
| * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-26 | 2 | -0/+4 |
| |\| | |||||
| | * | bugfix: memory leak in strlen() RainerScript function | Rainer Gerhards | 2013-10-25 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | 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 | 2 | -2/+7 |
| |\| | |||||
| * | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-25 | 2 | -1/+3 |
| |\ \ | |||||
* | \ \ | Merge branch 'v7-stable-varfree' into master-var-refactor | Rainer Gerhards | 2013-10-25 | 3 | -28/+52 |
|\ \ \ \ | |||||
| * | | | | refactor var desctruction in script engine | Rainer Gerhards | 2013-10-25 | 1 | -25/+42 |
| | |_|/ | |/| | | | | | | | | | | | | | | This provides better extensibility when new data types are added. Thanks to Pavel Levshin for suggesting this. | ||||
| * | | | bugfix: buffer overrun if re_extract function was called for submatch 50 | Rainer Gerhards | 2013-10-25 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | Thanks to Pavel Levshin for reporting the problem and its location. | ||||
| * | | | bugfix: memleak in re_extract() function | Rainer Gerhards | 2013-10-25 | 2 | -1/+4 |
| | |/ | |/| | | | | | | | Thanks to Pavel Levshin for reporting this problem. | ||||
| * | | doc: add fix to ChangeLog | Rainer Gerhards | 2013-10-25 | 1 | -0/+2 |
| | | | |||||
| * | | bugfix: memory leak in omhiredis | Pavel Levshin | 2013-10-25 | 1 | -1/+1 |
| | | | |||||
* | | | cleanup: remove no longer needed code | Rainer Gerhards | 2013-10-24 | 1 | -86/+0 |
| | | | |||||
* | | | refactor regression fix: misadressing during script variable evaluation in ↵ | Rainer Gerhards | 2013-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | debug mode Thanks to Pavel Levshin for reporting the problem. | ||||
* | | | refactoring regression fix: segfault if $$now is used in script | Rainer Gerhards | 2013-10-24 | 1 | -0/+6 |
| | | | | | | | | | | | | Thanks to Pavel Levshin for finding this bug. | ||||
* | | | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-24 | 1 | -1/+5 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 |
| | | | |||||
| | * | Merge branch 'v7-stable' of git+ssh://git.adiscon.com/git/rsyslog into v7-stable | Rainer Gerhards | 2013-10-24 | 3 | -3/+3 |
| | |\ | |||||
| | | * | preparing for 7.4.5v7.4.5 | Rainer Gerhards | 2013-10-16 | 3 | -3/+3 |
| | | | | |||||
| | * | | bugfix: Segmentation fault on incorrect variable assignment | Pavel Levshin | 2013-10-24 | 1 | -0/+6 |
| | |/ | |||||
* | | | Merge branch 'master' into master-var-refactor | Rainer Gerhards | 2013-10-24 | 5 | -35/+29 |
|\| | | |||||
| * | | doc: update ChangeLog | Rainer Gerhards | 2013-10-24 | 1 | -0/+2 |
| | | | |||||
| * | | bugfix: Segmentation fault on incorrect variable assignment | Pavel Levshin | 2013-10-24 | 1 | -0/+6 |
| | | | |||||
| * | | doc: add imuxsock fix to ChangeLog | Rainer Gerhards | 2013-10-24 | 1 | -0/+2 |
| | | |