Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | fix another small memleak introduced during refactoring | Rainer Gerhards | 2013-10-23 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fix small memleak introduced during refactoring | Rainer Gerhards | 2013-10-23 | 1 | -2/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | refactor: align jsonFind() calling interface with recent changes | Rainer Gerhards | 2013-10-23 | 3 | -6/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | minor cleanup | Rainer Gerhards | 2013-10-23 | 1 | -2/+0 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | refactor: remove now no-longer needed functions | Rainer Gerhards | 2013-10-23 | 5 | -109/+0 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | refactor RainerScript variable access | Rainer Gerhards | 2013-10-23 | 1 | -1/+11 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | refactor get.*PropVal() series of functions | Rainer Gerhards | 2013-10-23 | 4 | -51/+47 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | remove no longer necessary cases | Rainer Gerhards | 2013-10-23 | 1 | -6/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fix potential segfault introduced by last refactoring | Rainer Gerhards | 2013-10-23 | 1 | -2/+5 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | refactor: simplify JSON variable access | Rainer Gerhards | 2013-10-23 | 6 | -60/+32 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | refactor: use common code for message property description processing | Rainer Gerhards | 2013-10-22 | 11 | -158/+170 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in all cases except script var access -- this comes next... | |||||
| * | | | | | | | | | refactor: more simplification in property handling | Rainer Gerhards | 2013-10-21 | 2 | -13/+9 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | refactor: somewhat simplify property-name-to-id mapping | Rainer Gerhards | 2013-10-21 | 3 | -23/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | work a bit toward string handling unification | Rainer Gerhards | 2013-10-21 | 8 | -130/+101 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | prep work to support one-char variable namepaces | Rainer Gerhards | 2013-10-21 | 1 | -6/+6 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-29 | 2 | -3/+10 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | doc: update ChangeLog | Rainer Gerhards | 2013-10-29 | 1 | -0/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | bugfix: abort if "if $syslogfacility-text..." was being used | Pavel Levshin | 2013-10-29 | 1 | -3/+6 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | 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). | |||||
* | | | | | | | | | 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 | |
| | | | | | | | | ||||||
* | | | | | | | | 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. | |||||
* | | | | | | | 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 | |
|\| | | | | | ||||||
| * | | | | | 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. | |||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-25 | 2 | -1/+3 | |
|\| | | | | | |_|_|/ / |/| | | | | ||||||
| * | | | | 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 | |
| | | | | | ||||||
* | | | | | 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 | |
| |/ / / | ||||||
* | | | | 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 | |
| | | | | ||||||
* | | | | imuxsock: add some clarifiying comments | Rainer Gerhards | 2013-10-24 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | imuxsock: When syssock.use set to off, additional listeners cannot be created | Pavel Levshin | 2013-10-24 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | re-enable global vars, but as an undocumented & unsupported feature | Rainer Gerhards | 2013-10-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | This is done as we may be able to preserve the syntax. | |||||
* | | | | remove global variable support | Rainer Gerhards | 2013-10-22 | 3 | -32/+16 | |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | 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. |