| Commit message (Expand) | Author | Age | Files | Lines |
* | playlist: added support for adding songs not in the music database | Max Kellermann | 2008-10-15 | 6 | -6/+59 |
* | command: print error message on "addid" failure | Max Kellermann | 2008-10-15 | 1 | -1/+1 |
* | playlist: moved code to song_by_url() | Max Kellermann | 2008-10-15 | 1 | -4/+17 |
* | song: added song_in_database() | Max Kellermann | 2008-10-15 | 2 | -9/+14 |
* | listen, client: enable SO_PASSCRED, get client's uid | Max Kellermann | 2008-10-15 | 3 | -3/+41 |
* | update: don't skip hidden files | Max Kellermann | 2008-10-15 | 1 | -3/+5 |
* | shout: check for vorbisenc library | Max Kellermann | 2008-10-15 | 1 | -2/+2 |
* | fixing several imports to work via pkg-config | Enrico Weigelt | 2008-10-15 | 1 | -3/+10 |
* | locate: use g_utf8_casefold() instead of string_toupper() | Max Kellermann | 2008-10-15 | 5 | -30/+16 |
* | mapper: moved musicDir initialization from path.c | Max Kellermann | 2008-10-15 | 5 | -31/+52 |
* | path: allow starting MPD with non-existing music directory | Max Kellermann | 2008-10-15 | 1 | -6/+6 |
* | path, tag_id3: use g_convert() instead of charConv.c | Max Kellermann | 2008-10-15 | 5 | -234/+40 |
* | use GLib | Max Kellermann | 2008-10-15 | 1 | -1/+4 |
* | tag_id3: fix indentation | Max Kellermann | 2008-10-15 | 1 | -28/+28 |
* | idle: client command "noidle" aborts idle | Max Kellermann | 2008-10-15 | 1 | -3/+21 |
* | client: optimized client_input_received() | Max Kellermann | 2008-10-15 | 1 | -38/+44 |
* | listen: pass protocol family to establishListen() | Max Kellermann | 2008-10-15 | 1 | -27/+8 |
* | listen: use getaddrinfo() instead of gethostbyname() | Max Kellermann | 2008-10-15 | 1 | -31/+22 |
* | command: added command "idle" | Max Kellermann | 2008-10-14 | 13 | -3/+284 |
* | alsa: added #ifdefs around SND_PCM_NO_AUTO_xxx | Max Kellermann | 2008-10-14 | 1 | -0/+6 |
* | playlist: don't use uninitialized local variable (typo) | Max Kellermann | 2008-10-14 | 1 | -1/+1 |
* | oss: use unsigned integer for ioctl constants | Max Kellermann | 2008-10-14 | 1 | -12/+12 |
* | oss: convert several macros to enum | Max Kellermann | 2008-10-14 | 1 | -19/+25 |
* | alsa: optionally disable resampling and others | Max Kellermann | 2008-10-14 | 1 | -1/+15 |
* | changed package name to "mpd-mk", updated version number | Max Kellermann | 2008-10-14 | 1 | -1/+2 |
* | update: don't follow relative symlinks | Max Kellermann | 2008-10-14 | 1 | -1/+44 |
* | ls: removed myStat(), isFile(), isDir() | Max Kellermann | 2008-10-14 | 2 | -53/+0 |
* | mapper: new song-to-filesystem mapper library | Max Kellermann | 2008-10-14 | 9 | -53/+241 |
* | playlist: moved code to playlist_save.c | Max Kellermann | 2008-10-14 | 5 | -26/+89 |
* | song: pass const song pointer to song_get_url() | Max Kellermann | 2008-10-14 | 2 | -2/+2 |
* | {dir,song}vec: fix off-by-one errors in {dir,song}vec_delete | Eric Wong | 2008-10-14 | 2 | -10/+9 |
* | song: stat file in song_file_update(), don't use isMusic() | Max Kellermann | 2008-10-13 | 3 | -20/+8 |
* | update: always look up parent directory in updatePath() | Max Kellermann | 2008-10-13 | 1 | -20/+10 |
* | update: pass base file name to updateInDirectory() | Max Kellermann | 2008-10-13 | 1 | -9/+24 |
* | update: moved code to make_subdir() | Max Kellermann | 2008-10-13 | 1 | -4/+13 |
* | update: added delete_name_in() | Max Kellermann | 2008-10-13 | 1 | -1/+18 |
* | dirvec: dirvec_find() compares basename | Max Kellermann | 2008-10-13 | 1 | -1/+4 |
* | directory: added directory_get_name() | Max Kellermann | 2008-10-13 | 2 | -0/+13 |
* | playlist: don't use isPlaylist() in deletePlaylist() | Max Kellermann | 2008-10-13 | 3 | -22/+3 |
* | audio: don't clear input_audio_format on openAudioDevice(NULL) | Max Kellermann | 2008-10-13 | 1 | -3/+1 |
* | directory: pass const pointers to inline functions | Max Kellermann | 2008-10-13 | 1 | -2/+2 |
* | songvec: avoid holding nr_lock during free(3) | Eric Wong | 2008-10-13 | 1 | -3/+5 |
* | update: allow music_root updates to be queued | Eric Wong | 2008-10-13 | 1 | -3/+2 |
* | directory: use mpd_sizeof_str_flex_array for path, too | Eric Wong | 2008-10-13 | 2 | -7/+8 |
* | tag_item: avoid wasting space when struct is unpackable | Eric Wong | 2008-10-13 | 2 | -2/+4 |
* | song: song_get_url: fix "/" prefix for songs in music_root | Eric Wong | 2008-10-13 | 1 | -1/+1 |
* | shout: make the protocol configurable | Aaron McEwan | 2008-10-12 | 1 | -2/+25 |
* | shout: use strcmp() instead of strncasecmp() | Max Kellermann | 2008-10-12 | 1 | -2/+2 |
* | alsa: fall back to 16 bit output | Max Kellermann | 2008-10-12 | 1 | -0/+11 |
* | pcm_utils: support any number of channels in pcm_sizeOfConvBuffer() | Max Kellermann | 2008-10-12 | 1 | -11/+2 |