otrx: drop unused otrx_create_parse_options function
[openwrt/openwrt.git] / package / utils / otrx / src / otrx.c
2017-11-17 Rafał Miłeckiotrx: drop unused otrx_create_parse_options function
2017-11-16 Rafał Miłeckiotrx: always align image to 0x1000
2017-11-14 Rafał Miłeckiotrx: add support for -A (append) and -a (align) options
2017-11-14 Rafał Miłeckiotrx: optimize memory usage when creating TRX image
2017-11-14 Rafał Miłeckiotrx: use helper function when checking image's CRC32
2015-06-22 Rafał Miłeckiotrx: add extra compilation check before using __BYTE_ORDER
2015-06-22 Rafał Miłeckiotrx: include endian.h to make __BYTE_ORDER work with...
2015-06-20 Rafał Miłeckiotrx: optimize memory usage by function checking TRX CRC
2015-06-20 Rafał Miłeckiotrx: make crc32 table global for further optimizations
2015-04-14 Rafał Miłeckiotrx: support for creating simple TRX files
2015-04-14 Rafał Miłeckiotrx: change command line API to start with a mode
2015-04-14 Rafał Miłeckiotrx: use %zd to fix printf format warnings
2015-04-14 Rafał Miłeckiotrx: check TRX length read from header to avoid Segmen...
2015-04-14 Rafał Miłeckiotrx: include byteswap.h to fix compilation with musl
2015-04-12 Rafał Miłeckiotrx: support for extracting partitions
2015-04-09 Rafał Miłeckiotrx: new package with tiny app verifying TRX images