index
:
perk
main
PE Resource Kit
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
driver
/
pe_driver_ctx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-04
annual chores.
midipix
1
-1
/
+1
2016-12-25
argv.h: use an option vector rather than a direct pointer to the option table.
midipix
1
-7
/
+7
2016-11-17
driver: added --strings support (list strings found in the coff string table).
midipix
1
-0
/
+4
2016-11-16
driver: added --symbols support (list symbols found in coff symbol table).
midipix
1
-0
/
+4
2016-11-16
driver: removed --output support (no longer needed).
midipix
1
-15
/
+1
2016-11-15
output: renamed pe_output_image_type() --> pe_output_image_category().
midipix
1
-2
/
+2
2016-11-15
driver: added --sections support (print image sections).
midipix
1
-0
/
+4
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_io_ctx.
midipix
1
-20
/
+1
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_server_ctx.
midipix
1
-1
/
+0
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_linker_ctx.
midipix
1
-1
/
+0
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_output_ctx.
midipix
1
-1
/
+0
2016-11-14
libary api: pre-alpha: code maintenance: removed struct pe_symbol_ctx.
midipix
1
-7
/
+0
2016-11-12
driver: added --type support (print image type).
midipix
1
-0
/
+4
2016-11-10
pe_free_driver_ctx(): fix readability.
midipix
1
-2
/
+2
2016-11-10
driver: added initial error info vector and buffer allocation.
midipix
1
-0
/
+7
2016-11-10
code maintenance: mark unused parameter.
midipix
1
-0
/
+2
2016-11-10
driver: added struct pe_source_version, pe_source_version().
midipix
1
-0
/
+14
2016-11-10
driver: record the flags passed to pe_get_driver_ctx().
midipix
1
-0
/
+1
2016-11-10
output: implemented --pretty=dlltool for exported symbols.
midipix
1
-0
/
+2
2016-11-10
driver: move to header extern declaration of pe_default_options[].
midipix
1
-2
/
+0
2016-11-10
argv.h: main(): fix signatures.
midipix
1
-2
/
+2
2016-11-10
annual chores.
midipix
1
-0
/
+6
2016-11-10
driver: fix semantics of calloc() calls.
midipix
1
-1
/
+1
2016-11-10
driver: pe_get_driver_ctx_fail(): add missing 'static' linkage.
midipix
1
-1
/
+1
2016-11-10
driver: improve common context initialization logic.
midipix
1
-9
/
+13
2016-11-10
driver: make the common context initialization code more generic.
midipix
1
-18
/
+12
2016-11-10
internal headers: consolidate perk_impl.h and perk_driver_impl.h.
midipix
1
-1
/
+0
2016-11-10
whitespace meditation.
midipix
1
-3
/
+3
2016-11-10
program driver: adjust source tree to support multiple skins.
midipix
1
-37
/
+10
2016-11-10
API redesign 10/10: whitespace meditation.
midipix
1
-12
/
+12
2016-11-10
API redesign 7/10: place secondary context structures in struct pe_driver_ctx...
midipix
1
-12
/
+8
2016-11-10
API redesign 6/10: pe_common_ctx: protect i/o members against direct modifica...
midipix
1
-11
/
+12
2016-11-10
API redesign 4/10: pe_common_ctx: protect the common context structure agains...
midipix
1
-6
/
+11
2016-11-10
API redesign 1/10: driver: rename struct pe_driver_ctx_impl to pe_driver_ctx_...
midipix
1
-7
/
+7
2016-11-10
conformance fixes: optimized build: variable initialization and default values.
midipix
1
-0
/
+1
2016-11-10
conformance fixes: driver: signedness, missing #include.
midipix
1
-2
/
+3
2016-11-10
pretty printer: yaml support: initial implementation.
midipix
1
-0
/
+13
2016-11-10
driver: show usage if neither options nor units were specified.
midipix
1
-10
/
+22
2016-11-10
output import libraries and dependency symbols: initial implementation.
midipix
1
-0
/
+17
2016-11-10
move all output action- and formatting flags to a designated header.
midipix
1
-0
/
+1
2016-11-10
driver flags: remove the superfluous FLAG_ prefix.
midipix
1
-2
/
+2
2016-11-10
pe_get_driver_ctx(): close fdout as needed upon allocation failure.
midipix
1
-1
/
+4
2016-11-10
driver integration 8/9: driver code: initial implementation.
midipix
1
-0
/
+203