Max Kellermann
|
c7e2f558a0
|
input/curl: use CircularBuffer
Replaces its own weird buffering code.
|
2014-03-16 00:35:28 +01:00 |
|
Max Kellermann
|
8f74bf314d
|
input/curl: add method CurlInputStream::Open()
|
2014-03-15 22:56:05 +01:00 |
|
Max Kellermann
|
0dd5ebbdbe
|
input/curl: move _seek() into the CurlInputStream class
|
2014-03-15 22:42:37 +01:00 |
|
Max Kellermann
|
2ae60767a3
|
input/curl: move _easy_init() into the CurlInputStream class
|
2014-03-15 22:38:46 +01:00 |
|
Max Kellermann
|
64f31f70f9
|
input/curl: pass std::string&& to HeaderReceived()
Code simplification.
|
2014-03-15 22:02:59 +01:00 |
|
Max Kellermann
|
23eacbd132
|
input/curl: move code to CurlInputStream methods
|
2014-03-15 20:43:37 +01:00 |
|
Max Kellermann
|
e9f16fca96
|
input/curl: rename "error" to "error_buffer"
|
2014-03-15 20:43:17 +01:00 |
|
Max Kellermann
|
3d30de91f3
|
input/curl: rename struct input_curl to CurlInputStream
|
2014-03-15 20:38:08 +01:00 |
|
Max Kellermann
|
2bf2f34b12
|
InputPlugin: allow init() to soft-fail
Add enum InputResult which is a tri-state. Input plugins may now fail
and just become unavailable.
|
2014-03-02 00:17:32 +01:00 |
|
Max Kellermann
|
7757e59e78
|
input/curl: include cleanup
|
2014-02-22 00:18:29 +01:00 |
|
Max Kellermann
|
d761d8b168
|
input/nfs: move nfs_domain to lib/nfs/Domain.cxx
|
2014-02-08 14:24:47 +01:00 |
|
Max Kellermann
|
fe7c6fee34
|
ArchivePlugin: pass Path to open()
|
2014-02-08 13:25:44 +01:00 |
|
Max Kellermann
|
9906daeca7
|
ArchivePlugin: rename struct archive_plugin to ArchivePlugin
|
2014-02-08 13:22:13 +01:00 |
|
Max Kellermann
|
c8f0c7e9ed
|
*/smbclient: protect all libsmbclient calls with a mutex
libsmbclient is not thread-safe nor reentrant. We must protect all
function calls with a global mutex, unfortunately.
|
2014-02-06 22:19:59 +01:00 |
|
Max Kellermann
|
e4322a716c
|
input/nfs: new plugin using libnfs
|
2014-02-06 18:37:27 +01:00 |
|
Max Kellermann
|
86ca5b3f16
|
input/smbclient: move code to lib/smbclient/Init.cxx
|
2014-01-25 23:29:42 +01:00 |
|
Max Kellermann
|
97391fd4b9
|
DespotifyUtils, Expat: move to lib/
|
2014-01-24 16:44:36 +01:00 |
|
Max Kellermann
|
f8bfea8bae
|
Input*: move to input/
|
2014-01-24 16:33:33 +01:00 |
|