1. 26 Jan, 2008 1 commit
  2. 03 Jan, 2008 1 commit
    • Eric Wong's avatar
      Cleanup #includes of standard system headers and put them in one place · cb8f1af3
      Eric Wong authored
      This will make refactoring features easier, especially now that
      pthreads support and larger refactorings are on the horizon.
      
      Hopefully, this will make porting to other platforms (even
      non-UNIX-like ones for masochists) easier, too.
      
      os_compat.h will house all the #includes for system headers
      considered to be the "core" of MPD.  Headers for optional
      features will be left to individual source files.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@7130 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      cb8f1af3
  3. 27 Aug, 2007 1 commit
    • J. Alexander Treuman's avatar
      removing debug messages from signal handlers · 1b045d06
      J. Alexander Treuman authored
      As unfortunate as it is to remove such useful debugging messages, it's
      necessary to fix a potential deadlock with signal handling.  A bunch of
      functions the debug functions call aren't safe to call from a signal
      handler.  There are some alternate solutions, but they're neither pretty
      nor simple.  So just remove them entirely for now.
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@6828 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      1b045d06
  4. 05 Apr, 2007 1 commit
  5. 20 Aug, 2006 1 commit
  6. 08 Aug, 2006 1 commit
    • Eric Wong's avatar
      more sparse cleanups · f7d150a3
      Eric Wong authored
      * less-commonly compiled things like ao/mvp outputs
      * Adding -Wno-transparent-union to SPARSE_FLAGS makes it check
      inside decode.c, directory.c, player.c, and sig_handlers.c
      * remove unused variables leftover from the master process
      in sig_handlers.c
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@4598 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      f7d150a3
  7. 06 Aug, 2006 1 commit
  8. 01 Aug, 2006 1 commit
    • Eric Wong's avatar
      logging cleanups · 89073cfb
      Eric Wong authored
      * Moved all logging-related stuff into log.c
      (and not myfprintf.c)
      
      * ISO C90-compliant strftime usage:
      %e and %R replaced with %d and %H:%M respectively
      
      * Got rid of variadic macros since some old-school compilers
      don't like them
      
      * compiling with -DNDEBUG disables the DEBUG() macro
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@4512 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      89073cfb
  9. 20 Jul, 2006 1 commit
  10. 18 Jul, 2006 1 commit
  11. 14 Jul, 2006 1 commit
  12. 13 Jul, 2006 1 commit
  13. 18 Nov, 2005 1 commit
  14. 16 Nov, 2005 1 commit
  15. 19 Mar, 2005 1 commit
  16. 08 Mar, 2005 1 commit
  17. 03 Nov, 2004 1 commit
  18. 02 Nov, 2004 1 commit
  19. 05 Jun, 2004 1 commit
  20. 04 Jun, 2004 1 commit
  21. 15 Apr, 2004 1 commit
  22. 14 Apr, 2004 2 commits
  23. 13 Apr, 2004 3 commits
  24. 12 Apr, 2004 1 commit
  25. 11 Apr, 2004 5 commits
  26. 02 Apr, 2004 1 commit
  27. 23 Feb, 2004 1 commit