aboutsummaryrefslogtreecommitdiffstats
path: root/src/input (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | input/curl: move _seek() into the CurlInputStream classMax Kellermann2014-03-151-38/+44
* | input/curl: move _easy_init() into the CurlInputStream classMax Kellermann2014-03-151-30/+30
* | input/curl: pass std::string&& to HeaderReceived()Max Kellermann2014-03-151-25/+8
* | input/curl: move code to CurlInputStream methodsMax Kellermann2014-03-151-178/+231
* | input/curl: rename "error" to "error_buffer"Max Kellermann2014-03-151-3/+3
* | input/curl: rename struct input_curl to CurlInputStreamMax Kellermann2014-03-151-32/+32
* | InputPlugin: allow init() to soft-failMax Kellermann2014-03-026-16/+65
* | util/{Const,Writable}Buffer: add operator[]Max Kellermann2014-03-011-1/+1
* | input/curl: include cleanupMax Kellermann2014-02-221-1/+0
* | input/nfs: move nfs_domain to lib/nfs/Domain.cxxMax Kellermann2014-02-081-3/+1
* | ArchivePlugin: pass Path to open()Max Kellermann2014-02-081-1/+2
* | ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann2014-02-081-1/+1
* | */smbclient: protect all libsmbclient calls with a mutexMax Kellermann2014-02-061-0/+9
* | input/nfs: new plugin using libnfsMax Kellermann2014-02-063-0/+234
* | input/smbclient: move code to lib/smbclient/Init.cxxMax Kellermann2014-01-251-19/+2
* | ConfigGlobal: add config_find_block()Max Kellermann2014-01-241-34/+1
* | DespotifyUtils, Expat: move to lib/Max Kellermann2014-01-241-1/+1
* | Input*: move to input/Max Kellermann2014-01-2429-20/+1027
* | Config*: move to config/Max Kellermann2014-01-242-4/+4
* | archive/*: move to archive/plugins/Max Kellermann2014-01-241-5/+5
* | input/alsa: fix memory leakMax Kellermann2014-01-141-1/+1
* | input/despotify: change name to "despotify"Max Kellermann2014-01-131-1/+1
* | copyright year 2014Max Kellermann2014-01-1320-20/+20
* | DespotifyUtils: return Tag, not pointerMax Kellermann2014-01-081-5/+6
* | DespotifyUtils: pass const ds_track referenceMax Kellermann2014-01-081-1/+1
* | tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann2014-01-081-1/+1
* | tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann2014-01-081-1/+1
* | input/AlsaInputPlugin: remove unnecessary alsa s/w param setting to fix high ...Steven O'Brien2014-01-081-9/+0
* | util/Alloc: new library replacing GLib's g_malloc()Max Kellermann2014-01-071-6/+7
* | input/AlsaInputPlugin.cxx: use I/O thread to poll for available dataSteven O'Brien2014-01-061-55/+289
* | event/SocketMonitor: don't close the socket automaticallyMax Kellermann2014-01-061-2/+0
* | input/smbclient: new input pluginMax Kellermann2013-12-292-0/+228
* | Merge tag 'release-0.18.6'Max Kellermann2013-12-241-1/+1
|\|
| * input/cdio: fix typo in #include pathMax Kellermann2013-12-171-1/+1
* | input/alsa: fix build with gcc 4.6Max Kellermann2013-12-211-12/+12
* | add draft ALSA input pluginSteven O'Brien2013-12-192-0/+234
* | input/despotify: don't log "eof" flag after setting itMax Kellermann2013-12-141-1/+1
* | input/despotify: convert to classMax Kellermann2013-12-141-45/+73
* | Merge branch 'v0.18.x'Max Kellermann2013-12-141-0/+5
|\|
| * input/cdio_paranoia: support libcdio-paranoia 0.90Gaetan Bisson2013-11-271-0/+5
* | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-052-2/+2
* | input/curl: use class TagBuilderMax Kellermann2013-12-031-4/+10
* | Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-284-17/+16
* | include cleanup using iwyuMax Kellermann2013-11-285-8/+0
|/
* input/curl: work around stream resume bug (fixed in libcurl 7.32.0)Max Kellermann2013-11-231-0/+17
* input/curl: add global variable "curl_version"Max Kellermann2013-11-231-0/+7
* input/curl: dump version numberMax Kellermann2013-11-231-0/+8
* input/cdio_paranoia: add setting "default_byte_order"Max Kellermann2013-11-071-2/+26
* input/curl: unregister removed sockets from epollMax Kellermann2013-11-071-1/+9
* input/curl: fix bug with redirected streamsMax Kellermann2013-11-061-110/+138