Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-08-20 | 2 | -1/+4 |
|\ | |||||
| * | bugfix: hostnames with dashes in them were incorrectly treated as malformed | Rainer Gerhards | 2009-08-20 | 2 | -1/+4 |
| | | | | | | | | | | ... thus causing them to be treated as TAG (this was a regression introduced from the "rfc3164 strict" change in 4.5.0). | ||||
* | | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-08-19 | 2 | -2/+12 |
|\| | |||||
| * | very minor cleanup | Rainer Gerhards | 2009-08-18 | 1 | -1/+0 |
| | | |||||
| * | bugfix: potential segfault in output file writer (omfile) | Rainer Gerhards | 2009-08-18 | 3 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | In async write mode, we use modular arithmetic to index the output buffer array. However, the counter variables accidently were signed, thus resulting in negative indizes after integer overflow. That in turn could lead to segfaults, but was depending on the memory layout of the instance in question (which in turn depended on a number of variables, like compile settings but also configuration). The counters are now unsigned (as they always should have been) and so the dangling mis-indexing does no longer happen. This bug potentially affected all installations, even if only some may actually have seen a segfault. | ||||
* | | undid non-correct experimental fix | Rainer Gerhards | 2009-08-19 | 1 | -8/+2 |
| | | | | | | | | | | | | | | I found out that the previous segfault fix did not correct the root cause of the problem. Thus, I can re-instantiate the more performance- optimal logic. In the next step, I'll merge in the real fix, so do NOT use this commit as code you actually run! | ||||
* | | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-08-18 | 6 | -22/+61 |
|\ \ | |||||
| * | | bugfix? (unconfirmed, testing): segfault when writing asynchronously | Rainer Gerhards | 2009-08-18 | 1 | -2/+8 |
| |/ | | | | | | | | | | | | | | | | | I have undone a very small optimization with using pre-malloced memory, which seems to have some issues. Now I am doing mallocs and at least in test environment this seems to solve the issue. The code now needs more review. If it runs flawlessly for some time, I may try to re-enable to pre-malloc, but not necessarily: its performance benefit is very mild (aka: I don't think it justifies introducing bigger complexities). | ||||
| * | added $InputTCPMaxListeners directive | Rainer Gerhards | 2009-08-17 | 5 | -17/+43 |
| | | | | | | | | permits to specify how many TCP servers shall be possible (default is 20). | ||||
| * | bugfix: if tcp listen port could not be created, no error message was emitted | Rainer Gerhards | 2009-08-17 | 3 | -4/+11 |
| | | |||||
* | | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-08-17 | 3 | -22/+41 |
|\| | |||||
| * | legacy syslog parser changed so that it now accepts date stamps in wrong case. | Rainer Gerhards | 2009-08-17 | 3 | -22/+41 |
| | | | | | | | | Some devices seem to create them and I do not see any harm in supporting that. | ||||
* | | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-07-16 | 4 | -7/+12 |
|\| | |||||
| * | calls to prctl() need to be based on configure results (cross-platform issue) | Rainer Gerhards | 2009-07-16 | 2 | -3/+5 |
| | | | | | | | | | | This is for another prctl() call, not present in the beta version (looks like it would make sense to stick these into a utility function) | ||||
| * | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-16 | 2 | -4/+7 |
| |\ | |||||
| | * | calls to prctl() need to be based on configure results (cross-platform issue) | Rainer Gerhards | 2009-07-16 | 2 | -4/+7 |
| | | | |||||
* | | | Merge branch 'v4-devel' into beta | Rainer Gerhards | 2009-07-15 | 2 | -0/+8 |
|\| | | |||||
| * | | documenting imported bugfix | Rainer Gerhards | 2009-07-15 | 1 | -0/+6 |
| | | | | | | | | | | | | v4-beta was so far unreleased, so it was a bug only here | ||||
| * | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-15 | 1 | -0/+2 |
| |\| | |||||
| | * | bugfix: memory leak with some input modules | Rainer Gerhards | 2009-07-15 | 1 | -0/+2 |
| | | | |||||
* | | | added v5 compatibility notes | Rainer Gerhards | 2009-07-15 | 3 | -2/+24 |
|/ / | |||||
* | | final touches for 4.5.1v4.5.1 | Rainer Gerhards | 2009-07-15 | 3 | -5/+5 |
| | | |||||
* | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-15 | 16 | -473/+114 |
|\| | |||||
| * | CONFIG CHANGE: $HUPisRestart default is now "off". | Rainer Gerhards | 2009-07-15 | 6 | -13/+97 |
| | | | | | | | | | | We are doing this to support removal of restart-type HUP in v5. Elaborate doc added to explain reasoning and actions to be taken. | ||||
| * | removed outdated html version of man page | Rainer Gerhards | 2009-07-15 | 1 | -438/+0 |
| | | | | | | | | html doc is better | ||||
| * | Merge branch 'v3-stable' into v4-beta | Rainer Gerhards | 2009-07-15 | 10 | -22/+17 |
| |\ | |||||
| | * | removed mentioning HUP as a way of restarting from the doc set | Rainer Gerhards | 2009-07-15 | 10 | -26/+21 |
| | | | | | | | | | | | | ... part of the deprecation effort for v5 | ||||
* | | | added ability for the TCP output action to "rebind" its send socket | Rainer Gerhards | 2009-07-14 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | ...after sending n messages (actually, it re-opens the connection, the name is used because this is a concept very similiar to $ActionUDPRebindInterval). New config directive $ActionSendTCPRebindInterval added for the purpose. By default, rebinding is disabled. This is considered# useful for load balancers. | ||||
* | | | added tcp output rebinding option. | Rainer Gerhards | 2009-07-14 | 3 | -1/+25 |
| | | | | | | | | | | | | | | | | | | added tcp output rebinding option. needs some more testing and doc | ||||
* | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-14 | 2 | -1/+2 |
|\| | | |||||
| * | | bugfix: fromhost-ip was sometimes truncated | Rainer Gerhards | 2009-07-14 | 2 | -1/+2 |
| | | | |||||
* | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-13 | 3 | -3/+6 |
|\| | | |||||
| * | | Merge branch 'v3-stable' into v4-beta | Rainer Gerhards | 2009-07-13 | 3 | -3/+6 |
| |\| | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | fix compile error in zip sender patch | Rainer Gerhards | 2009-07-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | ... at least I was smart enough to remind me that I did not do one test ;) That reminder was the compiler error. Now removed and test done ;) [simple things tend to work, lol] | ||||
| | * | better configure error message if mysql-devel is missing | Rainer Gerhards | 2009-07-13 | 1 | -1/+1 |
| | | | |||||
| | * | bugfix: sending syslog messages with zip compression did not work | Rainer Gerhards | 2009-07-13 | 2 | -2/+5 |
| | | | |||||
* | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-10 | 2 | -1/+2 |
|\| | | |||||
| * | | bugfix: potential segfault when zip-compressed syslog records were received ↵ | Rainer Gerhards | 2009-07-10 | 2 | -1/+2 |
| | | | | | | | | | | | | (double free) | ||||
* | | | small performance improvement and cleanup | Rainer Gerhards | 2009-07-09 | 4 | -159/+174 |
| | | | | | | | | | | | | | | | | | | optimized substring processing, should bring a small enhancement when forwarding with the default forwarding templates. Also did some uchar cleanup in msg.c (thus so many changes, in reality they are few...). | ||||
* | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-09 | 14 | -23/+95 |
|\| | | | | | | | | | | | | | | Conflicts: tests/nettester.c | ||||
| * | | bugfix: message could be truncated after TAG, often when forwarding | Rainer Gerhards | 2009-07-09 | 13 | -20/+95 |
| | | | | | | | | | | | | | | | | | | This was a result of an internal processing error if maximum field sizes had been specified in the property replacer. Also did some testbench improvements, including omstdout. | ||||
| * | | bugfix: omfwd segfault when debugging is turned on | Rainer Gerhards | 2009-07-09 | 1 | -2/+0 |
| | | | |||||
* | | | added capability to write incomplete buffers after an inactivity timeout | Rainer Gerhards | 2009-07-07 | 2 | -7/+40 |
| | | | | | | | | | | | | | | | | | | for the stream class and thus finally activating omfile's timeout capability in a useful way without polling and too-high performance overhead. | ||||
* | | | fixed a bug introduced today that lead to an abort in queue disk mode | Rainer Gerhards | 2009-07-07 | 4 | -11/+15 |
| | | | |||||
* | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-07 | 2 | -10/+17 |
|\| | | |||||
| * | | bugfix: property msg was lost when working with disk queues | Rainer Gerhards | 2009-07-07 | 2 | -6/+13 |
| | | | |||||
| * | | bugfix: properties inputname, fromhost, fromhost-ip were lost | Rainer Gerhards | 2009-07-07 | 2 | -5/+5 |
| | | | | | | | | | | | | ... when working with disk queues. | ||||
* | | | solved a race condition | Rainer Gerhards | 2009-07-07 | 4 | -16/+52 |
| | | | |||||
* | | | clean solution for "writing" arbrietary-size user buffers to a stream | Rainer Gerhards | 2009-07-07 | 1 | -42/+28 |
| | | | |||||
* | | | stream now uses a singular buffer strucuture for writing | Rainer Gerhards | 2009-07-07 | 1 | -6/+12 |
| | | |