aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-22command: added print_spl_list()Max Kellermann3-22/+18
2008-10-22stored_playlist: added spl_list()Max Kellermann3-73/+106
2008-10-22stored_playlist: spl_append_uri() returns enum playlist_resultMax Kellermann2-5/+4
2008-10-22stored_playlist: de-CamelCase moved functionMax Kellermann3-6/+6
2008-10-22stored_playlist: moved functions from playlist.cMax Kellermann4-32/+26
2008-10-22stored_playlist: no CamelCaseMax Kellermann5-34/+39
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann6-8/+8
2008-10-22command: added "commands" array instead of registering manuallyMax Kellermann1-193/+145
2008-10-22command: make command pointers constantMax Kellermann1-12/+13
2008-10-22command: renamed CommandEntry to struct commandMax Kellermann1-12/+10
2008-10-21pcm_utils: added pcm_convert_init()Max Kellermann4-2/+9
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