Historique des commits

Auteur SHA1 Message Date
  Christopher Haster 3f31c8cba3 Fixed corner case with immediate exhaustion and lookahead==block_count il y a 8 ans
  Christopher Haster f4aeb8331a Fixed issue with aggressively rounding down lookahead configuration il y a 8 ans
  Christopher Haster db51a395ba Removed stray newline in LFS_ERROR for version il y a 8 ans
  Christopher Haster 2ab150cc50 Removed toolchain specific warnings il y a 8 ans
  Christopher Haster 0825d34f3d Adopted alternative implementation for lfs_ctz_index il y a 8 ans
  Christopher Haster 46e22b2a38 Adopted lfs_ctz_index implementation using popcount il y a 8 ans
  Christopher Haster 4fdca15a0d Slight name change with ctz skip-list functions il y a 8 ans
  Christopher Haster 454b588f73 Updated SPEC.md and DESIGN.md based on recent changes il y a 8 ans
  Christopher Haster f3578e3250 Removed clamping to block size in ctz linked-list il y a 8 ans
  Christopher Haster 83d4c614a0 Updated copyright il y a 8 ans
  Christopher Haster 539409e2fb Refactored deduplicate/deorphan step to single deorphan step il y a 8 ans
  Christopher Haster 2936514b5e Added atomic move using dirty tag in entry type il y a 8 ans
  Christopher Haster ac9766ee39 Added self-hosting fuzz test using littlefs-fuse il y a 8 ans
  Christopher Haster 9db1a86498 Added specification document il y a 8 ans
  Christopher Haster 984340225b Fixed incorrect return value from lfs_file_seek il y a 8 ans
  Christopher Haster 273cb7c9c8 Fixed problem with lookaheads larger than block device il y a 8 ans
  Christopher Haster d9367e05ce Fixed collection of multiblock directories il y a 8 ans
  Christopher Haster a83b2fe463 Added checks for out-of-bound seeks il y a 8 ans
  Christopher Haster a8fa5e6571 Fixed some corner cases with paths il y a 8 ans
  Christopher Haster 26dd49aa04 Fixed issue with negative modulo with unaligned lookaheads il y a 8 ans
  Christopher Haster 0982020fb3 Fixed issue with cold-write after seek to block boundary il y a 8 ans
  Christopher Haster c2283a2753 Extended entry tag to support attributes il y a 8 ans
  Christopher Haster 8795f0e0b7 Added build size output to CI il y a 8 ans
  Christopher Haster 47db7a7370 Added sanity check for compiling example il y a 8 ans
  Christopher Haster 476915fee6 Removed a few "what"s from the documentation il y a 8 ans
  Christopher Haster 663e953a50 Adopted the Apache 2.0 license il y a 8 ans
  Christopher Haster 51c8b02336 Updated .travis.yml to test multiple cache sizes il y a 8 ans
  Christopher Haster 8a9b9baa12 Modified entry head to include name length il y a 8 ans
  Christopher Haster 931442a784 Adopted redundant cache read in lfs_file_relocate il y a 8 ans
  Christopher Haster 0e1022a86c Fixed missing erase during file relocation il y a 8 ans