summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master-ruleeng' into master-ruleeng-simdRainer Gerhards2013-11-051-6/+14
|\
| * Merge branch 'master' into master-ruleengRainer Gerhards2013-11-051-6/+14
| |\
| | * Merge branch 'v7-stable'Rainer Gerhards2013-11-051-6/+14
| | |\
| | | * improved checking of queue config parameters on startupRainer Gerhards2013-11-051-6/+7
| | | * emit warning message if queue.size is set dangerously lowRainer Gerhards2013-11-051-0/+7
* | | | cleanup no longer used codeRainer Gerhards2013-11-051-21/+0
* | | | re-enable main queue direct modeRainer Gerhards2013-11-051-18/+33
* | | | refactor bShutdownImmediate handlingRainer Gerhards2013-11-051-9/+20
* | | | remove no longer needed codeRainer Gerhards2013-11-051-24/+0
* | | | refactor: remove no longer needed elements from batch_tRainer Gerhards2013-11-041-2/+0
* | | | remove no longer needed vars from batch structureRainer Gerhards2013-11-031-4/+0
|/ / /
* | | milestone: now shuffeling wti ptr correctly down to action handlerRainer Gerhards2013-10-271-12/+11
* | | milestone: calling sequence changed so that wti is passed to many functionsRainer Gerhards2013-10-261-4/+5
|/ /
* | change main/ruleset queue defaults to be more enterprise-likeRainer Gerhards2013-10-041-2/+4
* | experimental: make impstats return delta values where possibleRainer Gerhards2013-09-071-6/+6
* | Merge branch 'v7-stable'Rainer Gerhards2013-07-191-4/+4
|\|
| * debug: improve queue startup debug outputRainer Gerhards2013-07-191-4/+4
* | Merge branch 'v7-stable'Rainer Gerhards2013-07-171-2/+5
|\|
| * regression fix: %d used for long long types in debug outputRainer Gerhards2013-07-171-1/+3
| * cosmetic bugfix: file name buffer was not freed on disk queue destructionRainer Gerhards2013-07-171-1/+2
* | Merge branch 'v7-stable'Rainer Gerhards2013-07-161-2/+26
|\|
| * add note on a potential future troublespotRainer Gerhards2013-07-161-1/+8
| * Fixed return state handling in ConsumerDAAndre Lorbach2013-07-161-2/+19
* | Merge branch 'v7-stable'Rainer Gerhards2013-07-151-3/+15
|\|
| * bugfix: 100% CPU utilization when DA queue became fullAndre Lorbach2013-07-151-3/+15
* | Merge branch 'v7-stable'Rainer Gerhards2013-07-131-12/+12
|\|
| * nit: use correct function names in new debug instrumentationRainer Gerhards2013-07-131-12/+12
| * Changed and extended debug output in queue/action classes for further analysisAndre Lorbach2013-07-131-6/+6
* | cleanupRainer Gerhards2013-05-161-1/+0
* | enable ability to read existing encrypted queue fileRainer Gerhards2013-05-151-1/+10
* | clean up crypto provider state files on queue file closeRainer Gerhards2013-05-151-1/+0
* | basic queue file encryptionRainer Gerhards2013-05-131-4/+23
* | enable shuffling of crypto parameters down through queue definitionRainer Gerhards2013-05-101-20/+87
|/
* bugfix: segfault on startup if a disk queue was configure without file nameRainer Gerhards2013-05-081-0/+6
* cleanupRainer Gerhards2013-04-241-2/+0
* Merge branch 'c7' into tmpRainer Gerhards2013-04-091-3/+4
|\
| * make imrelp properly terminate on system shutdownRainer Gerhards2013-04-091-1/+4
| * add output module interface to facilitate cooperative shutdownRainer Gerhards2013-04-081-2/+0
| * Merge branch 'v6-stable' into tmpRainer Gerhards2013-03-201-1/+1
| |\
* | \ Merge branch 'v6-stable'Rainer Gerhards2013-03-121-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'v5-stable' into v6-stableRainer Gerhards2013-03-121-1/+1
| |\ \
| | * \ Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-08-221-3/+5
| | |\ \
| | | * | undo last queue patch - caused a regressionRainer Gerhards2012-08-011-1/+1
| | | * | bugfix: DA queue fixed handling of bad queue files.Andre Lorbach2012-07-311-1/+1
* | | | | optimize memory layout for much better cache hitsRainer Gerhards2013-01-151-6/+7
* | | | | Merge branch 'v7-stable-newmsglock' into master-newmsglockRainer Gerhards2012-12-061-2/+41
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | fix missing functionality: ruleset(){} could not specify ruleset queueRainer Gerhards2012-11-301-1/+40
| * | | | silence compiler warningsRainer Gerhards2012-11-301-0/+3
| * | | | silence compiler warnings & some cleanupRainer Gerhards2012-11-141-1/+1
* | | | | queue: file delete stream does no longer do real ioRainer Gerhards2012-11-191-62/+34