1. 01 Mar, 2009 8 commits
  2. 28 Feb, 2009 28 commits
  3. 27 Feb, 2009 4 commits
    • Max Kellermann's avatar
      directory: moved DIRECTORY_* string constants · 7473fa0f
      Max Kellermann authored
      Moved some of them to to directory_save.c, and others to database.c.
      7473fa0f
    • Max Kellermann's avatar
      song_print: hide HTTP password in playlist · eae02874
      Max Kellermann authored
      Added the uri_remove_auth() library function which strips username
      and password from a HTTP URI, and use it in song_print_url().  This
      allows you to add HTTP URIs to the playlist including secret username
      and password, without disclosing it to all MPD clients.
      eae02874
    • Max Kellermann's avatar
      client: removed duplicate "client" string from log · 9dd00dfa
      Max Kellermann authored
      Since we introduced a GLib logging domain, the "client" string appears
      twice in the log lines:
      
       client: client 0: command returned 0
      
      Removed the second one, now it looks like this:
      
       client: [0] command returned 0
      
      Still not quite good, but better than before.
      9dd00dfa
    • Max Kellermann's avatar
      update: print error when opendir() fails · 53271e8a
      Max Kellermann authored
      MPD used to be silent when it could stat() a directory, but could not
      opendir() it to read its contents.  This caused a lot of support
      headache with users who have wrong file permissions.  Add another
      warning message.
      53271e8a