| Commit message (Expand) | Author | Files | Lines |
2014-04-23 | input/nfs: add missing string.h include | Max Kellermann | 1 | -0/+1 |
2014-03-16 | input/mms: move blocking I/O to thread | Max Kellermann | 1 | -60/+50 |
2014-03-16 | input/alsa: don't initialize "seekable=false", "size=-1" | Max Kellermann | 1 | -2/+0 |
2014-03-16 | input/curl: use CircularBuffer | Max Kellermann | 1 | -133/+75 |
2014-03-15 | input/curl: add method CurlInputStream::Open() | Max Kellermann | 1 | -12/+17 |
2014-03-15 | input/curl: move _seek() into the CurlInputStream class | Max Kellermann | 1 | -38/+44 |
2014-03-15 | input/curl: move _easy_init() into the CurlInputStream class | Max Kellermann | 1 | -30/+30 |
2014-03-15 | input/curl: pass std::string&& to HeaderReceived() | Max Kellermann | 1 | -25/+8 |
2014-03-15 | input/curl: move code to CurlInputStream methods | Max Kellermann | 1 | -178/+231 |
2014-03-15 | input/curl: rename "error" to "error_buffer" | Max Kellermann | 1 | -3/+3 |
2014-03-15 | input/curl: rename struct input_curl to CurlInputStream | Max Kellermann | 1 | -32/+32 |
2014-03-02 | InputPlugin: allow init() to soft-fail | Max Kellermann | 4 | -13/+15 |
2014-02-22 | input/curl: include cleanup | Max Kellermann | 1 | -1/+0 |
2014-02-08 | input/nfs: move nfs_domain to lib/nfs/Domain.cxx | Max Kellermann | 1 | -3/+1 |
2014-02-08 | ArchivePlugin: pass Path to open() | Max Kellermann | 1 | -1/+2 |
2014-02-08 | ArchivePlugin: rename struct archive_plugin to ArchivePlugin | Max Kellermann | 1 | -1/+1 |
2014-02-06 | */smbclient: protect all libsmbclient calls with a mutex | Max Kellermann | 1 | -0/+9 |
2014-02-06 | input/nfs: new plugin using libnfs | Max Kellermann | 2 | -0/+227 |
2014-01-25 | input/smbclient: move code to lib/smbclient/Init.cxx | Max Kellermann | 1 | -19/+2 |
2014-01-24 | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 1 | -1/+1 |
2014-01-24 | Input*: move to input/ | Max Kellermann | 20 | -0/+3555 |