Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | input/mms: move blocking I/O to thread | Max Kellermann | 2014-03-16 | 1 | -60/+50 | |
| | ||||||
* | input/alsa: don't initialize "seekable=false", "size=-1" | Max Kellermann | 2014-03-16 | 1 | -2/+0 | |
| | | | | These are the default values already. | |||||
* | input/curl: use CircularBuffer | Max Kellermann | 2014-03-16 | 1 | -133/+75 | |
| | | | | Replaces its own weird buffering code. | |||||
* | input/curl: add method CurlInputStream::Open() | Max Kellermann | 2014-03-15 | 1 | -12/+17 | |
| | ||||||
* | input/curl: move _seek() into the CurlInputStream class | Max Kellermann | 2014-03-15 | 1 | -38/+44 | |
| | ||||||
* | input/curl: move _easy_init() into the CurlInputStream class | Max Kellermann | 2014-03-15 | 1 | -30/+30 | |
| | ||||||
* | input/curl: pass std::string&& to HeaderReceived() | Max Kellermann | 2014-03-15 | 1 | -25/+8 | |
| | | | | Code simplification. | |||||
* | input/curl: move code to CurlInputStream methods | Max Kellermann | 2014-03-15 | 1 | -178/+231 | |
| | ||||||
* | input/curl: rename "error" to "error_buffer" | Max Kellermann | 2014-03-15 | 1 | -3/+3 | |
| | ||||||
* | input/curl: rename struct input_curl to CurlInputStream | Max Kellermann | 2014-03-15 | 1 | -32/+32 | |
| | ||||||
* | InputPlugin: allow init() to soft-fail | Max Kellermann | 2014-03-02 | 4 | -13/+15 | |
| | | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable. | |||||
* | input/curl: include cleanup | Max Kellermann | 2014-02-22 | 1 | -1/+0 | |
| | ||||||
* | input/nfs: move nfs_domain to lib/nfs/Domain.cxx | Max Kellermann | 2014-02-08 | 1 | -3/+1 | |
| | ||||||
* | ArchivePlugin: pass Path to open() | Max Kellermann | 2014-02-08 | 1 | -1/+2 | |
| | ||||||
* | ArchivePlugin: rename struct archive_plugin to ArchivePlugin | Max Kellermann | 2014-02-08 | 1 | -1/+1 | |
| | ||||||
* | */smbclient: protect all libsmbclient calls with a mutex | Max Kellermann | 2014-02-06 | 1 | -0/+9 | |
| | | | | | libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately. | |||||
* | input/nfs: new plugin using libnfs | Max Kellermann | 2014-02-06 | 2 | -0/+227 | |
| | ||||||
* | input/smbclient: move code to lib/smbclient/Init.cxx | Max Kellermann | 2014-01-25 | 1 | -19/+2 | |
| | ||||||
* | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 | |
| | ||||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 20 | -0/+3555 | |