Commit History

Author SHA1 Message Date
  Christopher Haster 0d4c0b105c Fixed issue where inline files were not cleaned up 6 years ago
  Christopher Haster 4850e01e14 Changed rdonly/wronly mistakes to assert 6 years ago
  Christopher Haster 4ec4425272 Fixed overlapping memcpy in emubd 6 years ago
  Christopher Haster 31e28fddb7 Merge pull request #237 from Ar2rL/reverse_finalize_close 6 years ago
  Christopher Haster 3806d88285 Fixed seek-related typos in lfs.h 6 years ago
  Christopher Haster de5972699a Fixed license header in lfs.c 6 years ago
  Christopher Haster 0d8ffd6b86 Merge pull request #239 from pabigot/pr/20190723a 6 years ago
  Christopher Haster c0af471bc1 Merge pull request #227 from haneefmubarak/patch-1 6 years ago
  Peter A. Bigot eb013e6dd6 lfs: correct documentation on lookahead-related values 6 years ago
  Ar2rL 7e1bad3eee Set LFS_F_OPENED flag at places required by lfs internal logic. 6 years ago
  Ar2rL 72a3758958 Use LFS_F_OPENED flag to protect against use of not opened or closed file. 6 years ago
  Ar2rL df2e676562 Add necessary flag to mark file as being opened. 6 years ago
  Haneef Mubarak 2e92f7a49b actually removed <dirent.h> 6 years ago
  Haneef Mubarak 2588948d70 removed <dirent.h> preventing compile on some archs 6 years ago
  Christopher Haster abd90cb84c Fixed 32-bit/64-bit Ubuntu multilib issue in Travis 6 years ago
  Christopher Haster b73ac594f2 Fixed issues with reading and caching inline files 6 years ago
  Christopher Haster 614f7b1e68 Fixed accidental truncate after seek on inline files 6 years ago
  Christopher Haster a9a61a3e78 Added redundant compaction to lfs_format/lfs_migrate 6 years ago
  Christopher Haster 36973d8fd5 Fixed missing cache flush in lfs_migrate 6 years ago
  Christopher Haster f06dc5737f Merge pull request #201 from nickray/python2-markings 6 years ago
  Nicolas Stalder 3fb242f3ae Mark all Python 2 scripts as Python 2 6 years ago
  Christopher Haster ef77195a64 Fixed limit of inline files based on LFS_ATTR_MAX 6 years ago
  Christopher Haster 12e464e9c3 Fixed issue with writes following a truncate 6 years ago
  Christopher Haster 9899c7fe48 Fixed read cache amount based on hint and offset 6 years ago
  Christopher Haster bc7bed740b Merge pull request #181 from rojer/lfs1_crc 6 years ago
  Christopher Haster cf9afdddff Merge pull request #179 from rojer/wundef 6 years ago
  Deomid "rojer" Ryabkov 2533a0f6d6 Make lfs1_crc static so it doesn't conflict with prefixed LFS1 code 6 years ago
  Deomid "rojer" Ryabkov 2a7f0ed11b Fix compilation with -Wundef 6 years ago
  Christopher Haster f35fb8c148 Fixed migration test condition for prefix branches 6 years ago
  Christopher Haster 0a1f706ca2 Merge pull request #160 from FreddieChopin/no-cache-bypass 6 years ago