aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-13song: stat file in song_file_update(), don't use isMusic()Max Kellermann3-20/+8
2008-10-13update: always look up parent directory in updatePath()Max Kellermann1-20/+10
2008-10-13update: pass base file name to updateInDirectory()Max Kellermann1-9/+24
2008-10-13update: moved code to make_subdir()Max Kellermann1-4/+13
2008-10-13update: added delete_name_in()Max Kellermann1-1/+18
2008-10-13dirvec: dirvec_find() compares basenameMax Kellermann1-1/+4
2008-10-13directory: added directory_get_name()Max Kellermann2-0/+13
2008-10-13playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann3-22/+3
2008-10-13audio: don't clear input_audio_format on openAudioDevice(NULL)Max Kellermann1-3/+1
2008-10-13directory: pass const pointers to inline functionsMax Kellermann1-2/+2
2008-10-13songvec: avoid holding nr_lock during free(3)Eric Wong1-3/+5
2008-10-13update: allow music_root updates to be queuedEric Wong1-3/+2
2008-10-13directory: use mpd_sizeof_str_flex_array for path, tooEric Wong2-7/+8
2008-10-13tag_item: avoid wasting space when struct is unpackableEric Wong2-2/+4
2008-10-13song: song_get_url: fix "/" prefix for songs in music_rootEric Wong1-1/+1
2008-10-12shout: make the protocol configurableAaron McEwan1-2/+25
2008-10-12shout: use strcmp() instead of strncasecmp()Max Kellermann1-2/+2
2008-10-12alsa: fall back to 16 bit outputMax Kellermann1-0/+11
2008-10-12pcm_utils: support any number of channels in pcm_sizeOfConvBuffer()Max Kellermann1-11/+2
2008-10-12pcm_utils: support converting N channels to stereoMax Kellermann1-0/+26
2008-10-12pcm_utils: pass output channel count to pcm_convertChannels()Max Kellermann1-35/+22
2008-10-12pcm_utils: moved code from pcm_convertChannels() to separate functionsMax Kellermann1-20/+32