aboutsummaryrefslogtreecommitdiffstats
path: root/dump/main.c
Commit message (Expand)AuthorAgeFilesLines
* Use apostrophe for both opening and closing quotes in messages.relan2015-08-241-2/+2
* Relicense the code from GPLv3+ to GPLv2+.relan2015-08-241-4/+6
* Use getopt() for options parsing.relan2015-08-241-11/+13
* Use -V instead of -v option to print version.relan2015-08-241-2/+2
* Update copyright years.relan2015-08-241-2/+2
* Use bool type.relan2015-08-241-5/+5
* Refactor device access mode handling.relan2015-08-241-1/+1
* Update copyright years.relan2015-08-241-2/+2
* Represent device as an extensible structure.relan2015-08-241-7/+7
* Use exfat_read() and exfat_write() interfaces.relan2015-08-241-2/+1
* Add exfat_close() function.relan2015-08-241-3/+3
* Use exfat_open() instead of calling open() directly.relan2015-08-241-4/+2
* Add -v option that prints version and copyright.relan2015-08-241-1/+9
* Rename block to sector to avoid confusion.relan2015-08-241-13/+13
* Add -u option for dumpexfat that prints used sectors.relan2015-08-241-4/+19
* Rename block to sector in the utilities output to avoid confusion.relan2015-08-241-7/+7
* Improve dumpexfat.relan2015-08-241-25/+90
* Fix alignment of big numbers in dumpexfat.relan2015-08-241-15/+15
* Rename sbdump to dumpexfat.relan2015-08-241-0/+95