1. 30 Sep, 2015 1 commit
    • refdb and odb backends must provide `free` function · d3b29fb9
      As refdb and odb backends can be allocated by client code, libgit2
      can’t know whether an alternative memory allocator was used, and thus
      should not try to call `git__free` on those objects.
      
      Instead, odb and refdb backend implementations must always provide
      their own `free` functions to ensure memory gets freed correctly.
      Arthur Schreiber committed
  2. 30 Sep, 2014 1 commit
    • Introduce reference transactions · ab8d9242
      A transaction allows you to lock multiple references and set up changes
      for them before applying the changes all at once (or as close as the
      backend supports).
      
      This can be used for replication purposes, or for making sure some
      operations run when the reference is locked and thus cannot be changed.
      Carlos Martín Nieto committed
  3. 02 May, 2014 1 commit
  4. 06 Mar, 2014 1 commit
  5. 05 Feb, 2014 3 commits
  6. 09 Dec, 2013 2 commits
  7. 23 Nov, 2013 2 commits
  8. 02 Oct, 2013 1 commit
  9. 24 Sep, 2013 1 commit
  10. 12 Jun, 2013 1 commit
  11. 07 Jun, 2013 1 commit
  12. 31 May, 2013 1 commit
  13. 30 May, 2013 2 commits
  14. 29 May, 2013 1 commit
  15. 28 May, 2013 1 commit
  16. 11 May, 2013 4 commits
  17. 21 Apr, 2013 2 commits
  18. 19 Apr, 2013 1 commit
  19. 12 Apr, 2013 1 commit
  20. 07 Mar, 2013 1 commit