summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* enhanced legacy syslog parser to detect year if part of the timestampv4.1.0Rainer Gerhards2008-11-181-0/+19
* Merge branch 'beta'Rainer Gerhards2008-11-182-3/+20
|\
| * Merge branch 'v3-stable' into betaRainer Gerhards2008-11-111-1/+9
| |\
| | * enhance: regex nomatch option "ZERO" has been addedRainer Gerhards2008-11-111-0/+2
| | * improved debug output for regular expressions inside property replacerRainer Gerhards2008-11-111-1/+7
| * | Merge branch 'master' into betaRainer Gerhards2008-11-1126-327/+622
| |\ \ | | |/ | |/|
| * | bugfix: double-free in pctp netstream drivervarmojfekoj2008-10-281-2/+11
* | | added configuration directive "HUPisRestart"Rainer Gerhards2008-10-235-2/+41
* | | added a setting "$OptimizeForUniprocessor"Rainer Gerhards2008-10-228-3/+42
* | | Merge branch 'master' into nextmasterRainer Gerhards2008-10-223-38/+80
|\ \ \ | | |/ | |/|
| * | Merge branch 'beta'Rainer Gerhards2008-10-211-13/+32
| |\|
| | * bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-211-13/+32
| * | added capability to support multiple module search pathes.Marius Tomaschewski2008-10-202-35/+77
| * | Merge branch 'beta'Rainer Gerhards2008-10-161-3/+3
| |\|
| | * increased maximum size of a configuration statement to 4K (was 1K)Rainer Gerhards2008-10-161-3/+3
* | | bugfix: (potentially big) memory leak on HUPRainer Gerhards2008-10-211-13/+32
* | | moved bParseHostname and bIsParsed to msgFlagsRainer Gerhards2008-10-096-6/+19
* | | Merge branch 'master' into perfRainer Gerhards2008-10-091-1/+1
|\| |
| * | Merge branch 'beta'Rainer Gerhards2008-10-091-1/+1
| |\|
| | * Merge branch 'v3-stable' into betaRainer Gerhards2008-10-091-1/+1
* | | minor: reorder to slightly reduce size of critical sectionRainer Gerhards2008-10-091-1/+1
* | | added experimental pthread_yield()Rainer Gerhards2008-10-091-0/+5
* | | bumped interface version number to reflect change to message parsingRainer Gerhards2008-10-091-1/+4
* | | fixing segfault caused by all inputs but imudpRainer Gerhards2008-10-091-0/+1
* | | reordered imudp processing.Rainer Gerhards2008-10-087-8/+354
* | | restructured imudp receive loopRainer Gerhards2008-10-081-0/+1
* | | cleanup of output timestamp generationRainer Gerhards2008-10-071-0/+4
* | | "output" timestamp now taken from mesg's time generatedRainer Gerhards2008-10-075-11/+29
* | | slightly improved lock contention situation by moving out ofRainer Gerhards2008-10-071-3/+9
* | | added $UDPServerTimeRequery optionRainer Gerhards2008-10-062-16/+60
* | | Merge branch 'master' into perfRainer Gerhards2008-10-062-1/+10
|\| |
| * | Merge branch 'beta'Rainer Gerhards2008-10-021-1/+1
| |\|
| | * bugfix: subseconds where not correctly extracted from a timestampRainer Gerhards2008-10-021-1/+1
| * | consolidated time calls during msg object creationRainer Gerhards2008-10-021-0/+9
* | | Merge branch 'helgrind' into perfRainer Gerhards2008-10-026-14/+38
|\| |
| * | fixed git merge bug (duplicate code could not be detected)Rainer Gerhards2008-10-021-19/+0
| * | Merge branch 'master' into helgrindRainer Gerhards2008-10-021-0/+21
| |\ \
| | * | Merge branch 'beta'Rainer Gerhards2008-10-021-3/+24
| | |\|
| | | * Merge branch 'v3-stable' into betaRainer Gerhards2008-10-021-3/+24
| * | | removed no longer needed mutex callsRainer Gerhards2008-10-021-3/+0
| * | | bugfix: segfault when main queue was in direct modeRainer Gerhards2008-10-011-1/+1
| * | | prevent getnameinfo() from being cancelledRainer Gerhards2008-09-301-2/+5
| * | | improved threadingRainer Gerhards2008-09-305-13/+35
| |/ /
* | | Merge branch 'helgrind' into perfRainer Gerhards2008-09-262-8/+15
|\| |
| * | some more threading cleanupRainer Gerhards2008-09-262-8/+15
* | | Merge branch 'helgrind' into perfRainer Gerhards2008-09-264-135/+93
|\| |
| * | 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-261-129/+79
| * | atomic memory access calls re-enabled in msg.cRainer Gerhards2008-09-231-5/+5
| * | bugfix: proper synchronization on message destructionRainer Gerhards2008-09-192-0/+5