aboutsummaryrefslogtreecommitdiff
path: root/src/ls.c
Commit message (Expand)AuthorAge
* configure.ac: rename HAVE_CURL to ENABLE_CURLMax Kellermann2009-09-24
* all: Update copyright header.Avuton Olrich2009-03-13
* ls: Print output of supported uri to fp rather than stdout.Avuton Olrich2009-03-03
* cmdline: Print available protocols when --version is run.Avuton Olrich2009-03-03
* input_lastfm: new input plugin for last.fm radioMax Kellermann2009-03-02
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-25
* added support for the MMS protocolMax Kellermann2009-01-29
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-04
* ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann2009-01-04
* ls: include cleanupMax Kellermann2009-01-04
* list: removed linked list libraryMax Kellermann2009-01-02
* ls.c: include config.h to have HAVE_CURL hereLaszlo Ashin2008-12-31
* removed os_compat.hMax Kellermann2008-12-29
* disable archive API without pluginsMax Kellermann2008-12-27
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-27
|\
| * ls: adding get_archive_by_suffix() functionViliam Mateicka2008-12-16
* | ls: added uri_has_scheme()Max Kellermann2008-12-16
* | ls: don't return suffix from parent directory nameMax Kellermann2008-12-16
* | ls: reimplement getSuffix() with strrchr()Max Kellermann2008-12-16
* | ls: use boolMax Kellermann2008-12-16
* | ls: make printRemoteUrlHandlers() return voidMax Kellermann2008-12-16
* | ls: removed isValidRemoteUtf8Url()Max Kellermann2008-12-16
|/
* decoder: return const decoder_plugin structsMax Kellermann2008-11-01
* utils: use g_str_has_prefix() instead of prefixcmp()Max Kellermann2008-10-28
* http: use libcurlMax Kellermann2008-10-26
* command: added print_spl_list()Max Kellermann2008-10-22
* stored_playlist: added spl_list()Max Kellermann2008-10-22
* ls: removed myStat(), isFile(), isDir()Max Kellermann2008-10-14
* song: stat file in song_file_update(), don't use isMusic()Max Kellermann2008-10-13
* playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann2008-10-13
* song: removed type SongListMax Kellermann2008-09-26
* start using prefixcmp()Eric Wong2008-09-23
* ls: don't pass "fd" to lsPlaylists(), printRemoteUrlHandlers()Max Kellermann2008-09-07
* pass constant pointersMax Kellermann2008-08-29
* renamed functions in decoder_list.hMax Kellermann2008-08-26
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-26
* use size_tMax Kellermann2008-03-26
* eliminated duplicate initializationMax Kellermann2008-03-26
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed -Wshadow warningsMax Kellermann2008-01-26
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Merge branches/ew r7104Eric Wong2007-12-28
* The massive copyright updateAvuton Olrich2007-04-05
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* Revert leaks from r4311, and also the leak fixes as a result of thatEric Wong2006-08-14
* remove clumsy strncpy useEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* Will the leaks never end?!J. Alexander Treuman2006-07-16