1. 05 Nov, 2010 2 commits
  2. 04 Nov, 2010 4 commits
  3. 03 Nov, 2010 2 commits
  4. 27 Oct, 2010 3 commits
  5. 14 Oct, 2010 1 commit
  6. 11 Oct, 2010 2 commits
  7. 10 Oct, 2010 1 commit
  8. 08 Oct, 2010 2 commits
  9. 05 Oct, 2010 4 commits
  10. 03 Oct, 2010 2 commits
  11. 02 Oct, 2010 1 commit
  12. 28 Sep, 2010 4 commits
  13. 25 Sep, 2010 4 commits
    • Thomas Jansen's avatar
      eliminate g_error() usage · 28bcb8bd
      Thomas Jansen authored
      Replaced all occurrences of g_error() with MPD_ERROR() located in a new header
      file 'mpd_error.h'. This macro uses g_critical() to print the error message
      and then exits gracefully in contrast to g_error() which would internally call
      abort() to produce a core dump.
      
      The macro name is distinctive and allows to find all places with dubious error
      handling. The long-term goal is to get rid of MPD_ERROR() altogether. To
      facilitate the eventual removal of this macro it was added in a new header
      file rather than to an existing header file.
      
      This fixes #2995 and #3007.
      28bcb8bd
    • Thomas Jansen's avatar
      output/httpd: bind_to_address support (including IPv6) · 9af9fd14
      Thomas Jansen authored
      Added support for a new optional configuration setting for the httpd output
      named "bind_to_address". Setting it to a specific IP address (v4 or v6) will
      cause the httpd output to bind to that address exclusively. Supporting
      multiple addresses in parallel is future work.
      
      This implements the feature requests #2998 and #2646.
      9af9fd14
    • Thomas Jansen's avatar
      conf: Whitespace cosmetics · 0c80bd5f
      Thomas Jansen authored
      0c80bd5f
    • Denis Krjuchkov's avatar
      .gitignore: added mpd.exe to ignore list · 7563ece2
      Denis Krjuchkov authored
      7563ece2
  14. 23 Sep, 2010 8 commits