1. 16 Oct, 2018 1 commit
    • Yossi Gottlieb's avatar
      Fix a memory leak with log_clear. · 4aeeb548
      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.
      4aeeb548
  2. 20 Jun, 2018 1 commit
  3. 08 Jun, 2018 1 commit
  4. 08 Jan, 2018 1 commit
  5. 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
  6. 21 Nov, 2017 1 commit
  7. 16 Mar, 2016 1 commit
  8. 28 Jan, 2016 1 commit
  9. 01 Oct, 2015 1 commit
  10. 22 Aug, 2015 1 commit
  11. 14 Aug, 2015 1 commit
  12. 26 Feb, 2014 2 commits
  13. 14 Feb, 2014 1 commit
  14. 14 Jan, 2014 1 commit
  15. 17 Dec, 2013 2 commits
  16. 08 Dec, 2013 2 commits
  17. 24 Oct, 2013 3 commits