1. 03 Dec, 2021 1 commit
  2. 23 Nov, 2021 1 commit
  3. 14 Oct, 2021 1 commit
  4. 21 Jan, 2021 2 commits
  5. 17 Jan, 2021 1 commit
  6. 01 Jan, 2021 1 commit
  7. 06 Jul, 2020 1 commit
  8. 05 May, 2020 1 commit
  9. 08 Apr, 2020 2 commits
  10. 03 Apr, 2020 3 commits
  11. 19 Mar, 2020 1 commit
  12. 16 Mar, 2020 1 commit
  13. 12 Mar, 2020 1 commit
    • Rosen Penev's avatar
      change errno.h to cerrno · edc4989d
      Rosen Penev authored
      The former is deprecated by C++14. It's also functionally the same.
      
      From the standard:
      
      19.4
      The header<cerrno>is described in Table 43. Its contents are the same as
      the POSIX header<errno.h>,except that errno shall be defined as a macro.
      [Note: The intent is to remain in close alignment with the POSIX
      standard.] A separate errno value shall be provided for each thread.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      edc4989d
  14. 02 Feb, 2020 1 commit
  15. 18 Jan, 2020 1 commit
  16. 05 Jul, 2019 1 commit
  17. 16 Jun, 2019 1 commit
  18. 22 Feb, 2019 2 commits
  19. 20 Feb, 2019 2 commits
  20. 31 Oct, 2018 1 commit
  21. 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
  22. 02 Sep, 2018 3 commits
  23. 09 Aug, 2018 1 commit
  24. 17 Jul, 2018 1 commit
  25. 06 Jul, 2018 1 commit
  26. 17 Jan, 2018 1 commit
  27. 18 Dec, 2017 1 commit
    • FlashSystems's avatar
      Fix `lsinfo` and `add` for mounted databases. · c488d312
      FlashSystems authored
      If `SimpleDatabase::Visit` is called on a database that contains a mounted directry the URIs of the elements passed to the callbacks are not prefixed by the mountpoint path. This leads to lsinfo and add not working because they use the wrong URI. This pull request is using the `WalkMount` helper function to create prefixed versions of `VisitDirectory`, `VisitSong` and `VisitPlaylist` to add the correct prefix to the parameters of the callback functions.
      c488d312
  28. 12 Dec, 2017 1 commit
  29. 24 Aug, 2017 1 commit
  30. 11 Feb, 2017 1 commit
  31. 10 Feb, 2017 1 commit
  32. 08 Feb, 2017 1 commit