summaryrefslogtreecommitdiffhomepage
path: root/src/driver/sfrt_driver_ctx.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01sofort: split-up: keep build-system elements, move extras to sofortex.midipix1-249/+0
2018-08-17driver: sfrt_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-04driver, library interfaces: support alternate fd's for input/output/error/log.midipix1-7/+63
2018-08-04library: removed sfrt_create_driver_ctx() [too much of a good thing].midipix1-23/+0
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-3/+6
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-8/+11
2016-10-25sfrt_free_driver_ctx(): fix readability.midipix1-2/+2
2016-10-25driver: added initial error info vector and buffer allocation.midipix1-0/+7
2016-05-06driver: mark unused parameter.midipix1-0/+2
2016-04-24driver: added struct sfrt_source_version, sfrt_source_version().midipix1-0/+14
2016-04-10driver: record the flags passed to sfrt_get_driver_ctx().midipix1-0/+1
2016-01-10driver: move to header extern declaration of sfrt_default_options[].midipix1-2/+0
2016-01-10argv.h: main(): fix signatures.midipix1-3/+3
2015-12-31driver: fix semantics of calloc() calls.midipix1-1/+1
2015-12-20driver: sfrt_get_driver_ctx_fail(): add missing 'static' linkage.midipix1-1/+1
2015-12-19driver: sfrt_driver_ctx_alloc(): add missing initialization.midipix1-0/+1
2015-12-19whitespace meditation.midipix1-4/+4
2015-12-18driver: improve common context initialization logic.midipix1-4/+9
2015-12-16driver: added sfrt_create_driver_ctx().midipix1-0/+20
2015-12-16driver: make the common context initialization code more generic.midipix1-14/+7
2015-12-16C headers and source files: mark dummy interfaces and related code.midipix1-14/+14
2015-12-14initial commit.midipix1-0/+169