summaryrefslogtreecommitdiffhomepage
path: root/src/driver/pe_driver_ctx.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2021-04-09driver: added --hdrdump support.midipix1-0/+37
2019-08-15pe_get_driver_ctx(): eliminate implicit fall-through in case statement.midipix1-0/+1
2019-05-07Do not refer to on-the-fly compound literals out of scope.midipix1-10/+12
2018-08-17driver: pe_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-04driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get().midipix1-1/+1
2018-07-24driver, library interfaces: support alternate fd's for input/output/error/log.midipix1-10/+66
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-2/+5
2017-12-14driver: added -d and -D (list mdso libs [and referenced symbols]).midipix1-0/+8
2017-02-04annual chores.midipix1-1/+1
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-7/+7
2016-11-17driver: added --strings support (list strings found in the coff string table).midipix1-0/+4
2016-11-16driver: added --symbols support (list symbols found in coff symbol table).midipix1-0/+4
2016-11-16driver: removed --output support (no longer needed).midipix1-15/+1
2016-11-15output: renamed pe_output_image_type() --> pe_output_image_category().midipix1-2/+2
2016-11-15driver: added --sections support (print image sections).midipix1-0/+4
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.midipix1-20/+1
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_server_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_linker_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_output_ctx.midipix1-1/+0
2016-11-14libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx.midipix1-7/+0
2016-11-12driver: added --type support (print image type).midipix1-0/+4
2016-11-10pe_free_driver_ctx(): fix readability.midipix1-2/+2
2016-11-10driver: added initial error info vector and buffer allocation.midipix1-0/+7
2016-11-10code maintenance: mark unused parameter.midipix1-0/+2
2016-11-10driver: added struct pe_source_version, pe_source_version().midipix1-0/+14
2016-11-10driver: record the flags passed to pe_get_driver_ctx().midipix1-0/+1
2016-11-10output: implemented --pretty=dlltool for exported symbols.midipix1-0/+2
2016-11-10driver: move to header extern declaration of pe_default_options[].midipix1-2/+0
2016-11-10argv.h: main(): fix signatures.midipix1-2/+2
2016-11-10annual chores.midipix1-0/+6
2016-11-10driver: fix semantics of calloc() calls.midipix1-1/+1
2016-11-10driver: pe_get_driver_ctx_fail(): add missing 'static' linkage.midipix1-1/+1
2016-11-10driver: improve common context initialization logic.midipix1-9/+13
2016-11-10driver: make the common context initialization code more generic.midipix1-18/+12
2016-11-10internal headers: consolidate perk_impl.h and perk_driver_impl.h.midipix1-1/+0
2016-11-10whitespace meditation.midipix1-3/+3
2016-11-10program driver: adjust source tree to support multiple skins.midipix1-37/+10
2016-11-10API redesign 10/10: whitespace meditation.midipix1-12/+12
2016-11-10API redesign 7/10: place secondary context structures in struct pe_driver_ctx...midipix1-12/+8
2016-11-10API redesign 6/10: pe_common_ctx: protect i/o members against direct modifica...midipix1-11/+12
2016-11-10API redesign 4/10: pe_common_ctx: protect the common context structure agains...midipix1-6/+11
2016-11-10API redesign 1/10: driver: rename struct pe_driver_ctx_impl to pe_driver_ctx_...midipix1-7/+7
2016-11-10conformance fixes: optimized build: variable initialization and default values.midipix1-0/+1
2016-11-10conformance fixes: driver: signedness, missing #include.midipix1-2/+3
2016-11-10pretty printer: yaml support: initial implementation.midipix1-0/+13
2016-11-10driver: show usage if neither options nor units were specified.midipix1-10/+22
2016-11-10output import libraries and dependency symbols: initial implementation.midipix1-0/+17
2016-11-10move all output action- and formatting flags to a designated header.midipix1-0/+1