aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: detect which ffmpeg headers should be includedMax Kellermann2008-10-212-0/+17
* update: fix multiple deletes from *vec iteratorsEric Wong2008-10-212-2/+10
* dirvec: introduce locking for all iteratorsEric Wong2008-10-211-6/+25
* {dir,song}vec: these structs are constEric Wong2008-10-212-2/+2
* dirvec: add dirvec_for_each iteratorEric Wong2008-10-212-0/+19
* path: removed pathcpy_trunc()Max Kellermann2008-10-203-24/+2
* path: replaced parent_path() with g_path_get_dirname()Max Kellermann2008-10-203-42/+7
* path: replaced mpd_basename() with g_path_get_basename()Max Kellermann2008-10-206-29/+30
* signal_check.c: don't use leading underscoresMax Kellermann2008-10-201-8/+8
* mapper: don't return database path with leading slashMax Kellermann2008-10-191-1/+1
* configure.ac: use libmikmod-config instead of pkg-configAndrzej Rybczak2008-10-181-3/+8
* listen: fix "struct ucred" checkAndrzej Rybczak2008-10-181-3/+3
* input_stream: don't declare method typedefsMax Kellermann2008-10-181-14/+8
* ffmpeg: make internal functions staticMax Kellermann2008-10-181-22/+12
* Makefile.am: require automake 1.9Max Kellermann2008-10-183-3/+3
* reverted package name to "mpd"Max Kellermann2008-10-171-1/+1
* client: converted permissions to unsignedMax Kellermann2008-10-175-22/+22
* client: eliminate variable "left" in client_write()Max Kellermann2008-10-171-5/+5
* client: fixed send bufferMax Kellermann2008-10-171-49/+4
* client: removed CLIENT_MAX_BUFFER_LENGTHMax Kellermann2008-10-171-3/+2
* client: added assertions on the buffer pointersMax Kellermann2008-10-171-0/+6
* client: read() return value is ssize_tMax Kellermann2008-10-171-2/+2
* client: handle partial lines correctlyMax Kellermann2008-10-171-2/+2
* configure.ac: test $with_zeroconf!=noMax Kellermann2008-10-171-1/+1
* ffmpeg: new decoder pluginViliam Mateicka2008-10-174-0/+447
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-1717-159/+103
* Makefile.am: don't compile disabled sourcesMax Kellermann2008-10-175-28/+25
* input_stream: removed nmemb argumentMax Kellermann2008-10-178-16/+12
* input: declare struct input_streamMax Kellermann2008-10-177-43/+50
* decoder: notify player after entering decodeStart()Max Kellermann2008-10-171-0/+1
* command: expect "file:///" url for local filesMax Kellermann2008-10-171-4/+7
* listen: fixed unused variable warning without HAVE_UCREDMax Kellermann2008-10-171-0/+2
* Makefile.am: fix automake 1.6 errorsMax Kellermann2008-10-162-5/+5
* removed the "bs" build scriptsMax Kellermann2008-10-1616-757/+1
* configure.ac: check if "struct ucred" is availableMax Kellermann2008-10-163-2/+35
* 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