aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-17client: eliminate variable "left" in client_write()Max Kellermann1-5/+5
2008-10-17client: fixed send bufferMax Kellermann1-49/+4
2008-10-17client: removed CLIENT_MAX_BUFFER_LENGTHMax Kellermann1-3/+2
2008-10-17client: added assertions on the buffer pointersMax Kellermann1-0/+6
2008-10-17client: read() return value is ssize_tMax Kellermann1-2/+2
2008-10-17client: handle partial lines correctlyMax Kellermann1-2/+2
2008-10-17ffmpeg: new decoder pluginViliam Mateicka3-0/+426
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann16-159/+83
2008-10-17Makefile.am: don't compile disabled sourcesMax Kellermann4-28/+21
2008-10-17input_stream: removed nmemb argumentMax Kellermann8-16/+12
2008-10-17input: declare struct input_streamMax Kellermann7-43/+50
2008-10-17decoder: notify player after entering decodeStart()Max Kellermann1-0/+1
2008-10-17command: expect "file:///" url for local filesMax Kellermann1-4/+7
2008-10-17listen: fixed unused variable warning without HAVE_UCREDMax Kellermann1-0/+2
2008-10-16configure.ac: check if "struct ucred" is availableMax Kellermann1-2/+2
2008-10-16configure.ac: find more libraries with pkg-configMax Kellermann1-0/+6
2008-10-16command: special case for "add /"Max Kellermann1-1/+1
2008-10-15playlist: also allow world-readable local filesMax Kellermann1-1/+1
2008-10-15song: check file type in song_file_update()Max Kellermann1-1/+1
2008-10-15playlist: added support for adding songs not in the music databaseMax Kellermann6-6/+59
2008-10-15command: print error message on "addid" failureMax Kellermann1-1/+1
2008-10-15playlist: moved code to song_by_url()Max Kellermann1-4/+17
2008-10-15song: added song_in_database()Max Kellermann2-9/+14
2008-10-15listen, client: enable SO_PASSCRED, get client's uidMax Kellermann3-3/+41
2008-10-15update: don't skip hidden filesMax Kellermann1-3/+5
2008-10-15shout: check for vorbisenc libraryMax Kellermann1-2/+2
2008-10-15fixing several imports to work via pkg-configEnrico Weigelt1-3/+10
2008-10-15locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann5-30/+16
2008-10-15mapper: moved musicDir initialization from path.cMax Kellermann5-31/+52
2008-10-15path: allow starting MPD with non-existing music directoryMax Kellermann1-6/+6
2008-10-15path, tag_id3: use g_convert() instead of charConv.cMax Kellermann5-234/+40
2008-10-15use GLibMax Kellermann1-1/+4
2008-10-15tag_id3: fix indentationMax Kellermann1-28/+28
2008-10-15idle: client command "noidle" aborts idleMax Kellermann1-3/+21
2008-10-15client: optimized client_input_received()Max Kellermann1-38/+44
2008-10-15listen: pass protocol family to establishListen()Max Kellermann1-27/+8
2008-10-15listen: use getaddrinfo() instead of gethostbyname()Max Kellermann1-31/+22
2008-10-14command: added command "idle"Max Kellermann13-3/+284
2008-10-14alsa: added #ifdefs around SND_PCM_NO_AUTO_xxxMax Kellermann1-0/+6
2008-10-14playlist: don't use uninitialized local variable (typo)Max Kellermann1-1/+1
2008-10-14oss: use unsigned integer for ioctl constantsMax Kellermann1-12/+12
2008-10-14oss: convert several macros to enumMax Kellermann1-19/+25
2008-10-14alsa: optionally disable resampling and othersMax Kellermann1-1/+15
2008-10-14changed package name to "mpd-mk", updated version numberMax Kellermann1-1/+2
2008-10-14update: don't follow relative symlinksMax Kellermann1-1/+44
2008-10-14ls: removed myStat(), isFile(), isDir()Max Kellermann2-53/+0
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann9-53/+241
2008-10-14playlist: moved code to playlist_save.cMax Kellermann5-26/+89
2008-10-14song: pass const song pointer to song_get_url()Max Kellermann2-2/+2
2008-10-14{dir,song}vec: fix off-by-one errors in {dir,song}vec_deleteEric Wong2-10/+9