1. 13 Mar, 2020 1 commit
    • Rosen Penev's avatar
      replace stdarg.h with cstdarg · c846ee0d
      Rosen Penev authored
      The former was deprecated in C++14. The Standard says they are the same:
      
      The contents of the header<cstdarg>are the same as the C standard library
      header<stdarg.h>, with the following changes: The restrictions that ISO C
      places on the second parameter to the va_start macro in header<stdarg.h>
      are different in this International Standard. The parameter parmN is the
      rightmost parameter in the variable parameter list of the function
      definition (the one just before the...).219If the parameter parmN is a
      pack expansion (17.5.3) or an entity resulting from a lambda capture
      (8.1.5), the program is ill-formed, no diagnostic required. If the
      parameter parmN is of a reference type, or of a type that is not
      compatible with the type that results when passing an argument for which
      there is no parameter, the behavior is undefined.
      
      Also changed va_list to the std:: namespace version, which is the same.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      c846ee0d
  2. 18 Jan, 2020 1 commit
  3. 24 Apr, 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. 19 Aug, 2018 1 commit
  6. 17 Jan, 2018 1 commit
  7. 03 Jan, 2017 1 commit
  8. 26 Feb, 2016 1 commit
  9. 01 Jan, 2015 1 commit
  10. 01 Mar, 2014 1 commit
  11. 13 Jan, 2014 1 commit
  12. 17 Oct, 2013 3 commits
  13. 21 Jan, 2013 1 commit
    • Denis Krjuchkov's avatar
      FileSystem: extract DirectoryReader, improve the rest · 4ad90e2d
      Denis Krjuchkov authored
      - DirectoryReader is extracted to separate header
      - FileSystem.cxx/FileSystem.hxx/DirectoryReader.hxx moved to fs/ subdir
      - Functions return true on success, instead of 0 (where applicable)
      - ReadLink return result instead of out parameter
      - UnlinkFile is renamed to RemoveFile
      - CheckExists/CheckIsRegular/CheckIsDirectory are renamed
        to PathExists/FileExists/DirectoryExists
      4ad90e2d
  14. 20 Jan, 2013 1 commit
  15. 14 Jan, 2013 1 commit
  16. 04 Jan, 2013 2 commits
  17. 03 Jan, 2013 3 commits
  18. 29 Jan, 2011 1 commit
  19. 01 Jan, 2010 1 commit
  20. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  21. 28 Jul, 2009 2 commits
  22. 23 Jul, 2009 2 commits
  23. 19 Jul, 2009 1 commit
  24. 04 Jun, 2009 2 commits
  25. 25 Apr, 2009 1 commit
  26. 17 Apr, 2009 1 commit
  27. 01 Apr, 2009 1 commit
    • Max Kellermann's avatar
      client, event_pipe: explicitly ignore the write() result · 8ce2ec7a
      Max Kellermann authored
      On both locations, the result of write() can be ignored safely.  In
      event_pipe_emit_fast(), that can only be "EAGAIN", which means that
      the pipe buffer is full - no further notification required.  In
      client_init(), that would be a fatal connection error, which would be
      caught by the next event.
      
      This patch fixes gcc warnings.
      8ce2ec7a
  28. 30 Mar, 2009 2 commits
  29. 14 Mar, 2009 1 commit
  30. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  31. 28 Feb, 2009 1 commit