aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: reformatted AC_ARG_ENABLE sectionMax Kellermann2008-10-161-34/+179
* configure.ac: find more libraries with pkg-configMax Kellermann2008-10-164-295/+16
* configure.ac: removed iconv optionMax Kellermann2008-10-161-44/+0
* command: special case for "add /"Max Kellermann2008-10-161-1/+1
* playlist: also allow world-readable local filesMax Kellermann2008-10-151-1/+1
* song: check file type in song_file_update()Max Kellermann2008-10-151-1/+1
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-156-6/+59
* command: print error message on "addid" failureMax Kellermann2008-10-151-1/+1
* playlist: moved code to song_by_url()Max Kellermann2008-10-151-4/+17
* song: added song_in_database()Max Kellermann2008-10-152-9/+14
* listen, client: enable SO_PASSCRED, get client's uidMax Kellermann2008-10-153-3/+41
* update: don't skip hidden filesMax Kellermann2008-10-151-3/+5
* shout: check for vorbisenc libraryMax Kellermann2008-10-152-3/+5
* fixing several imports to work via pkg-configEnrico Weigelt2008-10-158-897/+31
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-155-30/+16
* mapper: moved musicDir initialization from path.cMax Kellermann2008-10-155-31/+52
* path: allow starting MPD with non-existing music directoryMax Kellermann2008-10-151-6/+6
* path, tag_id3: use g_convert() instead of charConv.cMax Kellermann2008-10-155-234/+40
* use GLibMax Kellermann2008-10-152-1/+6
* tag_id3: fix indentationMax Kellermann2008-10-151-28/+28
* idle: client command "noidle" aborts idleMax Kellermann2008-10-152-5/+25
* client: optimized client_input_received()Max Kellermann2008-10-151-38/+44
* pulse: clarify the meaning of multiple server namesMax Kellermann2008-10-151-0/+2
* listen: pass protocol family to establishListen()Max Kellermann2008-10-151-27/+8
* listen: use getaddrinfo() instead of gethostbyname()Max Kellermann2008-10-151-31/+22
* command: added command "idle"Max Kellermann2008-10-1414-3/+305
* alsa: added #ifdefs around SND_PCM_NO_AUTO_xxxMax Kellermann2008-10-141-0/+6
* Makefile.am: don't override $(docdir)Richard Brown2008-10-142-2/+0
* playlist: don't use uninitialized local variable (typo)Max Kellermann2008-10-141-1/+1
* configure.ac: enable unix socket support by defaultMax Kellermann2008-10-141-1/+1
* configure.ac: removed deprecated checksMax Kellermann2008-10-141-8/+0
* configure.ac: disabled the C++ and fortran checksMax Kellermann2008-10-141-0/+4
* configure.ac: added --enable-debug, --enable-werror, --enable-profileMax Kellermann2008-10-141-0/+31
* configure.ac: enable -pedanticMax Kellermann2008-10-141-0/+1
* oss: use unsigned integer for ioctl constantsMax Kellermann2008-10-141-12/+12
* oss: convert several macros to enumMax Kellermann2008-10-141-19/+25
* configure.ac: moved CFLAGS checks downMax Kellermann2008-10-141-13/+30
* alsa: optionally disable resampling and othersMax Kellermann2008-10-142-1/+28
* shout: fix manual page typoMax Kellermann2008-10-141-0/+1
* changed package name to "mpd-mk", updated version numberMax Kellermann2008-10-143-2/+6
* update: don't follow relative symlinksMax Kellermann2008-10-141-1/+44
* ls: removed myStat(), isFile(), isDir()Max Kellermann2008-10-142-53/+0
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-149-53/+241
* playlist: moved code to playlist_save.cMax Kellermann2008-10-145-26/+89
* song: pass const song pointer to song_get_url()Max Kellermann2008-10-142-2/+2
* {dir,song}vec: fix off-by-one errors in {dir,song}vec_deleteEric Wong2008-10-142-10/+9
* song: stat file in song_file_update(), don't use isMusic()Max Kellermann2008-10-133-20/+8
* update: always look up parent directory in updatePath()Max Kellermann2008-10-131-20/+10
* update: pass base file name to updateInDirectory()Max Kellermann2008-10-131-9/+24
* update: moved code to make_subdir()Max Kellermann2008-10-131-4/+13