summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
Commit message (Expand)AuthorAgeFilesLines
* some light performance enhancementRainer Gerhards2009-11-121-1/+4
* moved rfc3164/5424 code to new parser modulesRainer Gerhards2009-11-041-6/+3
* one step closer to dynamically loadable parsersRainer Gerhards2009-11-031-1/+0
* removed no longer needed flag variableRainer Gerhards2009-10-271-10/+6
* fix compile bug with last commitRainer Gerhards2009-10-271-1/+0
* some cleanupRainer Gerhards2009-10-271-72/+0
* fixed race condition during queue shutdownRainer Gerhards2009-10-271-8/+10
* shuffled cancelability state to different spotRainer Gerhards2009-10-261-3/+8
* addressed some race issues during queue shutdownRainer Gerhards2009-10-261-14/+20
* Merge branch 'master' into queuePartialDeleteBatchesRainer Gerhards2009-10-261-1/+5
|\
| * bugfix: potential abort if inputname property was not setRainer Gerhards2009-10-261-1/+5
* | implemented solution for cancel at shutdown/unprocessed entriesRainer Gerhards2009-10-261-35/+23
* | Begun to work on partial batch deletes...Rainer Gerhards2009-10-221-9/+21
|/
* enhanced test environment (including testbench)Rainer Gerhards2009-10-221-5/+5
* Merge branch 'newqueue'Rainer Gerhards2009-10-211-397/+108
|\
| * bugfix: message processing states were not set correctly in all casesRainer Gerhards2009-10-191-13/+4
| * new queue engine - initial commit (probably not 100% working!)Rainer Gerhards2009-10-141-408/+101
| * added some debug settings plus improved shutdown sequenceRainer Gerhards2009-10-131-12/+39
* | bugfix: segfault when starting up with an invalid .qi file for a disk queueRainer Gerhards2009-10-201-5/+16
|/
* bugfix and testbench improvementsRainer Gerhards2009-10-071-4/+18
* bugfix and testbench improvementRainer Gerhards2009-10-071-2/+20
* reduced number of debug messages a bit againRainer Gerhards2009-08-261-2/+0
* bugfix: discard action did not work (did not discard messages)Rainer Gerhards2009-07-301-0/+2
* 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-201-64/+9
* solved potential race condition and some cleanupRainer Gerhards2009-07-201-6/+11
* bugfix: minor static memory leak while reading configurationRainer Gerhards2009-07-201-1/+0
* architecture change: queue now always has at least one worker threadRainer Gerhards2009-07-201-17/+0
* more cleanup/simplification (forgot to remove one mutex lock)Rainer Gerhards2009-07-201-11/+9
* some more threading changesRainer Gerhards2009-07-201-25/+21
* further code simplificationRainer Gerhards2009-07-171-2/+1
* more code simplification, should also bring some performance enhancementRainer Gerhards2009-07-171-20/+18
* finishing touches for 5.1.2v5.1.2Rainer Gerhards2009-07-081-1/+1
* Merge branch 'v4-devel'Rainer Gerhards2009-07-081-99/+34
|\
* | Merge branch 'v4-beta'Rainer Gerhards2009-07-071-2/+2
|\|
| * performance enhancement: much faster, up to twice as fastRainer Gerhards2009-07-061-2/+2
| * bugfix: subtle potential issue during queue shutdownRainer Gerhards2009-06-251-1/+1
* | bugfix: subtle synchronization issueRainer Gerhards2009-06-251-9/+4
* | added a few atomic operationsRainer Gerhards2009-06-251-9/+8
* | adapted (and improved) input batching to v5 engineRainer Gerhards2009-06-221-1/+2
* | bugfix: huge memory leak in queue engineRainer Gerhards2009-06-221-0/+1
* | Merge branch 'omfile' into tmpRainer Gerhards2009-06-221-3/+121
|\|
| * removed uniprocessor optimizationRainer Gerhards2009-06-191-15/+0
| * some cleanupRainer Gerhards2009-06-161-6/+4
| * implemented first version of multi-enqueue support, queue sideRainer Gerhards2009-06-161-0/+126
* | Merge branch 'omfile' into v5-develRainer Gerhards2009-06-161-62/+68
|\|
| * added capability to fsync() queue disk files for enhanced reliabilityRainer Gerhards2009-06-091-0/+5
| * modified stream class and omfile to work with itRainer Gerhards2009-06-041-2/+1
| * cleaned up stream class ...Rainer Gerhards2009-06-041-44/+46