Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 |
| | | | |||||
* | | | moved locking primitives | Rainer Gerhards | 2009-07-07 | 1 | -3/+19 |
| | | | |||||
* | | | moved zip part to writer thread | Rainer Gerhards | 2009-07-06 | 2 | -71/+91 |
| | | | | | | | | | | | | | | | | | | ... this is necessary in preparation for the final solution (we need to have a "unified" writer). If it causes worse performance to have the zip writher togehter with the synchronous write, we may do an async write... | ||||
* | | | some minor cleanup | Rainer Gerhards | 2009-07-06 | 2 | -17/+18 |
| | | | |||||
* | | | Merge branch 'v4-beta' into v4-devel | Rainer Gerhards | 2009-07-06 | 2 | -2/+4 |
|\| | | |||||
| * | | performance enhancement: much faster, up to twice as fast | Rainer Gerhards | 2009-07-06 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | (depending on configuration). This was a small change, but with big results. There is more potential to explore, but the effects were so dramatic that I think it makes sense to include this fix. | ||||
* | | | first shot at asynchronous stream writer with timeout capability | Rainer Gerhards | 2009-07-06 | 12 | -89/+201 |
|/ / | | | | | | | | | ... seems to work on quick testing, but needs a far more testing and improvement. Good milestone commit. | ||||
* | | bugfix: abort condition when RecvFrom was not set and message reduction was on | Rainer Gerhards | 2009-07-06 | 2 | -6/+14 |
| | | | | | | | | Happend e.g. with imuxsock. | ||||
* | | added $klogConsoleLogLevel directive | Rainer Gerhards | 2009-07-03 | 4 | -14/+25 |
| | | | | | | | | ...which permits to set a new console log level while rsyslog is active | ||||
* | | bugfix: missing initialization during timestamp creationv4.5.0 | Rainer Gerhards | 2009-07-03 | 3 | -0/+8 |
| | | | | | | | | | | This could lead to timestamps written in the wrong format, but not to an abort. | ||||
* | | omfile itself no longer needs zlib | Rainer Gerhards | 2009-07-02 | 2 | -4/+1 |
| | | |||||
* | | Merge branch 'beta' | Rainer Gerhards | 2009-07-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Merge branch 'v3-stable' into beta | Rainer Gerhards | 2009-07-02 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html | ||||
| | * | preparing for 3.22.1v3.22.1 | Rainer Gerhards | 2009-07-02 | 3 | -3/+3 |
| | | | |||||
* | | | updating version info to 4.5.0 | Rainer Gerhards | 2009-07-02 | 3 | -3/+3 |
| | | | |||||
* | | | completed ruleset documentation | Rainer Gerhards | 2009-07-02 | 3 | -33/+113 |
| | | |