| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | ls: Print output of supported uri to fp rather than stdout. | Avuton Olrich | 2009-03-03 | 1 | -1/+1 |
* | cmdline: Print available protocols when --version is run. | Avuton Olrich | 2009-03-03 | 1 | -0/+20 |
* | input_lastfm: new input plugin for last.fm radio | Max Kellermann | 2009-03-02 | 1 | -0/+3 |
* | ls: moved generic URI utilities to uri.c | Max Kellermann | 2009-02-25 | 1 | -13/+1 |
* | added support for the MMS protocol | Max Kellermann | 2009-01-29 | 1 | -0/+6 |
* | ls: renamed functions, no CamelCase | Max Kellermann | 2009-01-04 | 1 | -4/+7 |
* | ls: removed hasMusicSuffix() and get_archive_by_suffix() | Max Kellermann | 2009-01-04 | 1 | -35/+0 |
* | ls: include cleanup | Max Kellermann | 2009-01-04 | 1 | -6/+4 |
* | list: removed linked list library | Max Kellermann | 2009-01-02 | 1 | -1/+0 |
* | ls.c: include config.h to have HAVE_CURL here | Laszlo Ashin | 2008-12-31 | 1 | -0/+1 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -1/+2 |
* | disable archive API without plugins | Max Kellermann | 2008-12-27 | 1 | -0/+2 |
* | Merge branch 'experimental' of git://git.musicpd.org/metyl/mpd | Max Kellermann | 2008-12-27 | 1 | -0/+15 |
|\ |
|
| * | ls: adding get_archive_by_suffix() function | Viliam Mateicka | 2008-12-16 | 1 | -0/+15 |
* | | ls: added uri_has_scheme() | Max Kellermann | 2008-12-16 | 1 | -0/+4 |
* | | ls: don't return suffix from parent directory name | Max Kellermann | 2008-12-16 | 1 | -1/+1 |
* | | ls: reimplement getSuffix() with strrchr() | Max Kellermann | 2008-12-16 | 1 | -8/+2 |
* | | ls: use bool | Max Kellermann | 2008-12-16 | 1 | -5/+4 |
* | | ls: make printRemoteUrlHandlers() return void | Max Kellermann | 2008-12-16 | 1 | -3/+1 |
* | | ls: removed isValidRemoteUtf8Url() | Max Kellermann | 2008-12-16 | 1 | -40/+0 |
|/ |
|
* | decoder: return const decoder_plugin structs | Max Kellermann | 2008-11-01 | 1 | -2/+3 |
* | utils: use g_str_has_prefix() instead of prefixcmp() | Max Kellermann | 2008-10-28 | 1 | -2/+1 |
* | http: use libcurl | Max Kellermann | 2008-10-26 | 1 | -0/+2 |
* | command: added print_spl_list() | Max Kellermann | 2008-10-22 | 1 | -18/+0 |
* | stored_playlist: added spl_list() | Max Kellermann | 2008-10-22 | 1 | -73/+9 |
* | ls: removed myStat(), isFile(), isDir() | Max Kellermann | 2008-10-14 | 1 | -47/+0 |
* | song: stat file in song_file_update(), don't use isMusic() | Max Kellermann | 2008-10-13 | 1 | -12/+0 |
* | playlist: don't use isPlaylist() in deletePlaylist() | Max Kellermann | 2008-10-13 | 1 | -16/+0 |
* | song: removed type SongList | Max Kellermann | 2008-09-26 | 1 | -0/+1 |
* | start using prefixcmp() | Eric Wong | 2008-09-23 | 1 | -2/+1 |
* | ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers() | Max Kellermann | 2008-09-07 | 1 | -6/+6 |
* | pass constant pointers | Max Kellermann | 2008-08-29 | 1 | -3/+3 |
* | renamed functions in decoder_list.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -4/+5 |
* | use size_t | Max Kellermann | 2008-03-26 | 1 | -5/+5 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -1/+1 |
* | fix -Wconst warnings | Max Kellermann | 2008-02-05 | 1 | -17/+17 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -17/+18 |
* | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 2008-01-03 | 1 | -4/+1 |
* | Merge branches/ew r7104 | Eric Wong | 2007-12-28 | 1 | -12/+17 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -1/+2 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -1/+1 |
* | Revert leaks from r4311, and also the leak fixes as a result of that | Eric Wong | 2006-08-14 | 1 | -9/+1 |
* | remove clumsy strncpy use | Eric Wong | 2006-07-30 | 1 | -2/+4 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -4/+4 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -142/+153 |
* | Will the leaks never end?! | J. Alexander Treuman | 2006-07-16 | 1 | -1/+6 |
* | One more leak | J. Alexander Treuman | 2006-07-16 | 1 | -0/+1 |