Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-10-14Continued progress with reintroducing testing on the new metadata loggingChristopher Haster
2018-10-14More testing progress, combined dir/commit traversalChristopher Haster
2018-10-13Cleaned up enough things to pass basic file testingChristopher Haster
2018-10-10Added tests for resizable entries and custom attributesChristopher Haster
2018-10-10Changed how we write out superblock to use appendChristopher Haster
2018-10-10Fixed a handful of bugs as result of testingChristopher Haster
2018-10-10Better implementation of inline files, now with overflowingChristopher Haster
2018-10-10Shoehorned in hacky implementation of inline filesChristopher Haster
2018-09-29Fix -Wsign-compare errorVincent Dupont
2018-07-02Fixed shadowed variable warningsDamien George
2018-04-22Fixed issue with trailing dots in file pathsfix-trailing-dotsChristopher Haster
2018-04-09Fixed issue with lookahead trusting old lookahead blocksChristopher Haster
2018-04-09Renamed test_parallel tests to test_interespersedChristopher Haster
2018-03-01Fixed issue updating dir struct when extended dir chainChristopher Haster
2018-03-01Fixed handling of root as target for create operationsChristopher Haster
2018-02-19Added cross-compile targets for testingChristopher Haster
2018-02-08Fix incorrect lookahead population before ackChristopher Haster
2018-02-04Fixed some minor error code differencesChristopher Haster
2018-02-04Fixed error check when truncating files to larger sizeChristopher Haster
2018-02-04Silenced more of aldot's warningsChristopher Haster
2018-02-04tests: Silence warnings in templateBernhard Reutner-Fischer
2018-01-30Moved -Werror flag to CI onlyChristopher Haster
2018-01-30Fixed self-assign warning in testsChristopher Haster
2018-01-30Added remove step in tests to force rebuildChristopher Haster
2018-01-21Added lfs_file_truncateChristopher Haster
2018-01-12Added error code LFS_ERR_NOTEMPTYChristopher Haster
2018-01-11Fixed file truncation without writesChristopher Haster
2018-01-04Fixed positive seek bounds checkingChristopher Haster
2017-11-22Added directory list for synchronizing in flight directoriesChristopher Haster
2017-11-17Fixed standard name mismatch LFS_ERR_EXISTS -> LFS_ERR_EXISTChristopher Haster
2017-11-17Added sticky-bit for preventing file syncs after write errorsChristopher Haster
2017-11-16Fixed issue with committing directories to bad-blocks that are stuckChristopher Haster
2017-10-10Added atomic move using dirty tag in entry typeChristopher Haster
2017-10-10Added self-hosting fuzz test using littlefs-fuseChristopher Haster
2017-09-27Fixed incorrect return value from lfs_file_seekChristopher Haster
2017-09-18Fixed collection of multiblock directoriesChristopher Haster
2017-09-18Added checks for out-of-bound seeksChristopher Haster
2017-09-18Fixed some corner cases with pathsChristopher Haster
2017-09-18Fixed issue with cold-write after seek to block boundaryChristopher Haster
2017-06-28Shrinked on-disk directory program sizeChristopher Haster
2017-05-15Added support for handling corrupted blocksChristopher Haster
2017-05-08Added proper handling for removing open filesChristopher Haster
2017-05-08Fixed allocation bugs near the end of storageChristopher Haster
2017-05-08Added file list for tracking in flight allocationsChristopher Haster
2017-04-24Fixed non-standard behaviour of rdwr streamsChristopher Haster
2017-04-24Standardized error valuesChristopher Haster
2017-04-23Added support for full seek operationsChristopher Haster
2017-04-23Cleaned up block allocatorChristopher Haster
2017-04-23Added optional block-level cachingChristopher Haster
2017-04-22Simplified configChristopher Haster