summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-133-3/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-102-1/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | small performance improvement and cleanupRainer Gerhards2009-07-094-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-develRainer Gerhards2009-07-0914-23/+95
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/nettester.c
| * | | | | | | | | | added capability to write incomplete buffers after an inactivity timeoutRainer Gerhards2009-07-072-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 modeRainer Gerhards2009-07-074-11/+15
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-072-10/+17
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | solved a race conditionRainer Gerhards2009-07-074-16/+52
| | | | | | | | | | | |
| * | | | | | | | | | | clean solution for "writing" arbrietary-size user buffers to a streamRainer Gerhards2009-07-071-42/+28
| | | | | | | | | | | |
| * | | | | | | | | | | stream now uses a singular buffer strucuture for writingRainer Gerhards2009-07-071-6/+12
| | | | | | | | | | | |
| * | | | | | | | | | | moved locking primitivesRainer Gerhards2009-07-071-3/+19
| | | | | | | | | | | |
| * | | | | | | | | | | moved zip part to writer threadRainer Gerhards2009-07-062-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 cleanupRainer Gerhards2009-07-062-17/+18
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-062-2/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | first shot at asynchronous stream writer with timeout capabilityRainer Gerhards2009-07-0612-89/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... seems to work on quick testing, but needs a far more testing and improvement. Good milestone commit.
* | | | | | | | | | | | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-08-211-6/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * | | | | | | | | | | Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-21150-1197/+6895
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html tests/Makefile.am
| * | | | | | | | | | | | fixed left-over from merge failureRainer Gerhards2009-07-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thanks to Michael Biebl for pointing the problem out
| * | | | | | | | | | | | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-07-134-6/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
* | | | | | | | | | | | | | calls to prctl() need to be based on configure results (cross-platform issue)Rainer Gerhards2009-07-162-4/+7
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | bugfix: memory leak with some input modulesRainer Gerhards2009-07-151-0/+2
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | CONFIG CHANGE: $HUPisRestart default is now "off".Rainer Gerhards2009-07-156-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 pageRainer Gerhards2009-07-151-438/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | html doc is better
* | | | | | | | | | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-1510-22/+17
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | removed mentioning HUP as a way of restarting from the doc setRainer Gerhards2009-07-1510-26/+21
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ... part of the deprecation effort for v5
* | | | | | | | | | bugfix: fromhost-ip was sometimes truncatedRainer Gerhards2009-07-142-1/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge branch 'v3-stable' into v4-betaRainer Gerhards2009-07-133-3/+6
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | | | | | fix compile error in zip sender patchRainer Gerhards2009-07-131-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 missingRainer Gerhards2009-07-131-1/+1
| | | | | | | |
| * | | | | | | bugfix: sending syslog messages with zip compression did not workRainer Gerhards2009-07-132-2/+5
| | | | | | | |
* | | | | | | | bugfix: potential segfault when zip-compressed syslog records were received ↵Rainer Gerhards2009-07-102-1/+2
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | (double free)
* | | | | | | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-0913-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 onRainer Gerhards2009-07-091-2/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | bugfix: property msg was lost when working with disk queuesRainer Gerhards2009-07-072-6/+13
| | | | | |
* | | | | | bugfix: properties inputname, fromhost, fromhost-ip were lostRainer Gerhards2009-07-072-5/+5
| |_|_|_|/ |/| | | | | | | | | | | | | | ... when working with disk queues.
* | | | | performance enhancement: much faster, up to twice as fastRainer Gerhards2009-07-062-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.
* | | | bugfix: abort condition when RecvFrom was not set and message reduction was onRainer Gerhards2009-07-062-6/+14
| | | | | | | | | | | | | | | | Happend e.g. with imuxsock.
* | | | added $klogConsoleLogLevel directiveRainer Gerhards2009-07-034-14/+25
| | | | | | | | | | | | | | | | ...which permits to set a new console log level while rsyslog is active
* | | | bugfix: missing initialization during timestamp creationv4.5.0Rainer Gerhards2009-07-033-0/+8
| | | | | | | | | | | | | | | | | | | | This could lead to timestamps written in the wrong format, but not to an abort.
* | | | omfile itself no longer needs zlibRainer Gerhards2009-07-022-4/+1
| | | |
* | | | Merge branch 'beta'Rainer Gerhards2009-07-021-1/+1
|\ \ \ \
| * | | | Merge branch 'v3-stable' into betaRainer Gerhards2009-07-021-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| | * | | preparing for 3.22.1v3.22.1Rainer Gerhards2009-07-023-3/+3
| | | | |
* | | | | updating version info to 4.5.0Rainer Gerhards2009-07-023-3/+3
| | | | |
* | | | | completed ruleset documentationRainer Gerhards2009-07-023-33/+113
| | | | |
* | | | | first shot at multi-ruleset docRainer Gerhards2009-07-012-0/+199
| | | | |
* | | | | now put the new property-based methods to good useRainer Gerhards2009-07-018-49/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... hopefully reducing the number of allocs/frees as well as overall memory usage in a busy system (plus that these shared properties hopefully remain in cache longer than its single-instance counterparts...)
* | | | | RcvFromIP now also a propertyRainer Gerhards2009-07-018-50/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sets stage to enable use of the property-interface to speed up things (mildly), the next step to be done. I have also fixed one regression of yesterday's changes.
* | | | | removed a debugging-left-over, caused compilation failure on some platformsRainer Gerhards2009-07-011-1/+0
| | | | | | | | | | | | | | | | | | | | ... because LARGFILE macros were not defined consistenly
* | | | | Merge branch 'beta'Rainer Gerhards2009-06-301-0/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog