summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-172-2/+5
|\
| * Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-172-2/+5
| |\
| | * correcting -q/-Q patch - was invalidRainer Gerhards2009-11-122-2/+5
* | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-11-121-2/+2
|\| |
| * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-11-121-2/+2
| |\|
| | * bugfix: segfault on startup when -q or -Q option was givenRainer Gerhards2009-11-121-2/+2
* | | added a so-called "On Demand Debug" modeRainer Gerhards2009-11-101-0/+9
* | | bugfix: named pipes did no longer work (they always got an open error)Rainer Gerhards2009-11-051-0/+1
* | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-10-211-2/+0
|\| |
| * | Merge branch 'v3-stable' into v4-stableRainer Gerhards2009-10-201-2/+0
| |\|
| | * bugfix: potential hang condition on queue shutdownRainer Gerhards2009-10-201-2/+0
| * | RFC5424 formatted messages with only structured data and no MSG part were imp...Rainer Gerhards2009-10-012-1/+6
* | | Merge branch 'aaron' into v4-betaRainer Gerhards2009-10-081-1/+1
|\ \ \
| * | | bugfix: debug string larger than 1K were improperly displayed.Rainer Gerhards2009-10-081-1/+1
* | | | Merge branch 'aaron' into v4-betaRainer Gerhards2009-10-051-1/+1
|\| | |
| * | | bugfix[minor]: CHKiRet improperly usedRainer Gerhards2009-10-021-1/+1
* | | | Merge branch 'aaron' into v4-betaRainer Gerhards2009-10-021-0/+1
|\| | |
| * | | bumped version number, corrected error message code (minor nit)Rainer Gerhards2009-10-011-0/+1
* | | | Merge branch 'v4-stable' into v4-beta & BUGFIXRainer Gerhards2009-10-014-41/+96
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | bugfix: invalid handling of zero-sized messagesRainer Gerhards2009-09-291-2/+4
| * | bugfix: random data could be appended to message, possibly causing segfaultsRainer Gerhards2009-09-244-42/+88
* | | minor cleanup & preparation for 4.5.4v4.5.4Rainer Gerhards2009-09-291-9/+0
* | | bugfix: this morning's race patch was incomplete, completing nowRainer Gerhards2009-09-241-6/+8
* | | (temporary?) removal of very conservative locks in stream.cRainer Gerhards2009-09-241-2/+2
* | | bugfix: potential segfault in stream writer on destructionRainer Gerhards2009-09-241-5/+9
* | | minor: increased buffer size to be safe in all casesRainer Gerhards2009-09-221-2/+2
* | | bugfixes: potential problems in out file zip writer.Rainer Gerhards2009-09-221-14/+31
* | | bugfix: potential race in object loader during use/release of object interfaceRainer Gerhards2009-09-221-3/+19
* | | fixed some minor portability issuesRainer Gerhards2009-09-142-3/+11
* | | bugfix: repeated messages were incorrectly processedRainer Gerhards2009-09-101-3/+8
* | | Merge branch 'v4-stable' into v4-betaRainer Gerhards2009-09-032-1/+47
|\| |
| * | bugfix: reverse lookup reduction logic in imudp do DNS queries too oftenRainer Gerhards2009-09-032-1/+47
| * | bugfix: invalid double-quoted PRI, among others in outgoing messagesRainer Gerhards2009-08-251-1/+1
| * | Merge branch 'v4.3.2' (v4-beta) into v4-stablev4.4.0Rainer Gerhards2009-08-2135-448/+2346
| |\ \
* | | | bugfix: message sanitation had some issuesRainer Gerhards2009-08-262-4/+29
* | | | bugfix: strings improperly reused [backported from v5]Rainer Gerhards2009-08-211-1/+1
* | | | very minor cleanupRainer Gerhards2009-08-181-1/+0
* | | | bugfix: potential segfault in output file writer (omfile)Rainer Gerhards2009-08-182-2/+3
* | | | legacy syslog parser changed so that it now accepts date stamps in wrong case.Rainer Gerhards2009-08-171-22/+34
* | | | calls to prctl() need to be based on configure results (cross-platform issue)Rainer Gerhards2009-07-162-3/+5
* | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-161-2/+5
|\ \ \ \
| * | | | calls to prctl() need to be based on configure results (cross-platform issue)Rainer Gerhards2009-07-161-2/+5
* | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-151-2/+2
|\| | | |
| * | | | CONFIG CHANGE: $HUPisRestart default is now "off".Rainer Gerhards2009-07-151-2/+2
* | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-101-1/+0
|\| | | |
| * | | | bugfix: potential segfault when zip-compressed syslog records were received (...Rainer Gerhards2009-07-101-1/+0
* | | | | small performance improvement and cleanupRainer Gerhards2009-07-093-158/+172
* | | | | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-091-1/+1
|\| | | |
| * | | | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-1/+1
* | | | | added capability to write incomplete buffers after an inactivity timeoutRainer Gerhards2009-07-072-7/+40