summaryrefslogtreecommitdiffstats
path: root/runtime/queue.c
Commit message (Expand)AuthorAgeFilesLines
* debug: improve queue startup debug outputRainer Gerhards2013-07-191-4/+4
* 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
* add note on a potential future troublespotRainer Gerhards2013-07-161-1/+8
* Fixed return state handling in ConsumerDAAndre Lorbach2013-07-161-2/+19
* bugfix: 100% CPU utilization when DA queue became fullAndre Lorbach2013-07-151-3/+15
* 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
* 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
* | | | | queue: reduce CPU load for deserializing message propertiesRainer Gerhards2012-11-061-3/+3
* | | | | queue: mini-improvement in deserializer (stage work)Rainer Gerhards2012-11-051-2/+2
* | | | | queue: handle unknown queue type in debug outputRainer Gerhards2012-11-031-0/+3
* | | | | queue: remove time() calls from msg deserializationRainer Gerhards2012-11-031-4/+16
* | | | | queue: use specific deserializer for msg objectRainer Gerhards2012-11-031-3/+2
* | | | | queue: remove unnecessary (obj_t*) redirection from msg ptrsRainer Gerhards2012-11-031-42/+40
* | | | | queue: change generic msg ptr (pUsr) to be of msg_t typeRainer Gerhards2012-11-031-30/+29
* | | | | queue: change gerenic queue pUsr ptr to be action_tRainer Gerhards2012-11-031-5/+5
* | | | | generate disk .qi file once at queue constructionRainer Gerhards2012-11-021-16/+11
* | | | | cosmetic: get rid of compiler warning on currently unused debug codeRainer Gerhards2012-10-191-1/+1
|/ / / /
* | | | fix optimizer-introduced memleak in action destructionRainer Gerhards2012-09-251-61/+63
* | | | bugfix: debug output indicated improper queue typeRainer Gerhards2012-09-191-0/+4
* | | | new ruleengine: fixed action handling in regard to filtersRainer Gerhards2012-09-121-2/+2
|/ / /
* | | Merge branch 'beta'Rainer Gerhards2012-07-241-0/+49
|\ \ \
| * \ \ Merge branch 'v5-stable' into betaRainer Gerhards2012-07-241-3/+5
| |\ \ \ | | | |/ | | |/|
| * | | debug log: cleaned up & streamlined queue param outputRainer Gerhards2012-07-051-20/+43
| * | | debug log: emit (some) action queue parameters to debug logRainer Gerhards2012-07-051-0/+26
* | | | Merge branch 'v5-stable'Rainer Gerhards2012-07-241-3/+5
|\ \ \ \ | | |/ / | |/| |
| * | | bugfix: DA queue could cause abortRainer Gerhards2012-07-241-3/+5
* | | | Merge branch 'beta'Rainer Gerhards2012-06-011-10/+16
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'v5-beta' into betaRainer Gerhards2012-06-011-10/+16
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-06-011-10/+16
| | |\|
| | | * some better code to handle queue congestionRainer Gerhards2012-06-011-10/+15
| | * | bugfix: disk queue was not persisted on shutdown, regression of fix toRainer Gerhards2012-05-101-11/+5
| | * | Merge branch 'v5-stable' into v5-betaRainer Gerhards2012-05-031-7/+47
| | |\ \