1. 27 Jan, 2021 1 commit
  2. 03 Apr, 2019 1 commit
  3. 15 Mar, 2019 1 commit
  4. 17 Nov, 2018 2 commits
  5. 16 Nov, 2018 1 commit
  6. 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
  7. 06 Oct, 2018 3 commits
  8. 04 Oct, 2018 1 commit
  9. 27 Sep, 2018 2 commits
  10. 17 Aug, 2018 1 commit
  11. 16 Aug, 2018 1 commit
  12. 15 Aug, 2018 5 commits
  13. 14 Aug, 2018 5 commits
  14. 07 Aug, 2018 2 commits
  15. 30 Jul, 2018 2 commits
  16. 12 Jul, 2018 2 commits
  17. 20 Jun, 2018 3 commits
  18. 13 Jun, 2018 2 commits
  19. 11 Jun, 2018 4 commits