1. 23 Feb, 2022 1 commit
  2. 05 Jan, 2022 1 commit
  3. 24 Jun, 2019 1 commit
  4. 23 Jun, 2019 1 commit
  5. 15 Jun, 2019 1 commit
  6. 14 Jun, 2019 1 commit
    • tests: object: refactor largefile test to not use `p_fallocate` · 0c2d0d4b
      The `p_fallocate` platform is currently in use in our tests,
      only, but it proved to be quite burdensome to get it implemented
      in a cross-platform way. The only "real" user is the test
      object::tree::read::largefile, where it's used to allocate a
      large file in the filesystem only to commit it to the repo and
      read its object back again. We can simplify this quite a bit by
      just using an in-memory buffer of 4GB. Sure, this cannot be used
      on platforms with low resources. But creating 4GB files is not
      any better, and we already skip the test if the environment
      variable "GITTEST_INVASIVE_FS_SIZE" is not set. So we're arguably
      not worse off than before.
      Patrick Steinhardt committed
  7. 04 Apr, 2019 1 commit
  8. 30 Jan, 2019 1 commit
  9. 01 Dec, 2018 1 commit
  10. 13 Jul, 2018 1 commit
    • treewide: remove use of C++ style comments · 9994cd3f
      C++ style comment ("//") are not specified by the ISO C90 standard and
      thus do not conform to it. While libgit2 aims to conform to C90, we did
      not enforce it until now, which is why quite a lot of these
      non-conforming comments have snuck into our codebase. Do a tree-wide
      conversion of all C++ style comments to the supported C style comments
      to allow us enforcing strict C90 compliance in a later commit.
      Patrick Steinhardt committed
  11. 14 Nov, 2013 1 commit
  12. 16 May, 2012 1 commit
  13. 02 May, 2012 2 commits
  14. 01 Apr, 2012 1 commit
  15. 30 Mar, 2012 1 commit