summaryrefslogtreecommitdiffstats
path: root/src/win32.c
Commit message (Expand)AuthorAgeFilesLines
* New prototype for align_pread()Christophe Grenier2020-08-021-3/+3
* Get rid of pread_fast(), it's too error proneChristophe Grenier2013-05-241-9/+0
* Fix memory leak when freeing deviceChristophe Grenier2013-05-191-10/+6
* Improve default partition table selectionChristophe Grenier2012-02-251-2/+4
* Reject sector size reported by Windows if bigger than 16MBChristophe Grenier2011-04-231-2/+4
* Introduce pread_fast(), a function that can return a pointer to the data in c...Christophe Grenier2010-11-051-5/+14
* New prototype for size_to_unit()Christophe Grenier2010-10-241-6/+8
* Cylinder is now long unsigned int. Fix a parameter inversion for the DOS vers...Christophe Grenier2009-04-121-4/+4
* Windows, fix the argument orderChristophe Grenier2009-04-051-6/+6
* Fix some missing headers for cygwinChristophe Grenier2009-02-011-7/+0
* Use pread() and pwrite() argument style for internal I/OChristophe Grenier2009-01-311-25/+23
* win32: add debug code in disk_get_sector_size_win32Christophe Grenier2008-08-281-0/+10
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-16/+16
* Make the code less C++ hostileChristophe Grenier2008-06-231-2/+2
* Bugfix: add missing fewf_sync() function to EWFChristophe Grenier2008-04-291-27/+16
* Use IOCTL_DISK_GET_LENGTH_INFO to get disk size under Windows, it works withChristophe Grenier2008-04-141-9/+28
* Reorganize how disk geometry, size and sector size is gatheredChristophe Grenier2008-04-111-59/+494
* Need debug>1 to display an hexdump of windows IOCTL_STORAGE_QUERY_PROPERTY bu...Christophe Grenier2008-03-251-1/+1
* Get disk model under WindowsChristophe Grenier2008-03-101-0/+118