aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-21pcm_utils: no CamelCaseMax Kellermann5-88/+89
2008-10-21pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann5-9/+12
2008-10-21ffmpeg: don't pass pointer as hexadecimal stringMax Kellermann1-20/+27
2008-10-21ffmpeg: detect which ffmpeg headers should be includedMax Kellermann1-0/+6
2008-10-21update: fix multiple deletes from *vec iteratorsEric Wong2-2/+10
2008-10-21dirvec: introduce locking for all iteratorsEric Wong1-6/+25
2008-10-21{dir,song}vec: these structs are constEric Wong2-2/+2
2008-10-21dirvec: add dirvec_for_each iteratorEric Wong2-0/+19
2008-10-20path: removed pathcpy_trunc()Max Kellermann3-24/+2
2008-10-20path: replaced parent_path() with g_path_get_dirname()Max Kellermann3-42/+7
2008-10-20path: replaced mpd_basename() with g_path_get_basename()Max Kellermann6-29/+30
2008-10-20signal_check.c: don't use leading underscoresMax Kellermann1-8/+8
2008-10-19mapper: don't return database path with leading slashMax Kellermann1-1/+1
2008-10-18listen: fix "struct ucred" checkAndrzej Rybczak1-3/+3
2008-10-18input_stream: don't declare method typedefsMax Kellermann1-14/+8
2008-10-18ffmpeg: make internal functions staticMax Kellermann1-22/+12
2008-10-17client: converted permissions to unsignedMax Kellermann5-22/+22
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