1. 29 Aug, 2022 1 commit
    • Ozan Tezcan's avatar
      Fix style (#128) · 21844ec6
      Ozan Tezcan authored
      Fix style issues in raft_log.c raft_node.c and raft_server_properties.c
      21844ec6
  2. 24 Mar, 2022 1 commit
  3. 19 Aug, 2021 1 commit
  4. 06 Dec, 2018 1 commit
  5. 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
  6. 20 Jun, 2018 1 commit
  7. 08 Jun, 2018 1 commit
  8. 24 May, 2018 1 commit
  9. 08 Jan, 2018 1 commit
  10. 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
  11. 21 Nov, 2017 1 commit
  12. 16 Mar, 2016 1 commit
  13. 28 Jan, 2016 1 commit
  14. 01 Oct, 2015 1 commit
  15. 22 Aug, 2015 1 commit
  16. 14 Aug, 2015 1 commit
  17. 26 Feb, 2014 2 commits
  18. 14 Feb, 2014 1 commit
  19. 14 Jan, 2014 1 commit
  20. 17 Dec, 2013 2 commits
  21. 08 Dec, 2013 2 commits
  22. 24 Oct, 2013 3 commits