| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-24 | More.static-on-linux | Carl Hetherington | |
| 2020-04-13 | Use DISK_GEOMETRY_EX instead of plain DISK_GEOMETRY so that the disk size is ↵ | Carl Hetherington | |
| returned explicitly. I'm not sure if this fixes any bugs but it makes the code cleaner. | |||
| 2020-04-05 | Use authopen to acquire permissions to write to drives on macOS. | Carl Hetherington | |
| 2020-04-04 | Fix for finding device sizes on macOS. | Carl Hetherington | |
| 2020-03-08 | Fix #includes and build a shared library. | Carl Hetherington | |
| 2019-06-11 | Possibly dubious patch to allow writing to partitions on Windows. | Carl Hetherington | |
| 2017-04-05 | Name refactiring inside file_windows module | gkostka | |
| 2017-04-05 | Rename ext4_filedev to file_dev | gkostka | |
| 2017-04-05 | Rename io_raw module to more appropriate file_windows | gkostka | |
| 2016-09-05 | fix: mingw build | Ing. Radomír Polách | |
| 2016-01-23 | ext4_filedev: use ftello instead of ftell. | ngkaho1234 | |
| 2015-12-29 | ext4_filedev: fix travis build | gkostka | |
| 2015-12-09 | Convert to linux line endings in multiple files | gkostka | |
| 2015-12-08 | ext4_mbr: multiple changes related to MBR parsing | gkostka | |
| 1. Introduce part_offset & part_size fields in blockdev 2. Blockdev operations with part_offset 3. Blockdev operations check based on part_size 4. lwext4_mbr tool: scan master boot record for linux partitions 5. Set right partition sizes in linux/windows file blockdevs | |||
| 2015-12-08 | Add lock/unlock functions to blockdev_iface | gkostka | |
| Since one blockdev_iface could be shared by multi block devices lock/unlock functions is needed. Locks are not needed in single partition mode. | |||
| 2015-12-07 | Indroduce split ext4_blockdev to two separate structures | gkostka | |
| Preparation for multi partition mode. New ext4_blockdev_iface will allow to share same interface by multiple block devices. | |||
| 2015-11-15 | Return success when 0 block read/write is called | gkostka | |
| 2015-11-14 | define _LARGEFILE64_SOURCE to be able to access large files. | ngkaho1234 | |
| 2015-11-13 | Move all test modules to fs_test directory | gkostka | |
| 2015-11-13 | Add block device skeleton module | gkostka | |
| 2015-11-13 | Remove obsolete chibios block devices | gkostka | |
| 2015-10-18 | Improve generic & stm32f4 demos | gkostka | |
| 1. test_lwext4_file_test parameter list change 2. Update generic demo help & readme (short & long parameters) 3. Update readme.mediawiki | |||
| 2015-10-10 | Debug system refactoring (prefixes & flags) | gkostka | |
| 2015-10-08 | Fix chibios headers | gkostka | |
| 2015-10-08 | Remove clock_t dependency | gkostka | |
| 2015-09-22 | Typo fix | gkostka | |
| 2015-09-22 | Increase max test buffer size | gkostka | |
| 2015-09-22 | Fix iostats in generic demo | gkostka | |
| 2015-09-22 | Demo apps refactoring | gkostka | |
| 2015-09-16 | Linux codestyle format (tabs indenation) | gkostka | |
| 2015-06-16 | clang-format: blockdev modules | gkostka | |
| 2014-05-20 | Build system refactoring. | gkostka | |
| 2014-04-06 | Remove warnings. Default port to 1234. | gkostka | |
| Conditionally link winsock lib (only windows). Linux cachu bufer drop disabled. | |||
| 2014-04-06 | Client server basic test suite + minor code improvment. | gkostka | |
| 2014-01-17 | Support for large files and block devices. | gkostka | |
| 2014-01-17 | Support for large files and block devices. | gkostka | |
| 2014-01-12 | Update project settings. | gkostka | |
| 2013-10-27 | Removed nasty tabs. | gkostka | |
| 2013-10-27 | Add readme file. | gkostka | |
| 2013-10-27 | Disable linux caches. | gkostka | |
| 2013-10-27 | Disable buffering for filedev and raw_io. | gkostka | |
| 2013-10-27 | BUGFIX: | gkostka | |
| 1. gettimeofday bad param list 2. No buffering at file. | |||
| 2013-10-27 | FEATURES: | gkostka | |
| 1. New io_raw block device. Allows to access windows partitions. 2. Demo app timings. Windows ext2/3/4 volume access. 3. Faster big file read/write operations (multi block mode). | |||
| 2013-10-13 | Update directory tree. | gkostka | |
