Fix inexplicable change to dylib paths with new VM.
[lwext4.git] / blockdev /
2021-03-12 Carl HetheringtonMerge branch 'carl2-opt' into carl2
2021-03-12 Carl HetheringtonUse posix open/read/write/close as it seems to be much... carl2-opt
2020-05-02 Carl HetheringtonAdd some more debugging.
2020-05-01 Carl HetheringtonI don't think we need the whole authopen dance now...
2020-04-24 Carl HetheringtonBuild static on Linux.
2020-04-12 Carl HetheringtonUse DISK_GEOMETRY_EX instead of plain DISK_GEOMETRY...
2020-04-04 Carl HetheringtonUse authopen to acquire permissions to write to drives...
2020-04-04 Carl HetheringtonFix for finding device sizes on macOS.
2020-03-08 Carl HetheringtonFix #includes and build a shared library.
2019-06-11 Carl HetheringtonPossibly dubious patch to allow writing to partitions...
2017-04-05 gkostkaName refactiring inside file_windows module
2017-04-05 gkostkaRename ext4_filedev to file_dev
2017-04-05 gkostkaRename io_raw module to more appropriate file_windows
2016-09-06 Grzegorz KostkaMerge pull request #15 from exander77/master
2016-09-05 Ing. Radomír Poláchfix: mingw build
2016-01-23 ngkaho1234ext4_filedev: use ftello instead of ftell.
2015-12-29 gkostkaext4_filedev: fix travis build
2015-12-09 gkostkaConvert to linux line endings in multiple files
2015-12-08 gkostkaext4_mbr: multiple changes related to MBR parsing
2015-12-08 gkostkaAdd lock/unlock functions to blockdev_iface
2015-12-07 gkostkaIndroduce split ext4_blockdev to two separate structures
2015-11-15 gkostkaReturn success when 0 block read/write is called
2015-11-14 ngkaho1234define _LARGEFILE64_SOURCE to be able to access large...
2015-11-13 gkostkaMove all test modules to fs_test directory
2015-11-13 gkostkaAdd block device skeleton module
2015-11-13 gkostkaRemove obsolete chibios block devices
2015-10-18 gkostkaImprove generic & stm32f4 demos
2015-10-10 gkostkaDebug system refactoring (prefixes & flags)
2015-10-08 gkostkaFix chibios headers
2015-10-08 gkostkaRemove clock_t dependency
2015-09-21 rootMerge remote-tracking branch 'upstream/master'
2015-09-21 gkostkaTypo fix
2015-09-21 gkostkaIncrease max test buffer size
2015-09-21 gkostkaFix iostats in generic demo
2015-09-21 gkostkaDemo apps refactoring
2015-09-16 gkostkaLinux codestyle format (tabs indenation)
2015-06-16 gkostkaclang-format: blockdev modules
2015-06-16 gkostkaclang-format: blockdev modules
2014-05-20 gkostkaBuild system refactoring.
2014-04-07 gkostkaMerge with test_suite branch.
2014-04-06 gkostkaRemove warnings. Default port to 1234.
2014-04-06 gkostkaClient server basic test suite + minor code improvment.
2014-01-17 gkostkaSupport for large files and block devices.
2014-01-17 gkostkaSupport for large files and block devices.
2014-01-14 gkostkaMerge with stm32f429 demo.
2014-01-12 gkostkaUpdate project settings.
2013-10-27 gkostkaRemoved nasty tabs.
2013-10-27 gkostkaAdd readme file.
2013-10-27 gkostkaDisable linux caches.
2013-10-27 gkostkaDisable buffering for filedev and raw_io.
2013-10-27 gkostkaBUGFIX:
2013-10-27 gkostkaFEATURES:
2013-10-13 gkostkaUpdate directory tree.