1. 12 Mar, 2020 1 commit
    • Rosen Penev's avatar
      replace inttypes.h with cinttypes · 5cd400f5
      Rosen Penev authored
      The former has been deprecated by C++14. They are also the same.
      
      From the standard:
      
      The contents and meaning of the header<cinttypes>are the same as the C
      standard library header<inttypes.h>, with the following changes:
      
      -The header<cinttypes>includes the header<cstdint>instead of<stdint.h>,and
      —if and only if the typeintmax_tdesignates an extended integer type
       (6.7.1), the following functionsignatures are added:intmax_t
      abs(intmax_t);imaxdiv_t div(intmax_t, intmax_t);which shall have the same
      semantics as the function signaturesintmax_t imaxabs(intmax_t)andimaxdiv_t
      imaxdiv(intmax_t, intmax_t), respectively.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      5cd400f5
  2. 18 Jan, 2020 1 commit
  3. 16 Dec, 2019 1 commit
  4. 05 Jul, 2019 1 commit
  5. 17 Jun, 2019 1 commit
  6. 08 May, 2019 1 commit
  7. 20 Feb, 2019 1 commit
  8. 19 Nov, 2018 1 commit
  9. 31 Oct, 2018 1 commit
  10. 02 Jan, 2018 2 commits
  11. 19 Dec, 2017 1 commit
  12. 12 Dec, 2017 1 commit
  13. 08 May, 2017 1 commit
  14. 25 Feb, 2017 2 commits
  15. 11 Feb, 2017 1 commit
  16. 10 Feb, 2017 1 commit
  17. 03 Jan, 2017 1 commit
  18. 29 Oct, 2016 1 commit
  19. 27 Oct, 2016 2 commits
  20. 05 Mar, 2016 1 commit
  21. 28 Feb, 2016 1 commit
  22. 26 Feb, 2016 1 commit
  23. 13 Aug, 2015 1 commit
  24. 12 Aug, 2015 1 commit
  25. 11 Aug, 2015 1 commit
  26. 02 Mar, 2015 1 commit
  27. 28 Feb, 2015 1 commit
  28. 01 Jan, 2015 1 commit
  29. 08 Dec, 2014 1 commit
  30. 09 Oct, 2014 1 commit
  31. 16 Jun, 2014 1 commit
  32. 14 Mar, 2014 1 commit
  33. 01 Mar, 2014 1 commit
  34. 27 Feb, 2014 1 commit
    • Max Kellermann's avatar
      db/simple: mount points · e9a85aa4
      Max Kellermann authored
      A SimpleDatabase instance can now "mount" other Database instances at
      certain locations.  This is used to use a new SimpleDatabase instance
      for each storage mount (issued with the "mount" protocol command).
      Each such instance has its own database file, stored in the directory
      that is specified with the "cache_directory" option.
      e9a85aa4
  35. 12 Feb, 2014 3 commits