Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | impstats: implement parameter "resetCounters" | Rainer Gerhards | 2013-09-09 | 1 | -2/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it provides the capability to make impstats emit deltas in contrast to accumulated counter values (see doc for details). Conflicts: plugins/impstats/impstats.c | |||||
| * | | | | Merge branch 'v7-stable' into c9 | Rainer Gerhards | 2013-09-09 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
* | | | | | | preparing for 7.5.4v7.5.4 | Rainer Gerhards | 2013-10-07 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-07 | 13 | -4/+75 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | Conflicts: doc/debug.html | |||||
| * | | | | | doc: link from doc to relevant places on the web | Florian Riedl | 2013-10-07 | 13 | -5/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the idea is to increase usability by directly linking to additional information, scenarios etc... | |||||
* | | | | | | add doc for mmpstrucdata | Rainer Gerhards | 2013-10-04 | 3 | -0/+62 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-10-04 | 1 | -8/+1 | |
|\| | | | | | ||||||
| * | | | | | mmanon: removed the check for specific "terminator characters" after last octet | Rainer Gerhards | 2013-10-04 | 1 | -8/+1 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it turned out, this didn't work in practice as there was an enormous set of potential terminator chars -- so removing them was the best thing to do. Note that this may change behaviour of existing installations. Yet, we still consider this an important bugfix, that should be applied to the stable branch. | |||||
* | | | | | omfwd: new action parameter "maxErrorMessages" added | Rainer Gerhards | 2013-09-30 | 1 | -9/+21 | |
| | | | | | ||||||
* | | | | | doc/omfwd: mention this is v7+ config | Rainer Gerhards | 2013-09-30 | 1 | -0/+7 | |
| | | | | | ||||||
* | | | | | doc: add useful external reference | Rainer Gerhards | 2013-09-28 | 1 | -0/+6 | |
| | | | | | ||||||
* | | | | | doc: better document & hyperlink action queue parameters | Rainer Gerhards | 2013-09-27 | 2 | -3/+30 | |
| | | | | | ||||||
* | | | | | document "call" RainerScript statement | Rainer Gerhards | 2013-09-27 | 4 | -1/+67 | |
| | | | | | ||||||
* | | | | | doc: add recently added omfile module parameters | Rainer Gerhards | 2013-09-26 | 1 | -2/+9 | |
| | | | | | ||||||
* | | | | | mmutf8fix: stricter UTF-8 checking | Rainer Gerhards | 2013-09-20 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | doc: one more sample for mmutf8fix | Rainer Gerhards | 2013-09-20 | 1 | -1/+10 | |
| | | | | | ||||||
* | | | | | mmutf8fix: now supports native UTF-8 multibyte sequence handling | Rainer Gerhards | 2013-09-20 | 1 | -10/+19 | |
| | | | | | ||||||
* | | | | | mmutf8fix: new module to fix invalid UTF-8 sequences | Rainer Gerhards | 2013-09-20 | 2 | -0/+88 | |
| | | | | | ||||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-18 | 1 | -10/+14 | |
|\| | | | | ||||||
| * | | | | doc: include debug log submission instructions in troubleshooting doc | Rainer Gerhards | 2013-09-18 | 1 | -10/+14 | |
| | | | | | ||||||
* | | | | | imtcp: add streamdriver.name module parameter | Rainer Gerhards | 2013-09-17 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | permits overriding the system default stream driver (gtls, ptcp) | |||||
* | | | | | doc: bugfixes & enhancements in omfile doc | Rainer Gerhards | 2013-09-17 | 1 | -17/+26 | |
| | | | | | ||||||
* | | | | | doc: describe "CEE cookie" required by mmjsonparse | Rainer Gerhards | 2013-09-16 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | ... as well as other format requirements. | |||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-09-16 | 1 | -1/+1 | |
|\| | | | | ||||||
| * | | | | bugfix: doc: imuxsock legacy param $SystemLogSocketParseTrusted was misspelled | Rainer Gerhards | 2013-09-16 | 1 | -1/+1 | |
| | |/ / | |/| | | | | | | | | | | Thanks to David Lang for alerting us | |||||
| * | | | prepare for 7.4.4 releasev7.4.4 | Rainer Gerhards | 2013-09-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | preparing for 7.5.3 releasev7.5.3 | Rainer Gerhards | 2013-09-11 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | doc: nit fixing | Rainer Gerhards | 2013-09-10 | 1 | -9/+8 | |
| | | | | ||||||
* | | | | doc: add queue parameter skeleton | Florian Riedl | 2013-09-10 | 1 | -0/+71 | |
| | | | | ||||||
* | | | | doc: clarify global/local variables | Rainer Gerhards | 2013-09-10 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | doc: add reference to relevant blog posting (imfile "escapeLF" param) | Rainer Gerhards | 2013-09-10 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | doc: clarify imfile "escapeLF" paramter availability | Rainer Gerhards | 2013-09-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | imfile: support LF escaping in read mode 1 | Rainer Gerhards | 2013-09-10 | 1 | -0/+13 | |
| | | | | ||||||
* | | | | impstats: implement parameter "resetCounters" | Rainer Gerhards | 2013-09-09 | 1 | -2/+16 | |
| | | | | | | | | | | | | | | | | | | | | it provides the capability to make impstats emit deltas in contrast to accumulated counter values (see doc for details). | |||||
* | | | | Merge branch 'c9' | Rainer Gerhards | 2013-09-02 | 1 | -2/+13 | |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | Conflicts: runtime/msg.c | |||||
| * | | | doc: add "defaultTZ" param to imtcp doc | Rainer Gerhards | 2013-09-02 | 1 | -2/+13 | |
| |/ / | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-08-26 | 1 | -4/+13 | |
|\| | | ||||||
| * | | doc: update package doc with links to Adiscon's repositories | Florian Riedl | 2013-08-26 | 1 | -4/+13 | |
| | | | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-08-26 | 1 | -26/+7 | |
|\| | | | | | | | | | | | | | | | | | Conflicts: ChangeLog doc/dev_oplugins.html | |||||
| * | | doc bugfix: remove no-longer existing omtemplate from developer doc | Rainer Gerhards | 2013-08-26 | 1 | -26/+5 | |
| | | | | | | | | | | | | | | | | | | It was specifically mentioned as a sample for creating new plugins Thanks to Yannick Brosseau for alerting us of this problem. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=473 | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-08-22 | 1 | -2/+2 | |
|\| | | ||||||
| * | | doc: typo fix (in directive name!) | Rainer Gerhards | 2013-08-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | Thanks to Martin Foot for reporting this problem. | |||||
| * | | prepare for 7.4.3 releasev7.4.3 | Rainer Gerhards | 2013-07-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | doc: add global variables | Rainer Gerhards | 2013-07-23 | 1 | -6/+28 | |
| | | | ||||||
* | | | doc: document local variables and their distinction to message JSON properties | Rainer Gerhards | 2013-07-21 | 1 | -0/+20 | |
| | | | ||||||
* | | | doc: add version requirement for main_queue() object | Rainer Gerhards | 2013-07-19 | 1 | -0/+1 | |
| | | | ||||||
* | | | doc: add doc for main_queue() object | Rainer Gerhards | 2013-07-19 | 1 | -0/+12 | |
| | | | ||||||
* | | | milestone: tcp stream compression support for transaction boundaries | Rainer Gerhards | 2013-07-15 | 1 | -1/+17 | |
| | | | ||||||
* | | | Merge branch 'c8' | Rainer Gerhards | 2013-07-12 | 1 | -0/+10 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac plugins/imudp/imudp.c | |||||
| * | | | imudp: add support for recvmmsg() | Rainer Gerhards | 2013-07-11 | 1 | -1/+11 | |
| | | | |