aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-151-2/+2
* fixing several imports to work via pkg-configEnrico Weigelt2008-10-151-3/+10
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-155-30/+16
* mapper: moved musicDir initialization from path.cMax Kellermann2008-10-155-31/+52
* path: allow starting MPD with non-existing music directoryMax Kellermann2008-10-151-6/+6
* path, tag_id3: use g_convert() instead of charConv.cMax Kellermann2008-10-155-234/+40
* use GLibMax Kellermann2008-10-151-1/+4
* tag_id3: fix indentationMax Kellermann2008-10-151-28/+28
* idle: client command "noidle" aborts idleMax Kellermann2008-10-151-3/+21
* client: optimized client_input_received()Max Kellermann2008-10-151-38/+44
* listen: pass protocol family to establishListen()Max Kellermann2008-10-151-27/+8
* listen: use getaddrinfo() instead of gethostbyname()Max Kellermann2008-10-151-31/+22
* command: added command "idle"Max Kellermann2008-10-1413-3/+284
* alsa: added #ifdefs around SND_PCM_NO_AUTO_xxxMax Kellermann2008-10-141-0/+6
* playlist: don't use uninitialized local variable (typo)Max Kellermann2008-10-141-1/+1
* oss: use unsigned integer for ioctl constantsMax Kellermann2008-10-141-12/+12
* oss: convert several macros to enumMax Kellermann2008-10-141-19/+25
* alsa: optionally disable resampling and othersMax Kellermann2008-10-141-1/+15
* changed package name to "mpd-mk", updated version numberMax Kellermann2008-10-141-1/+2
* update: don't follow relative symlinksMax Kellermann2008-10-141-1/+44
* ls: removed myStat(), isFile(), isDir()Max Kellermann2008-10-142-53/+0
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-149-53/+241
* playlist: moved code to playlist_save.cMax Kellermann2008-10-145-26/+89
* song: pass const song pointer to song_get_url()Max Kellermann2008-10-142-2/+2
* {dir,song}vec: fix off-by-one errors in {dir,song}vec_deleteEric Wong2008-10-142-10/+9
* song: stat file in song_file_update(), don't use isMusic()Max Kellermann2008-10-133-20/+8
* update: always look up parent directory in updatePath()Max Kellermann2008-10-131-20/+10
* update: pass base file name to updateInDirectory()Max Kellermann2008-10-131-9/+24
* update: moved code to make_subdir()Max Kellermann2008-10-131-4/+13
* update: added delete_name_in()Max Kellermann2008-10-131-1/+18
* dirvec: dirvec_find() compares basenameMax Kellermann2008-10-131-1/+4
* directory: added directory_get_name()Max Kellermann2008-10-132-0/+13
* playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann2008-10-133-22/+3
* audio: don't clear input_audio_format on openAudioDevice(NULL)Max Kellermann2008-10-131-3/+1
* directory: pass const pointers to inline functionsMax Kellermann2008-10-131-2/+2
* songvec: avoid holding nr_lock during free(3)Eric Wong2008-10-131-3/+5
* update: allow music_root updates to be queuedEric Wong2008-10-131-3/+2
* directory: use mpd_sizeof_str_flex_array for path, tooEric Wong2008-10-132-7/+8
* tag_item: avoid wasting space when struct is unpackableEric Wong2008-10-132-2/+4
* song: song_get_url: fix "/" prefix for songs in music_rootEric Wong2008-10-131-1/+1
* shout: make the protocol configurableAaron McEwan2008-10-121-2/+25
* shout: use strcmp() instead of strncasecmp()Max Kellermann2008-10-121-2/+2
* alsa: fall back to 16 bit outputMax Kellermann2008-10-121-0/+11
* pcm_utils: support any number of channels in pcm_sizeOfConvBuffer()Max Kellermann2008-10-121-11/+2
* pcm_utils: support converting N channels to stereoMax Kellermann2008-10-121-0/+26
* pcm_utils: pass output channel count to pcm_convertChannels()Max Kellermann2008-10-121-35/+22
* pcm_utils: moved code from pcm_convertChannels() to separate functionsMax Kellermann2008-10-121-20/+32