1. 27 Apr, 2006 1 commit
  2. 25 Apr, 2006 1 commit
  3. 23 Apr, 2006 1 commit
  4. 22 Apr, 2006 3 commits
  5. 18 Apr, 2006 2 commits
  6. 05 Apr, 2006 1 commit
  7. 29 Mar, 2006 1 commit
  8. 26 Mar, 2006 4 commits
  9. 25 Mar, 2006 1 commit
  10. 19 Mar, 2006 1 commit
  11. 18 Mar, 2006 2 commits
    • Eric Wong's avatar
      rewrite statefile code for audio devices · a25acbc9
      Eric Wong authored
      In the words of the original author, it was 'crappy'.  I tend to
      agree :)
      
      The code has also been broken for at least the past few months,
      and nobody bothered fixing it
      
      The previous format it was overly complex: 5 lines to describe
      each device.  The new format is one-line per-device:
      
      audio_device_state:%d:%s
      
      %d - 0 for disabled, any integer for enabled
      %s - name of the device as specified in the config file,
      whitespace and all
      
      Incompatibilities:
      
      * Output names are now _required_ to be unique.
      
      This is required because the new format relies solely on the
      name of the audio device.
      
      Relying on the device IDs internal to MPD was a bad idea
      anyways since the user usually has none or very little idea
      how they're generated, and adding a new device or removing
      one from a config would throw things off completely.
      
      This is also just a Good Idea(TM) because it makes things
      less confusing to users when they see it in their clients.
      
      * Output states are not preserved from the previous format.
      
      Not a big deal, since the previous code was never officially
      released.  Also, it's been broken for months now, so I doubt
      anybody would notice :)
      
      git-svn-id: https://svn.musicpd.org/mpd/trunk@3928 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      a25acbc9
    • Eric Wong's avatar
      ls.c: remove unnecessary strdup · 6dadabea
      Eric Wong authored
      git-svn-id: https://svn.musicpd.org/mpd/trunk@3927 09075e82-0dd4-0310-85a5-a0d7c8717e4f
      6dadabea
  12. 16 Mar, 2006 5 commits
  13. 15 Mar, 2006 2 commits
  14. 25 Jan, 2006 1 commit
  15. 21 Jan, 2006 1 commit
  16. 14 Jan, 2006 2 commits
  17. 07 Jan, 2006 1 commit
  18. 31 Dec, 2005 2 commits
  19. 17 Dec, 2005 1 commit
  20. 14 Dec, 2005 1 commit
  21. 12 Dec, 2005 1 commit
  22. 05 Dec, 2005 1 commit
  23. 19 Nov, 2005 2 commits
  24. 18 Nov, 2005 1 commit
  25. 16 Nov, 2005 1 commit