1. 19 Aug, 2021 1 commit
  2. 06 Dec, 2018 1 commit
  3. 16 Oct, 2018 1 commit
    • Yossi Gottlieb's avatar
      Fix a memory leak with log_clear. · 89d793a0
      Yossi Gottlieb authored
      This is probably most common when loading a snapshot.  Currently it is
      only possibly to free allocated entry memory on log_pop and log_poll,
      but neither are called on log_reset().
      
      This is a quick and non-breaking fix.  A better but not backward
      compatible option can be to have a free function callback as part of
      the entry itself (automatically called when needed, not by log_pop or
      log_poll).  This would also make it easier to avoid redundant buffer
      allocs/copies on the app side.
      89d793a0
  4. 20 Jun, 2018 1 commit
  5. 08 Jun, 2018 1 commit
  6. 24 May, 2018 1 commit
  7. 08 Jan, 2018 1 commit
  8. 29 Dec, 2017 1 commit
    • Willem Thiart's avatar
      Fix: log edge cases · b912ff5a
      Willem Thiart authored
      The raft_log API is now being fuzzed tested. This change fixes all of
      the bugs detected by the fuzzer so far.
      b912ff5a
  9. 21 Nov, 2017 1 commit
  10. 16 Mar, 2016 1 commit
  11. 28 Jan, 2016 1 commit
  12. 01 Oct, 2015 1 commit
  13. 22 Aug, 2015 1 commit
  14. 14 Aug, 2015 1 commit
  15. 26 Feb, 2014 2 commits
  16. 14 Feb, 2014 1 commit
  17. 14 Jan, 2014 1 commit
  18. 17 Dec, 2013 2 commits
  19. 08 Dec, 2013 2 commits
  20. 24 Oct, 2013 3 commits