summaryrefslogtreecommitdiff
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
37 hoursapi: PERK_DRIVER_AR_PRINT_ARCHIVE -> PERK_DRIVER_AR_PRINT_MEMBERS (consistency).midipix1-1/+1
40 hoursdriver: utility: relax flags to permit generic archive listing and printing.midipix1-2/+0
40 hoursar: pe_ar_print_members(): utility and driver integration.midipix1-0/+4
2 daysar: pe_ar_list_members(): utility and driver integration.midipix1-0/+5
2 daysapi: perk_output.h: added pretty-printer bits, refactored pre-alpha defs.midipix1-0/+10
2 daysdriver: pe_main(): support historic usage (first option/action without a dash).midipix1-0/+12
4 daysdriver: utility: invoke pe_cmd_ar() with appropriate <posname> & <arname> args.midipix1-1/+19
4 daysdriver: pe_driver_usage(): synopsis overhaul.midipix1-33/+48
4 daysdriver: --version: update the git repository reference to the https variant.midipix1-1/+1
4 dayspe_cmd_ar(): updated function signature, defined action and option constants.midipix1-1/+1
5 daysdriver: added --cmd=ar support, the pe_cmd_ar() stub, and the perk-ar symlink.midipix2-1/+17
5 dayspe_lib_get_unit_ctx(): return a read-only parsed object vector to the caller.midipix1-1/+11
5 dayspe_lib_get_unit_ctx(): whitespace meditation.midipix1-4/+4
5 daysdriver: struct pe_common_ctx: refactor, remove the actflags member.midipix1-1/+1
5 daysdriver: pe_lib_get_unit_ctx(): added handling of archives and archive members.midipix2-2/+125
6 daysstruct pe_unit_ctx: remove mapping info (present elsewhere, i.e. via r_image).midipix1-1/+0
6 dayslibrary api: _raw_ (raw image api) namespace overhaul.midipix1-2/+2
6 dayslibrary api: _meta_ (object and image meta data) namespace overhaul.midipix1-2/+2
7 dayslibrary api: _lib_ (program driver) namespace overhaul.midipix3-16/+16
8 daysdriver api: refined the logic for display utility usage information.midipix2-10/+17
8 daysdriver: become multi-cmd ready, added pe_cmd_perk().midipix2-141/+259
2021-12-30A new home.midipix3-3/+3
2021-07-06Annual chores.midipix3-3/+3
2021-04-09library interfaces: renamed pe_hdrdump_opt_hdr() ==> pe_hdrdump_coff_opt_hdr().midipix1-1/+1
2021-04-09utility: pe_perform_hdrdump_actions(): initial implementation.midipix1-0/+29
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-09front-end utility: pe_main(): remove the redundant argc parameter.midipix1-2/+2
2018-08-05coding-style meditation.midipix1-2/+2
2018-08-04driver: pe_get_driver_ctx(): fix oversight in invocation of argv_get().midipix1-1/+1
2018-07-24output interfaces: revised API and implementation to use fdctx and pure fdio.midipix1-7/+7
2018-07-24driver, library interfaces: support alternate fd's for input/output/error/log.midipix2-16/+79
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-2/+5
2017-12-14output: pe_output_mdso_libraries(): implementation and integration.midipix1-0/+3
2017-12-14driver: added -d and -D (list mdso libs [and referenced symbols]).midipix1-0/+8
2017-02-04annual chores.midipix3-3/+3
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-7/+7
2016-11-17output: pe_output_image_strings(): initial implementation and integration.midipix1-0/+3
2016-11-17driver: added --strings support (list strings found in the coff string table).midipix1-0/+4
2016-11-16output: pe_output_image_symbols(): initial implementation and integration.midipix1-0/+3
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: pe_output_image_sections(): implementation and integration.midipix1-0/+3
2016-11-15pe_output_image_category(): signature now matches that of other output api's.midipix1-1/+1
2016-11-15utility: code maintenance: removed pe_paragraph_break().midipix1-17/+2
2016-11-15output: renamed pe_output_image_type() --> pe_output_image_category().midipix2-4/+4
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.midipix3-30/+5