| Commit message (Expand) | Author | Files | Lines |
2009-01-02 | list: removed linked list library | Max Kellermann | 1 | -1/+0 |
2008-12-31 | ls.c: include config.h to have HAVE_CURL here | Laszlo Ashin | 1 | -0/+1 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -1/+2 |
2008-12-27 | disable archive API without plugins | Max Kellermann | 1 | -0/+2 |
2008-12-16 | ls: adding get_archive_by_suffix() function | Viliam Mateicka | 1 | -0/+15 |
2008-12-16 | ls: added uri_has_scheme() | Max Kellermann | 1 | -0/+4 |
2008-12-16 | ls: don't return suffix from parent directory name | Max Kellermann | 1 | -1/+1 |
2008-12-16 | ls: reimplement getSuffix() with strrchr() | Max Kellermann | 1 | -8/+2 |
2008-12-16 | ls: use bool | Max Kellermann | 1 | -5/+4 |
2008-12-16 | ls: make printRemoteUrlHandlers() return void | Max Kellermann | 1 | -3/+1 |
2008-12-16 | ls: removed isValidRemoteUtf8Url() | Max Kellermann | 1 | -40/+0 |
2008-11-01 | decoder: return const decoder_plugin structs | Max Kellermann | 1 | -2/+3 |
2008-10-28 | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 1 | -2/+1 |
2008-10-26 | http: use libcurl | Max Kellermann | 1 | -0/+2 |
2008-10-22 | command: added print_spl_list() | Max Kellermann | 1 | -18/+0 |
2008-10-22 | stored_playlist: added spl_list() | Max Kellermann | 1 | -73/+9 |
2008-10-14 | ls: removed myStat(), isFile(), isDir() | Max Kellermann | 1 | -47/+0 |
2008-10-13 | song: stat file in song_file_update(), don't use isMusic() | Max Kellermann | 1 | -12/+0 |
2008-10-13 | playlist: don't use isPlaylist() in deletePlaylist() | Max Kellermann | 1 | -16/+0 |
2008-09-26 | song: removed type SongList | Max Kellermann | 1 | -0/+1 |
2008-09-23 | start using prefixcmp() | Eric Wong | 1 | -2/+1 |
2008-09-07 | ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers() | Max Kellermann | 1 | -6/+6 |
2008-08-29 | pass constant pointers | Max Kellermann | 1 | -3/+3 |
2008-08-26 | renamed functions in decoder_list.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -4/+5 |
2008-03-26 | use size_t | Max Kellermann | 1 | -5/+5 |
2008-03-26 | eliminated duplicate initialization | Max Kellermann | 1 | -1/+1 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -17/+17 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -17/+18 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -4/+1 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -12/+17 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -1/+2 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -1/+1 |
2006-08-14 | Revert leaks from r4311, and also the leak fixes as a result of that | Eric Wong | 1 | -9/+1 |
2006-07-30 | remove clumsy strncpy use | Eric Wong | 1 | -2/+4 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -4/+4 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -142/+153 |
2006-07-16 | Will the leaks never end?! | J. Alexander Treuman | 1 | -1/+6 |
2006-07-16 | One more leak | J. Alexander Treuman | 1 | -0/+1 |
2006-07-16 | Fixing a whopping 4 memory leaks | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | [CLEANUP] Remove 'extern int errno;' | Avuton Olrich | 1 | -19/+3 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-03-18 | ls.c: remove unnecessary strdup | Eric Wong | 1 | -2/+0 |
2006-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 1 | -5/+5 |
2005-10-25 | debug messages no longer cause segfaults :P | Eric Wong | 1 | -5/+3 |
2005-09-08 | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 1 | -4/+22 |
2004-11-11 | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 1 | -1/+1 |
2004-06-26 | patch from normalperson | Warren Dukes | 1 | -1/+4 |