1. 13 Oct, 2021 1 commit
  2. 01 Jan, 2021 1 commit
  3. 08 Apr, 2020 1 commit
  4. 16 Mar, 2020 1 commit
  5. 18 Jan, 2020 1 commit
  6. 17 Jun, 2019 1 commit
  7. 16 Jun, 2019 1 commit
  8. 19 Nov, 2018 3 commits
  9. 22 Oct, 2018 1 commit
    • Max Kellermann's avatar
      db: fix broken command "list ... group" · db27bb76
      Max Kellermann authored
      Grouping in the "list" command was completely broken from the start,
      unlike "count group".  I have no idea what I have been thinking when I
      wrote commit ae178c77, but it didn't
      make any sense.
      
      This commit is a rewrite of the feature.
      
      For clients to be able to detect this feature, this commit also
      increments the protocol version.
      db27bb76
  10. 02 Sep, 2018 2 commits
  11. 20 Aug, 2018 1 commit
  12. 04 Jun, 2017 1 commit
  13. 03 Jun, 2017 1 commit
    • Max Kellermann's avatar
      storage, db, mixer, command: remove more bogus "pure" attributes · 62b03cfd
      Max Kellermann authored
      This commit is similar to 788e3b31,
      and removes more "pure" attributes which were placed on functions that
      could throw exceptions, which is illegal according to clang's
      understanding of the attribute (but not according to GCC's).  GitHub
      issue #58 was most likely about StorageDirectoryReader::GetInfo() and
      Storage::GetInfo(), which still had "pure" attributes.
      
      Closes #58
      62b03cfd
  14. 11 Feb, 2017 1 commit
  15. 08 Feb, 2017 3 commits
  16. 03 Jan, 2017 1 commit
  17. 29 Oct, 2016 2 commits
  18. 18 Mar, 2016 2 commits
  19. 26 Feb, 2016 1 commit
  20. 24 Aug, 2015 1 commit
  21. 01 Jan, 2015 1 commit
  22. 29 Jul, 2014 1 commit
  23. 24 Apr, 2014 1 commit
  24. 19 Feb, 2014 2 commits
  25. 24 Jan, 2014 1 commit
  26. 19 Jan, 2014 1 commit
  27. 13 Jan, 2014 1 commit
  28. 11 Jan, 2014 1 commit
  29. 21 Nov, 2013 1 commit
    • Max Kellermann's avatar
      DatabasePlugin: add method GetUpdateStamp() · c064e8d6
      Max Kellermann authored
      Refactor SimpleDatabase::GetLastModified() to be generic for all
      plugins.  Remove the SimpleDatabase assumption from db_stats_print(),
      allowing it to be implemented by all database plugins.
      c064e8d6
  30. 30 Oct, 2013 1 commit
  31. 20 Oct, 2013 1 commit
  32. 15 Oct, 2013 1 commit