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
AgeCommit message (Expand)Author
2021-01-10Reduced build sources to just the core littlefsChristopher Haster
2021-01-10Fixed a recompilation issue in CI, tweaked coverage.py a bit moreChristopher Haster
2021-01-10Added BUILDDIR, a bit of script reworkingChristopher Haster
2021-01-10Switched to lcov for coverage collection, greatly simplified coverage.pyChristopher Haster
2021-01-10Added coverage.py, and optional coverage info to test.pyChristopher Haster
2021-01-10Added GitHub workflows to run testsChristopher Haster
2020-12-20Added scripts/code_size.py, for more in-depth code-size reportingscript-code-sizeChristopher Haster
2020-04-06Remove -Wno-missing-field-initializersDeomid "rojer" Ryabkov
2020-02-09Fixed more bugs, mostly related to ENOSPC on different geometriesChristopher Haster
2020-01-27Cleaned up test script and directory namingChristopher Haster
2020-01-21Restructured block devices again for better test exploitationChristopher Haster
2020-01-03Replaced emubd with rambd and filebdChristopher Haster
2019-12-30Reworked permutation generation in test framework and cleanupChristopher Haster
2019-12-29Created initial implementation of revamped test.pyChristopher Haster
2019-12-02Fixed issue with directories falling out of date after block relocationChristopher Haster
2019-08-08Fix build with -WundefDeomid "rojer" Ryabkov
2019-07-29Merge remote-tracking branch 'origin/master' into debug-improvementsChristopher Haster
2019-07-27Fixed issue where sed buffering (QUIET=1) caused Travis timeoutChristopher Haster
2019-07-17Minor improvements to testing frameworkChristopher Haster
2019-07-16Added trace statements through LFS_YES_TRACEChristopher Haster
2019-02-27Enabled -WextraChristopher Haster
2018-10-21Merge remote-tracking branch 'origin/master' into v2-rebase-part2Christopher Haster
2018-10-16Merge remote-tracking branch 'origin/master' into v2-alphaChristopher Haster
2018-10-16Added support for custom attributes leveraging the new metadata loggingChristopher Haster
2018-10-10Added tests for resizable entries and custom attributesChristopher Haster
2018-09-29Fix -Wsign-compare errorVincent Dupont
2018-09-27Added -Wjump-misses-init and fixed uninitialized warningsChristopher Haster
2018-07-10Added quality of life improvements for main.c/test.c issuesChristopher Haster
2018-07-02Fixed shadowed variable warningsDamien George
2018-04-09Renamed test_parallel tests to test_interespersedChristopher Haster
2018-02-19Added cross-compile targets for testingChristopher Haster
2018-02-02Do not print command invocation if QUIETBernhard Reutner-Fischer
2018-01-30Moved -Werror flag to CI onlyChristopher Haster
2018-01-21Added lfs_file_truncateChristopher Haster
2017-11-22Fixed pipefail issue that was preventing CI from reporting errorsChristopher Haster
2017-11-17Added QUIET flag to tests so CI is readableChristopher Haster
2017-10-10Added atomic move using dirty tag in entry typeChristopher Haster
2017-05-15Added support for handling corrupted blocksChristopher Haster
2017-05-08Added proper handling for removing open filesChristopher Haster
2017-04-23Added support for full seek operationsChristopher Haster
2017-04-18Restructured directory codeChristopher Haster
2017-04-18Added dir navigation without needing parent entriesChristopher Haster
2017-04-18Moved to brute-force deorphan without parent pointersChristopher Haster
2017-04-18Added full dir list and rudimentary block allocatorChristopher Haster
2017-03-26Added dir tests, test fixes, configChristopher Haster
2017-03-26Added a rudimentary test frameworkChristopher Haster
2017-02-27Adopted ctz skip-list structure earlier than expectedChristopher Haster
2017-02-25Initial commit of block device interface and emulated block deviceChristopher Haster