| Commit message (Expand) | Author | Files | Lines |
2008-10-19 | mapper: don't return database path with leading slash | Max Kellermann | 1 | -1/+1 |
2008-10-18 | listen: fix "struct ucred" check | Andrzej Rybczak | 1 | -3/+3 |
2008-10-18 | input_stream: don't declare method typedefs | Max Kellermann | 1 | -14/+8 |
2008-10-18 | ffmpeg: make internal functions static | Max Kellermann | 1 | -22/+12 |
2008-10-17 | client: converted permissions to unsigned | Max Kellermann | 5 | -22/+22 |
2008-10-17 | client: eliminate variable "left" in client_write() | Max Kellermann | 1 | -5/+5 |
2008-10-17 | client: fixed send buffer | Max Kellermann | 1 | -49/+4 |
2008-10-17 | client: removed CLIENT_MAX_BUFFER_LENGTH | Max Kellermann | 1 | -3/+2 |
2008-10-17 | client: added assertions on the buffer pointers | Max Kellermann | 1 | -0/+6 |
2008-10-17 | client: read() return value is ssize_t | Max Kellermann | 1 | -2/+2 |
2008-10-17 | client: handle partial lines correctly | Max Kellermann | 1 | -2/+2 |
2008-10-17 | ffmpeg: new decoder plugin | Viliam Mateicka | 3 | -0/+426 |
2008-10-17 | Makefile.am: don't compile disabled decoder plugins | Max Kellermann | 16 | -159/+83 |
2008-10-17 | Makefile.am: don't compile disabled sources | Max Kellermann | 4 | -28/+21 |
2008-10-17 | input_stream: removed nmemb argument | Max Kellermann | 8 | -16/+12 |
2008-10-17 | input: declare struct input_stream | Max Kellermann | 7 | -43/+50 |
2008-10-17 | decoder: notify player after entering decodeStart() | Max Kellermann | 1 | -0/+1 |
2008-10-17 | command: expect "file:///" url for local files | Max Kellermann | 1 | -4/+7 |
2008-10-17 | listen: fixed unused variable warning without HAVE_UCRED | Max Kellermann | 1 | -0/+2 |
2008-10-16 | configure.ac: check if "struct ucred" is available | Max Kellermann | 1 | -2/+2 |
2008-10-16 | configure.ac: find more libraries with pkg-config | Max Kellermann | 1 | -0/+6 |
2008-10-16 | command: special case for "add /" | Max Kellermann | 1 | -1/+1 |
2008-10-15 | playlist: also allow world-readable local files | Max Kellermann | 1 | -1/+1 |
2008-10-15 | song: check file type in song_file_update() | Max Kellermann | 1 | -1/+1 |
2008-10-15 | playlist: added support for adding songs not in the music database | Max Kellermann | 6 | -6/+59 |
2008-10-15 | command: print error message on "addid" failure | Max Kellermann | 1 | -1/+1 |
2008-10-15 | playlist: moved code to song_by_url() | Max Kellermann | 1 | -4/+17 |
2008-10-15 | song: added song_in_database() | Max Kellermann | 2 | -9/+14 |
2008-10-15 | listen, client: enable SO_PASSCRED, get client's uid | Max Kellermann | 3 | -3/+41 |
2008-10-15 | update: don't skip hidden files | Max Kellermann | 1 | -3/+5 |
2008-10-15 | shout: check for vorbisenc library | Max Kellermann | 1 | -2/+2 |
2008-10-15 | fixing several imports to work via pkg-config | Enrico Weigelt | 1 | -3/+10 |
2008-10-15 | locate: use g_utf8_casefold() instead of string_toupper() | Max Kellermann | 5 | -30/+16 |
2008-10-15 | mapper: moved musicDir initialization from path.c | Max Kellermann | 5 | -31/+52 |
2008-10-15 | path: allow starting MPD with non-existing music directory | Max Kellermann | 1 | -6/+6 |
2008-10-15 | path, tag_id3: use g_convert() instead of charConv.c | Max Kellermann | 5 | -234/+40 |
2008-10-15 | use GLib | Max Kellermann | 1 | -1/+4 |
2008-10-15 | tag_id3: fix indentation | Max Kellermann | 1 | -28/+28 |
2008-10-15 | idle: client command "noidle" aborts idle | Max Kellermann | 1 | -3/+21 |
2008-10-15 | client: optimized client_input_received() | Max Kellermann | 1 | -38/+44 |
2008-10-15 | listen: pass protocol family to establishListen() | Max Kellermann | 1 | -27/+8 |
2008-10-15 | listen: use getaddrinfo() instead of gethostbyname() | Max Kellermann | 1 | -31/+22 |
2008-10-14 | command: added command "idle" | Max Kellermann | 13 | -3/+284 |
2008-10-14 | alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx | Max Kellermann | 1 | -0/+6 |
2008-10-14 | playlist: don't use uninitialized local variable (typo) | Max Kellermann | 1 | -1/+1 |
2008-10-14 | oss: use unsigned integer for ioctl constants | Max Kellermann | 1 | -12/+12 |
2008-10-14 | oss: convert several macros to enum | Max Kellermann | 1 | -19/+25 |
2008-10-14 | alsa: optionally disable resampling and others | Max Kellermann | 1 | -1/+15 |
2008-10-14 | changed package name to "mpd-mk", updated version number | Max Kellermann | 1 | -1/+2 |
2008-10-14 | update: don't follow relative symlinks | Max Kellermann | 1 | -1/+44 |