1. 23 Sep, 2020 1 commit
    • Max Kellermann's avatar
      LogLevel: rename DEFAULT to NOTICE · c843bce9
      Max Kellermann authored
      "DEFAULT" is a bad name - all it says is that it's the default value,
      but it doesn't say what it means.  The name NOTICE mimics the syslog
      level.
      c843bce9
  2. 18 Jan, 2020 1 commit
  3. 17 Jun, 2019 1 commit
  4. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  5. 31 Oct, 2018 1 commit
  6. 10 Nov, 2017 1 commit
  7. 03 Jan, 2017 2 commits
  8. 18 Mar, 2016 4 commits
  9. 26 Feb, 2016 1 commit
  10. 01 Jan, 2015 1 commit
  11. 26 Feb, 2014 1 commit
  12. 04 Feb, 2014 1 commit
  13. 30 Jan, 2014 1 commit
  14. 24 Jan, 2014 2 commits
  15. 23 Jan, 2014 1 commit
  16. 19 Jan, 2014 1 commit
  17. 13 Jan, 2014 1 commit
  18. 09 Jan, 2014 1 commit
    • Max Kellermann's avatar
      DetachedSong: fork of struct Song · 322b0616
      Max Kellermann authored
      From now on, struct Song will be used by the database only, and
      DetachedSong will be used by everybody else.  DetachedSong is easier
      to use, but Song has lower overhead.
      322b0616
  19. 07 Jan, 2014 1 commit
  20. 28 Nov, 2013 1 commit
  21. 04 Nov, 2013 1 commit
    • Max Kellermann's avatar
      Log: add level "DEFAULT" · ecf12a60
      Max Kellermann authored
      Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to
      G_LOG_LEVEL_MESSAGE.  Now client connect/disconnect message are only
      logged on log_level "secure".
      ecf12a60
  22. 30 Oct, 2013 1 commit
  23. 21 Oct, 2013 1 commit
  24. 19 Oct, 2013 1 commit
  25. 16 Oct, 2013 1 commit
  26. 02 Oct, 2013 1 commit
  27. 28 Jul, 2013 1 commit
  28. 17 Apr, 2013 1 commit
  29. 21 Jan, 2013 1 commit
  30. 09 Jan, 2013 2 commits
  31. 07 Jan, 2013 1 commit
  32. 05 Jan, 2013 1 commit
  33. 04 Jan, 2013 1 commit
  34. 02 Jan, 2013 1 commit