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
2019-03-01Fixed documentation for return lfs_dir_read return value.Ladislav Láska
2019-01-29Merge pull request #135 from johnlunney/patch-1v1.7.1Christopher Haster
2019-01-26Add missing word (and reflow text)johnl
2018-10-20Changed release script to generate draftsv1.7.0Christopher Haster
2018-10-20Added a handful of links to related projectsChristopher Haster
2018-10-20Added 2GiB file size limit and EFBIG reportingChristopher Haster
2018-10-20Fixed issue where a rename causes a split and pushes dir out of syncChristopher Haster
2018-09-29Modified release script to create notes only on minor releasesv1.6.2Christopher Haster
2018-09-29Merge pull request #109 from OTAkeys/pr/fix-sign-compareChristopher Haster
2018-09-29Fix -Wsign-compare errorVincent Dupont
2018-09-27Fixed release script issue with fetching recent tagsv1.6.1Christopher Haster
2018-09-27Added -Wjump-misses-init and fixed uninitialized warningsChristopher Haster
2018-09-27Merge pull request #106 from conkerkh/masterChristopher Haster
2018-09-27Fixed possible infinite loop in deorphan stepChristopher Haster
2018-09-27If stats file doesn't exist lfs_emubd_create will fail.Chris
2018-09-04Fixed issue with corruption due to different cache sizesChristopher Haster
2018-07-27Bumped minor version to v1.6v1.6.0Christopher Haster
2018-07-27Fixed issue with release script non-standard version tagsChristopher Haster
2018-07-27Moved SPDX and license info into READMEChristopher Haster
2018-07-27Merge pull request #81 from ARMmbed/simple-versioningChristopher Haster
2018-07-25Simplified release process based on feedbacksimple-versioningChristopher Haster
2018-07-20Merge pull request #80 from FreddieChopin/fix-memory-leaksv1.5Christopher Haster
2018-07-20Fix memory leaks in lfs_mount and lfs_formatFreddie Chopin
2018-07-18Merge pull request #76 from ARMmbed/fix-corrupt-readChristopher Haster
2018-07-18Merge pull request #58 from dpgeorge/file-open-no-mallocChristopher Haster
2018-07-18Added file config structure and lfs_file_opencfgDamien George
2018-07-16Added handling for corrupt as initial state of blocksfix-corrupt-readChristopher Haster
2018-07-13Merge pull request #74 from FreddieChopin/cxx-guardsv1.4Christopher Haster
2018-07-13Add C++ guards to public headersFreddie Chopin
2018-07-13Merge pull request #73 from FreddieChopin/fix-format-specifiersChristopher Haster
2018-07-11Use PRIu32 and PRIx32 format specifiers to fix warningsFreddie Chopin
2018-07-11Fixed script issue with bash expansion inside makefile parameterChristopher Haster
2018-07-10Fixed information leaks through reused cachesChristopher Haster
2018-07-10Added quality of life improvements for main.c/test.c issuesChristopher Haster
2018-07-02Merge pull request #57 from dpgeorge/fix-warningsChristopher Haster
2018-07-02Fixed shadowed variable warningsDamien George
2018-06-21Merge pull request #62 from ARMmbed/license-bsd-3Christopher Haster
2018-06-21Changed license to BSD-3-Clauselicense-bsd-3Christopher Haster
2018-04-30Added error when opening multiple files with a statically allocated bufferv1.3Christopher Haster
2018-04-22Fixed issue with trailing dots in file pathsfix-trailing-dotsChristopher Haster
2018-04-11Fixed lookahead overflow and removed unbounded lookahead pointersChristopher Haster
2018-04-09Fixed issue with lookahead trusting old lookahead blocksChristopher Haster
2018-04-09Renamed test_parallel tests to test_interespersedChristopher Haster
2018-04-09Fixed Travis rate-limit issue with Github requestsChristopher Haster
2018-04-09Removed outdated note about moves and powerlossChristopher Haster
2018-03-19Removed the uninitialized read for invalid superblocksChristopher Haster
2018-03-13Merge pull request #37 from jrast/patch-1Christopher Haster
2018-03-13Removed out of date note about endiannessChristopher Haster
2018-03-13Added a note about the callback functionsJuerg Rast
2018-03-13Fixed Travis issue with deploy stage in PRsChristopher Haster