| Commit message (Expand) | Author | Files | Lines |
2014-02-06 | input/nfs: new plugin using libnfs | Max Kellermann | 1 | -0/+3 |
2014-01-24 | Client*: move to client/ | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-29 | input/smbclient: new input plugin | Max Kellermann | 1 | -0/+3 |
2013-12-19 | add draft ALSA input plugin | Steven O'Brien | 1 | -0/+3 |
2013-11-28 | Util/StringUtil: add StringStartsWith() | Max Kellermann | 1 | -3/+2 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+0 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -1/+1 |
2013-09-05 | input/curl: enable https | Ales Guzik | 1 | -0/+1 |
2013-04-17 | input/soup: plugin removed | Max Kellermann | 1 | -1/+1 |
2013-04-08 | uri: convert to C++ | Max Kellermann | 1 | -5/+1 |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -1/+1 |
2013-01-03 | ls.h: rename to ls.hxx | Max Kellermann | 1 | -1/+1 |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -1/+2 |
2013-01-03 | ls: convert to C++ | Max Kellermann | 1 | -1/+4 |
2012-08-02 | gcc.h: re-add gcc_const and gcc_pure | Max Kellermann | 1 | -0/+2 |
2012-06-12 | cmdline: consistent plugin listings | Max Kellermann | 1 | -2/+2 |
2011-08-24 | input/soup: new input plugin based on libsoup | Max Kellermann | 1 | -1/+1 |
2011-03-29 | input: Add despotify input plugin | Simon Kagstrom | 1 | -0/+3 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-12-22 | configure.ac: hook the cdio_paranoia input plugin | Max Kellermann | 1 | -0/+3 |
2010-05-18 | input/ffmpeg: new input plugin using libavformat's "avio" library | Max Kellermann | 1 | -0/+8 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+1 |
2009-10-13 | input/lastfm: removed obsolete last.fm input plugin | Max Kellermann | 1 | -3/+0 |
2009-09-24 | configure.ac: rename HAVE_CURL to ENABLE_CURL | Max Kellermann | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-03 | ls: Print output of supported uri to fp rather than stdout. | Avuton Olrich | 1 | -1/+1 |
2009-03-03 | cmdline: Print available protocols when --version is run. | Avuton Olrich | 1 | -0/+20 |
2009-03-02 | input_lastfm: new input plugin for last.fm radio | Max Kellermann | 1 | -0/+3 |
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -13/+1 |
2009-01-29 | added support for the MMS protocol | Max Kellermann | 1 | -0/+6 |
2009-01-04 | ls: renamed functions, no CamelCase | Max Kellermann | 1 | -4/+7 |
2009-01-04 | ls: removed hasMusicSuffix() and get_archive_by_suffix() | Max Kellermann | 1 | -35/+0 |
2009-01-04 | ls: include cleanup | Max Kellermann | 1 | -6/+4 |
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 |