aboutsummaryrefslogtreecommitdiffstats
path: root/src/procqueue.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-29procqueue.c: rely on item type instead of its positionVadim Yanitskiy1-15/+17
2017-12-31procqueue: allocate an output buffer as named chunkVadim Yanitskiy1-1/+1
2017-12-31procqueue: set talloc name and context for queue descriptionVadim Yanitskiy1-0/+10
2017-12-31procqueue: use queue / item names in loggingVadim Yanitskiy1-2/+3
2017-12-31procqueue: separate queue check functionVadim Yanitskiy1-16/+50
2017-12-31procqueue: add item catedory and sub-category fieldsVadim Yanitskiy1-0/+17
2017-12-31procqueue: add human-readable name to osmo_gapk_pqVadim Yanitskiy1-1/+8
2017-12-31libosmogapk: introduce the internal root talloc contextVadim Yanitskiy1-1/+4
2017-12-31libosmogapk: use talloc for memory managementVadim Yanitskiy1-6/+9
2017-12-31libosmogapk: use Osmocom logging frameworkVadim Yanitskiy1-3/+4
2017-12-31procqueue: use linuxlist to store queue itemsVadim Yanitskiy1-45/+59
2017-12-31procqueue: use uint8_t as output buffer typeVadim Yanitskiy1-1/+1
2017-12-31procqueue: store output buffers inside queue itemsVadim Yanitskiy1-6/+6
2017-12-31Add an 'osmo_gapk' prefix to the exposed symbolsVadim Yanitskiy1-13/+13
2017-12-31procqueue: expose the processing queue struct definitionVadim Yanitskiy1-10/+0
2017-12-31Install GAPK headers to '${includedir}/osmocom/gapk/'Vadim Yanitskiy1-1/+1
2017-05-28procqueue.c: Logging unficiation (always use the [x] prefix)Harald Welte1-3/+3
2017-05-28print meaningful error messages if something goes wrong in main/pqHarald Welte1-2/+8
2017-05-28prepare gapk for dealing with variable-length framesHarald Welte1-5/+15
2017-05-27add some more comments throughout the codeHarald Welte1-0/+12
2010-11-11procqueue: Add some mechanism to queue 'processing items' on the framesSylvain Munaut1-0/+132