OSDN Git Service

Android: convert Android.mk to Android.bp.
[android-x86/external-exfat.git] / dump /
2018-02-03 relanUpdate copyright years.
2017-03-19 relanImprove upper bound check in CLUSTER_INVALID() macro.
2017-01-28 relanUpdate copyright years.
2016-12-05 Daniel Drakedumpexfat: print version number only when requested.
2016-12-05 Daniel Drakedumpexfat: add option to show file fragments.
2016-06-03 relanUpdate copyright years.
2015-08-26 relanInclude man pages into distribution.
2015-08-26 relanDrop version.h header.
2015-08-26 relanInclude local headers before system headers.
2015-08-26 relanUse GNU build system (autotools).
2015-08-24 relanFix typo in the dumpexfat man page.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse apostrophe for both opening and closing quotes...
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanUse getopt() for options parsing.
2015-08-24 relanUse -V instead of -v option to print version.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse bool type.
2015-08-24 relanRefactor device access mode handling.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanRepresent device as an extensible structure.
2015-08-24 relanUse exfat_read() and exfat_write() interfaces.
2015-08-24 relanAdd exfat_close() function.
2015-08-24 relanUse exfat_open() instead of calling open() directly.
2015-08-24 relanUpdate man pages.
2015-08-24 relanAdd -v option that prints version and copyright.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanAdd dumpexfat man page.
2015-08-24 relanAdd -u option for dumpexfat that prints used sectors.
2015-08-24 relanRename block to sector in the utilities output to avoid...
2015-08-24 relanImprove dumpexfat.
2015-08-24 relanFix alignment of big numbers in dumpexfat.
2015-08-24 relanRename sbdump to dumpexfat.