aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* client: converted permissions to unsignedMax Kellermann2008-10-17
* client: eliminate variable "left" in client_write()Max Kellermann2008-10-17
* client: fixed send bufferMax Kellermann2008-10-17
* client: removed CLIENT_MAX_BUFFER_LENGTHMax Kellermann2008-10-17
* client: added assertions on the buffer pointersMax Kellermann2008-10-17
* client: read() return value is ssize_tMax Kellermann2008-10-17
* client: handle partial lines correctlyMax Kellermann2008-10-17
* ffmpeg: new decoder pluginViliam Mateicka2008-10-17
* Makefile.am: don't compile disabled decoder pluginsMax Kellermann2008-10-17
* Makefile.am: don't compile disabled sourcesMax Kellermann2008-10-17
* input_stream: removed nmemb argumentMax Kellermann2008-10-17
* input: declare struct input_streamMax Kellermann2008-10-17
* decoder: notify player after entering decodeStart()Max Kellermann2008-10-17
* command: expect "file:///" url for local filesMax Kellermann2008-10-17
* listen: fixed unused variable warning without HAVE_UCREDMax Kellermann2008-10-17
* configure.ac: check if "struct ucred" is availableMax Kellermann2008-10-16
* configure.ac: find more libraries with pkg-configMax Kellermann2008-10-16
* command: special case for "add /"Max Kellermann2008-10-16
* playlist: also allow world-readable local filesMax Kellermann2008-10-15
* song: check file type in song_file_update()Max Kellermann2008-10-15
* playlist: added support for adding songs not in the music databaseMax Kellermann2008-10-15
* command: print error message on "addid" failureMax Kellermann2008-10-15
* playlist: moved code to song_by_url()Max Kellermann2008-10-15
* song: added song_in_database()Max Kellermann2008-10-15
* listen, client: enable SO_PASSCRED, get client's uidMax Kellermann2008-10-15
* update: don't skip hidden filesMax Kellermann2008-10-15
* shout: check for vorbisenc libraryMax Kellermann2008-10-15
* fixing several imports to work via pkg-configEnrico Weigelt2008-10-15
* locate: use g_utf8_casefold() instead of string_toupper()Max Kellermann2008-10-15
* mapper: moved musicDir initialization from path.cMax Kellermann2008-10-15
* path: allow starting MPD with non-existing music directoryMax Kellermann2008-10-15
* path, tag_id3: use g_convert() instead of charConv.cMax Kellermann2008-10-15
* use GLibMax Kellermann2008-10-15
* tag_id3: fix indentationMax Kellermann2008-10-15
* idle: client command "noidle" aborts idleMax Kellermann2008-10-15
* client: optimized client_input_received()Max Kellermann2008-10-15
* listen: pass protocol family to establishListen()Max Kellermann2008-10-15
* listen: use getaddrinfo() instead of gethostbyname()Max Kellermann2008-10-15
* command: added command "idle"Max Kellermann2008-10-14
* alsa: added #ifdefs around SND_PCM_NO_AUTO_xxxMax Kellermann2008-10-14
* playlist: don't use uninitialized local variable (typo)Max Kellermann2008-10-14
* oss: use unsigned integer for ioctl constantsMax Kellermann2008-10-14
* oss: convert several macros to enumMax Kellermann2008-10-14
* alsa: optionally disable resampling and othersMax Kellermann2008-10-14
* changed package name to "mpd-mk", updated version numberMax Kellermann2008-10-14
* update: don't follow relative symlinksMax Kellermann2008-10-14
* ls: removed myStat(), isFile(), isDir()Max Kellermann2008-10-14
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-14
* playlist: moved code to playlist_save.cMax Kellermann2008-10-14
* song: pass const song pointer to song_get_url()Max Kellermann2008-10-14