summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* internal: added ability to terminate input modules not via pthread_cancel...Rainer Gerhards2009-07-205-5/+52
* cleanup & better debug message handlingRainer Gerhards2009-07-201-66/+65
* corrected some conditions & one more simplificationRainer Gerhards2009-07-201-15/+3
* simplified startup of queue DA modeRainer Gerhards2009-07-203-67/+9
* bugfix: potential race condition in debug modeRainer Gerhards2009-07-201-1/+2
* solved potential race condition and some cleanupRainer Gerhards2009-07-202-6/+13
* bugfix: minor static memory leak while reading configurationRainer Gerhards2009-07-204-19/+15
* enhanced worker thread pool by atomic opsRainer Gerhards2009-07-203-32/+23
* architecture change: queue now always has at least one worker threadRainer Gerhards2009-07-204-19/+20
* more cleanup/simplification (forgot to remove one mutex lock)Rainer Gerhards2009-07-203-36/+10
* some more threading changesRainer Gerhards2009-07-203-44/+27
* cleanup: removed no longer needed codeRainer Gerhards2009-07-202-20/+0
* removed mutex locksRainer Gerhards2009-07-174-34/+36
* further code simplificationRainer Gerhards2009-07-176-176/+54
* more code simplification, should also bring some performance enhancementRainer Gerhards2009-07-177-80/+45
* Merge branch 'beta'Rainer Gerhards2009-07-162-3/+10
|\
| * 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
* | | some code simplificationRainer Gerhards2009-07-164-14/+11
* | | Merge branch 'detached' into masterRainer Gerhards2009-07-154-209/+16
|\ \ \
| * | | further reduction in code size/complexity due to design changeRainer Gerhards2009-07-084-40/+3
| * | | simplified worker thread handlingRainer Gerhards2009-07-084-171/+15
* | | | some more (very mild) cleanupRainer Gerhards2009-07-151-1/+0
* | | | some mild restart-type HUP cleanupRainer Gerhards2009-07-152-19/+5
* | | | $HUPisRestart removedRainer Gerhards2009-07-152-7/+1
* | | | Merge branch 'beta'Rainer Gerhards2009-07-151-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | 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 'omudpspoof'Rainer Gerhards2009-07-101-0/+3
|\ \ \ \
| * | | | done implementing omudpspoofRainer Gerhards2009-07-101-0/+2
| * | | | commiting interim version with ability to specify spoof sourceRainer Gerhards2009-07-091-0/+1
* | | | | Merge branch 'v4-devel'Rainer Gerhards2009-07-101-1/+0
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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
* | | | Merge branch 'master' into udpspoof & cleanup & slight optimizationRainer Gerhards2009-07-093-169/+191
|\ \ \ \
| * | | | Merge branch 'v4-devel'Rainer Gerhards2009-07-093-158/+172
| |\| | | | | |_|/ | |/| |
| | * | 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
* | | | bugfix: message could be truncated after TAG, often when forwardingRainer Gerhards2009-07-091-1/+1
|/ / /
* | | optimizing queue thread handlingRainer Gerhards2009-07-082-4/+8
* | | finishing touches for 5.1.2v5.1.2Rainer Gerhards2009-07-081-1/+1
* | | Merge branch 'v4-devel'Rainer Gerhards2009-07-086-239/+369
|\| |
| * | added capability to write incomplete buffers after an inactivity timeoutRainer Gerhards2009-07-072-7/+40
| * | fixed a bug introduced today that lead to an abort in queue disk modeRainer Gerhards2009-07-073-10/+14
| * | Merge branch 'v4-beta' into v4-develRainer Gerhards2009-07-071-10/+15
| |\|
| * | solved a race conditionRainer Gerhards2009-07-073-15/+51
| * | 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