Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed bugid #464 in elasticsearch output module | Andre Lorbach | 2013-07-23 | 0 | -0/+0 | |
| | | | | | | | | | | | | Added some libcurl options in checkConn to disable the bodyport of the request within this functions. Otherwise libcurl could have created a sigsegv when curl_easy_perform() was called. | |||||
| * | Fixed bugid #464 in elasticsearch output module | Andre Lorbach | 2013-07-23 | 1 | -0/+6 | |
| | | | | | | | | | | | | Added some libcurl options in checkConn to disable the bodyport of the request within this functions. Otherwise libcurl could have created a sigsegv when curl_easy_perform() was called. | |||||
* | | add $!, $., $/ to RSYSLOG_DebugFormat | Rainer Gerhards | 2013-07-23 | 1 | -1/+1 | |
| | | | | | | | | Thanks to David Lang for the suggestion. | |||||
* | | Merge branch 'master-globalvars' | Rainer Gerhards | 2013-07-23 | 8 | -24/+114 | |
|\ \ | ||||||
| * | | doc: add global variables | Rainer Gerhards | 2013-07-23 | 1 | -6/+28 | |
| | | | ||||||
| * | | add proper sync to global variables | Rainer Gerhards | 2013-07-23 | 1 | -3/+17 | |
| | | | ||||||
| * | | fix: global&local variables could not be accessed via RainerScript | Rainer Gerhards | 2013-07-23 | 2 | -4/+8 | |
| | | | | | | | | | | | | | | | also, global variable pool did receive extra variables that did not belong to global pool (problem in last milestone commit) | |||||
| * | | first shot at global variables (without proper sync so far) | Rainer Gerhards | 2013-07-22 | 6 | -14/+64 | |
| | | | ||||||
* | | | Fixed bugid #464 in elasticsearch output module | Andre Lorbach | 2013-07-23 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | Added some libcurl options in checkConn to disable the bodyport of the request within this functions. Otherwise libcurl could have created a sigsegv when curl_easy_perform() was called. | |||||
* | | | Added check if mainqueue cfg ptr is NULL in glblDestructMainqCnfObj function ↵ | Andre Lorbach | 2013-07-23 | 1 | -1/+4 | |
|/ / | | | | | | | (glbl.c) | |||||
* | | update to newest version of stats scripts | Andre Lorbach | 2013-07-22 | 1 | -2/+226 | |
| | | ||||||
* | | Started implementing statslog analyzer for impstats | Andre Lorbach | 2013-07-22 | 3 | -15/+73 | |
| | | | | | | | | This script will help finding unusual things in the impstats logs | |||||
* | | doc: document local variables and their distinction to message JSON properties | Rainer Gerhards | 2013-07-21 | 1 | -0/+20 | |
| | | ||||||
* | | Merge branch 'master-localvars' | Rainer Gerhards | 2013-07-20 | 6 | -59/+175 | |
|\ \ | ||||||
| * | | make local vars work together with disk queues | Rainer Gerhards | 2013-07-17 | 1 | -0/+8 | |
| | | | ||||||
| * | | milestone: basic local variable functionality available | Rainer Gerhards | 2013-07-17 | 6 | -18/+100 | |
| | | | | | | | | | | | | but some nits, like do not work with disk queues | |||||
| * | | refactor in preparation of local variables | Rainer Gerhards | 2013-07-17 | 3 | -41/+67 | |
| | | | | | | | | | | | | | | | local variables require a second json root; this refactoring makes sure we can basically use common functions for json handling | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-19 | 1 | -4/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | debug: improve queue startup debug output | Rainer Gerhards | 2013-07-19 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-19 | 2 | -4/+41 | |
|\| | | ||||||
| * | | bugfix: testbench tool chkseq did improperly report invalid file | Rainer Gerhards | 2013-07-19 | 2 | -4/+41 | |
| | | | | | | | | | | | | | | | | | | This happened when permitted duplicate values existed in the very last lines, right before end-of-file. Thanks to Radu Gheorghe for reporting this bug. | |||||
* | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-19 | 3 | -3/+11 | |
|\| | | | | | | | | | | | | | | Conflicts: runtime/stream.c | |||||
| * | | doc: mention queue file size patch | Rainer Gerhards | 2013-07-19 | 1 | -1/+4 | |
| | | | ||||||
| * | | Merge branch 'v6-stable' into tmp | Rainer Gerhards | 2013-07-19 | 3 | -3/+5 | |
| |\ \ | ||||||
| | * \ | Merge branch 'v5-stable' into tmp | Rainer Gerhards | 2013-07-19 | 3 | -3/+5 | |
| | |\ \ | ||||||
| | | * | | doc: mention queue file size patch | Rainer Gerhards | 2013-07-19 | 1 | -0/+3 | |
| | | | | | ||||||
| | | * | | bugfix: correction to the interface of stream obj | Tomas Heinrich | 2013-07-19 | 2 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The datatype of the argument to SetiMaxFileSize() was too small and could overflow. The SetMaxFileSize() interface wasn't used at all (possibly confused with SetiMaxFileSize()) and was dropped. | |||||
* | | | | | 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 | 2 | -0/+13 | |
| | | | | | ||||||
* | | | | | cosmetic cleanup, remove left-over debug test aids | Rainer Gerhards | 2013-07-19 | 1 | -2/+0 | |
| | | | | | ||||||
* | | | | | main_queue() config object added | Rainer Gerhards | 2013-07-19 | 6 | -4/+58 | |
| | | | | | | | | | | | | | | | | | | | | doc still missing | |||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-19 | 2 | -2/+7 | |
|\| | | | | ||||||
| * | | | | bugfix: $QHOUR/$HHOUR were always "00" or "01" | Rainer Gerhards | 2013-07-19 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | regression some time between v5 and here Thanks to forum user rjmcinty for reporting this bug | |||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-19 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | |||||
| * | | | | prepare for 7.4.3 releasev7.4.3 | Rainer Gerhards | 2013-07-18 | 3 | -3/+3 | |
| | | | | | ||||||
* | | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-17 | 3 | -4/+12 | |
|\| | | | | |_|_|/ |/| | | | ||||||
| * | | | regression fix: %d used for long long types in debug output | Rainer Gerhards | 2013-07-17 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | regression from recent DA queue bug fix set of patches; not present in any released code. | |||||
| * | | | cosmetic bugfix: file name buffer was not freed on disk queue destruction | Rainer Gerhards | 2013-07-17 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | This was an extremely small one-time per run memleak, so nothing of concern. However, it bugs under valgrind and similar memory debuggers. | |||||
| * | | | bugfix: memory leak if disk queues were used and json data present | Rainer Gerhards | 2013-07-17 | 2 | -0/+2 | |
| | | | | ||||||
| * | | | bugfix: CEE/json data was lost during disk queue operation | Rainer Gerhards | 2013-07-17 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-16 | 1 | -2/+26 | |
|\| | | | ||||||
| * | | | add note on a potential future troublespot | Rainer Gerhards | 2013-07-16 | 1 | -1/+8 | |
| | | | | ||||||
| * | | | Fixed return state handling in ConsumerDA | Andre Lorbach | 2013-07-16 | 1 | -2/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The queue full loop fix added a problem to the queue when rsyslog was shutdown. This problem has been corrected now. Conflicts: runtime/queue.c | |||||
* | | | | cleanup | Rainer Gerhards | 2013-07-15 | 2 | -15/+0 | |
| | | | | ||||||
* | | | | Merge branch 'master' into master-zipflush | Rainer Gerhards | 2013-07-15 | 2 | -8/+9 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/imptcp/imptcp.c | |||||
| * | | | | bugfix: stream compression in imptcp caused timestamp to be corrupted | Rainer Gerhards | 2013-07-15 | 2 | -7/+9 | |
| | | | | | ||||||
* | | | | | milestone: tcp stream compression support for transaction boundaries | Rainer Gerhards | 2013-07-15 | 3 | -10/+57 | |
|/ / / / | ||||||
* | | | | Merge branch 'v7-stable' | Rainer Gerhards | 2013-07-15 | 2 | -3/+16 | |
|\| | | | ||||||
| * | | | fix regression that caused freeInstance not to be correctly called | Rainer Gerhards | 2013-07-15 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | was introduced July, 5th 2013 by commit 8ee2b0b1610fbf4dff20453d188f379583410b42 | |||||
| * | | | bugfix: 100% CPU utilization when DA queue became full | Andre Lorbach | 2013-07-15 | 2 | -3/+16 | |
| | | | |