summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* preparing for 3.12.7 releasev3.21.7Rainer Gerhards2008-11-111-0/+4
|
* Merge branch 'v3-stable' into betaRainer Gerhards2008-11-117-8/+118
|\ | | | | | | | | | | | | Conflicts: ChangeLog doc/manual.html
| * enhance: regex nomatch option "ZERO" has been addedRainer Gerhards2008-11-115-5/+17
| | | | | | | | | | | | This allows to return the string 0 if a regular expression is not found. This is probably useful for storing numerical values into database columns.
| * added small regex check tool to repositoryRainer Gerhards2008-11-111-0/+72
| | | | | | | | | | | | This is intended for debugging and considered worth preserving. However, it has not (yet) been added to the build diag tools as it is not considered important enough.
| * improved debug output for regular expressions inside property replacerRainer Gerhards2008-11-112-1/+11
| | | | | | | | | | | | RE's seem to be a big trouble spot and I would like to have more information inside the debug log. So I decided to add some additional debug strings permanently.
| * doc update: documented how to specify multiple property replacer optionsRainer Gerhards2008-11-103-0/+16
| | | | | | | | abd link to new online regex generator tool added
| * minor nit: fixed branch identificationv3.20.0Rainer Gerhards2008-11-051-1/+1
| |
* | Merge branch 'master' into betaRainer Gerhards2008-11-1191-813/+2701
|\ \ | |/ |/| | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html
| * updated project statusRainer Gerhards2008-10-221-4/+4
| |
| * preparing for 3.21.6v3.21.6Rainer Gerhards2008-10-224-4/+6
| | | | | | | | | | plus solving a compile problem for im3195 (which is not used in practice, thus this did not show up before...)
| * Merge branch 'beta'Rainer Gerhards2008-10-213-20/+40
| |\
| * | added capability to support multiple module search pathes.Marius Tomaschewski2008-10-204-35/+101
| | | | | | | | | | | | Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
| * | Merge branch 'beta'Rainer Gerhards2008-10-163-4/+14
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | | updated release informationRainer Gerhards2008-10-161-3/+3
| | | |
| * | | syslog-ng comparison had artefacts from merge conflictsRainer Gerhards2008-10-151-8/+0
| | | |
| * | | updated project status to reflect 3.18.5 releaseRainer Gerhards2008-10-091-2/+2
| | | |
| * | | Merge branch 'beta'Rainer Gerhards2008-10-092-0/+4
| |\ \ \
| * \ \ \ Merge branch 'beta'Rainer Gerhards2008-10-092-1/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'beta'Rainer Gerhards2008-10-022-1/+5
| |\ \ \ \ \
| * | | | | | consolidated time calls during msg object creationRainer Gerhards2008-10-026-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...this improves performance and consistency and also fixes a bug where subsecond time properties generated by imfile, imklog and internal messages could be slightly inconsistent.
| * | | | | | fixed git merge bug (duplicate code could not be detected)Rainer Gerhards2008-10-021-19/+0
| | | | | | |
| * | | | | | Merge branch 'master' into helgrindRainer Gerhards2008-10-029-10/+137
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'beta'Rainer Gerhards2008-10-029-13/+140
| | |\ \ \ \ \ \
| * | | | | | | | removed no longer needed mutex callsRainer Gerhards2008-10-021-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem source is that getnameinfo() is not cancel-safe, not that it is not thread-safe. It is now guarded against cancellation.
| * | | | | | | | bugfix: segfault when main queue was in direct modeRainer Gerhards2008-10-011-1/+1
| | | | | | | | |
| * | | | | | | | prevent getnameinfo() from being cancelledRainer Gerhards2008-09-301-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... but removed the mutex, as the problem seems to be in cancel processing, so the mutex is no longer necessary
| * | | | | | | | improved threadingRainer Gerhards2008-09-305-13/+35
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - changed sequence when awakening thread - removed no longer needed condition variable - EXPERIMENTALLY added mutex guarding to hostname lookups this is to be removed if it does not have any verifyable useful effect
| * | | | | | | bumping version number (partial)Rainer Gerhards2008-09-302-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am changing the way the version number is bumped so that viewer git merge conflicts happen. In the future, it will be bumped immediately before release and not immediately after (though this means I need to be more careful with interim versions).
| * | | | | | | Merge branch 'helgrind'v3.21.5Rainer Gerhards2008-09-309-157/+206
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * | | | | | | some more threading cleanupRainer Gerhards2008-09-262-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed newly-introduced potential deadlock in debug system - removed unnecessary pthread_cond_signal - a bit general cleanup
| | * | | | | | | fixed potential race condition on HUP and terminationRainer Gerhards2008-09-261-0/+2
| | | | | | | | |
| | * | | | | | | cleaned up internal debug system code and made it behave better in regard to ↵Rainer Gerhards2008-09-263-131/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multi-threading
| | * | | | | | | atomic memory access calls re-enabled in msg.cRainer Gerhards2008-09-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | destructor not yet permitted because verification is missing that a atomic opration is sufficient for the job required
| | * | | | | | | Merge branch 'master' into helgrindRainer Gerhards2008-09-222-4/+7
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into helgrindRainer Gerhards2008-09-222-3/+12
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | bugfix: proper synchronization on message destructionRainer Gerhards2008-09-192-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code was potentially race, at least on systems where a memory barrier was needed. Fix not fully tested yet.
| | * | | | | | | | | bugfix: potential race condition when adding messages to queueRainer Gerhards2008-09-185-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a wrong order of mutex lock operations. It is hard to believe that really caused problems, but in theory it could and with threading we often see that theory becomes practice if something is only used long enough on a fast enough machine with enough CPUs ;)
| | * | | | | | | | | re-enabled gcc builtin atomic operations and added a proper ./configure checkRainer Gerhards2008-09-183-9/+61
| | | | | | | | | | |
| | * | | | | | | | | ignoring an (acceptable) race in debug systemRainer Gerhards2008-09-181-0/+16
| | | | | | | | | | |
| * | | | | | | | | | some prep for 3.21.5 releaseRainer Gerhards2008-09-301-1/+4
| | | | | | | | | | |
| * | | | | | | | | | minor: typo fixRainer Gerhards2008-09-231-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'beta'Rainer Gerhards2008-09-234-6/+206
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/troubleshoot.html
| * | | | | | | | | | Merge branch 'beta'Rainer Gerhards2008-09-222-4/+7
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'beta'Rainer Gerhards2008-09-222-3/+12
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | consolidated time() calls in rule engineRainer Gerhards2008-09-163-34/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... but did not manage to avoid doing at least one call. So this change introduced performance benefit only in a few non-common situations. Anyhow, it hopefully levels ground for better things to come.
| * | | | | | | | | | fixing previous patch, time() call was accidently left inRainer Gerhards2008-09-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in one case, which was not on the focus of the initial testing cases.
| * | | | | | | | | | performance optimization: unnecessary time() calls during message parsing ↵Rainer Gerhards2008-09-168-141/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed thanks to David Lang for his excellent performance analysis
| * | | | | | | | | | Merge branch 'beta'Rainer Gerhards2008-09-126-12/+57
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: runtime/rsyslog.h tools/syslogd.c
| * | | | | | | | | | | added properties "inputname" and "$myhostname"Rainer Gerhards2008-09-1013-17/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added message property "inputname", which contains the name of the input (module) that generated it. Presence is depending on suport in each input module (else it is blank). - added system property "$myhostname", which contains the name of the local host as it knows itself.
| * | | | | | | | | | | added doc for new property replacer featureRainer Gerhards2008-09-101-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (see previous commit)