1. 01 Apr, 2016 1 commit
    • merge_driver: fix missing `goto done;` · 83c93a7c
      The code initializing the merge driver registry accidentally
      forgot a `goto done` in case of an error. Because of this the
      next line, which registers the global shutdown callback for the
      merge drivers, is only called when an error occured.
      
      Fix this by adding the missing `goto done`. This fixes some
      memory leaks when the global state is shut down.
      Patrick Steinhardt committed
  2. 31 Mar, 2016 11 commits
  3. 29 Mar, 2016 1 commit
  4. 28 Mar, 2016 5 commits
  5. 26 Mar, 2016 1 commit
  6. 24 Mar, 2016 15 commits
  7. 23 Mar, 2016 6 commits