提交历史

作者 SHA1 备注 提交日期
  Christopher Haster 11ad3a2414 Merge pull request #76 from ARMmbed/fix-corrupt-read 7 年之前
  Christopher Haster 16318d003f Merge pull request #58 from dpgeorge/file-open-no-malloc 7 年之前
  Damien George 961fab70c3 Added file config structure and lfs_file_opencfg 7 年之前
  Christopher Haster 041e90a1ca Added handling for corrupt as initial state of blocks 7 年之前
  Christopher Haster f94d233deb Merge pull request #74 from FreddieChopin/cxx-guards 7 年之前
  Freddie Chopin 577d777c20 Add C++ guards to public headers 7 年之前
  Christopher Haster c72d25203c Merge pull request #73 from FreddieChopin/fix-format-specifiers 7 年之前
  Freddie Chopin 7e67f9324e Use PRIu32 and PRIx32 format specifiers to fix warnings 7 年之前
  Christopher Haster 5a17fa42e4 Fixed script issue with bash expansion inside makefile parameter 7 年之前
  Christopher Haster eed1eec5fd Fixed information leaks through reused caches 7 年之前
  Christopher Haster 4a86370327 Added quality of life improvements for main.c/test.c issues 7 年之前
  Christopher Haster ba4f17173f Merge pull request #57 from dpgeorge/fix-warnings 7 年之前
  Damien George 51346b8bf4 Fixed shadowed variable warnings 7 年之前
  Christopher Haster 93a2e0bbe5 Merge pull request #62 from ARMmbed/license-bsd-3 7 年之前
  Christopher Haster 6beff502e9 Changed license to BSD-3-Clause 7 年之前
  Christopher Haster c5e2b335d6 Added error when opening multiple files with a statically allocated buffer 7 年之前
  Christopher Haster 015b86bc51 Fixed issue with trailing dots in file paths 7 年之前
  Christopher Haster 9637b96069 Fixed lookahead overflow and removed unbounded lookahead pointers 7 年之前
  Christopher Haster 89a7630d84 Fixed issue with lookahead trusting old lookahead blocks 7 年之前
  Christopher Haster 43eac3083b Renamed test_parallel tests to test_interespersed 7 年之前
  Christopher Haster dbc3cb1798 Fixed Travis rate-limit issue with Github requests 7 年之前
  Christopher Haster 93ece2e87a Removed outdated note about moves and powerloss 7 年之前
  Christopher Haster d9c076d909 Removed the uninitialized read for invalid superblocks 7 年之前
  Christopher Haster 58f3bb1f08 Merge pull request #37 from jrast/patch-1 7 年之前
  Christopher Haster f72f6d6a05 Removed out of date note about endianness 7 年之前
  Juerg Rast 5c4ee2109d Added a note about the callback functions 7 年之前
  Christopher Haster 155224600a Fixed Travis issue with deploy stage in PRs 7 年之前
  Christopher Haster 9ee112a7cb Fixed issue updating dir struct when extended dir chain 7 年之前
  Christopher Haster d9c36371e7 Fixed handling of root as target for create operations 7 年之前
  Christopher Haster 1476181bd1 Added LFS_CONFIG for user provided configuration of the utils 7 年之前