summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2014-01-25input/smbclient: move code to lib/smbclient/Init.cxxMax Kellermann
2014-01-24ConfigGlobal: add config_find_block()Max Kellermann
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-24archive/*: move to archive/plugins/Max Kellermann
2014-01-14input/alsa: fix memory leakMax Kellermann
2014-01-13input/despotify: change name to "despotify"Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-08DespotifyUtils: return Tag, not pointerMax Kellermann
2014-01-08DespotifyUtils: pass const ds_track referenceMax Kellermann
2014-01-08tag/TagBuilder: overload Commit() returning a Tag objectMax Kellermann
2014-01-08tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann
2014-01-08input/AlsaInputPlugin: remove unnecessary alsa s/w param setting to fix high ...Steven O'Brien
2014-01-07util/Alloc: new library replacing GLib's g_malloc()Max Kellermann
2014-01-06input/AlsaInputPlugin.cxx: use I/O thread to poll for available dataSteven O'Brien
2014-01-06event/SocketMonitor: don't close the socket automaticallyMax Kellermann
2013-12-29input/smbclient: new input pluginMax Kellermann
2013-12-24Merge tag 'release-0.18.6'Max Kellermann
2013-12-21input/alsa: fix build with gcc 4.6Max Kellermann
2013-12-19add draft ALSA input pluginSteven O'Brien
2013-12-17input/cdio: fix typo in #include pathMax Kellermann
2013-12-14input/despotify: don't log "eof" flag after setting itMax Kellermann
2013-12-14input/despotify: convert to classMax Kellermann
2013-12-14Merge branch 'v0.18.x'Max Kellermann
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov
2013-12-03input/curl: use class TagBuilderMax Kellermann
2013-11-28Util/StringUtil: add StringStartsWith()Max Kellermann
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-27input/cdio_paranoia: support libcdio-paranoia 0.90Gaetan Bisson
2013-11-23input/curl: work around stream resume bug (fixed in libcurl 7.32.0)Max Kellermann
2013-11-23input/curl: add global variable "curl_version"Max Kellermann
2013-11-23input/curl: dump version numberMax Kellermann
2013-11-07input/cdio_paranoia: add setting "default_byte_order"Max Kellermann
2013-11-07input/curl: unregister removed sockets from epollMax Kellermann
2013-11-06input/curl: fix bug with redirected streamsMax Kellermann
2013-11-06input/curl: move code into class CurlMultiMax Kellermann
2013-11-06input/curl: remove the global list of requestsMax Kellermann
2013-11-06input/curl: don't abort all requests on curl_multi_perform() errorMax Kellermann
2013-11-06input/curl: use CURLOPT_PRIVATEMax Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-28*: use nullptr instead of NULLMax Kellermann
2013-10-23input_stream: rename struct to InputStreamMax Kellermann
2013-10-23InputInternal: remove obsolete libraryMax Kellermann
2013-10-21input/curl: don't use GLib's typedef "gushort"Max Kellermann
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-19input/cdio: use class AllocatedPathMax Kellermann
2013-10-19input/curl: use std::string for meta_nameMax Kellermann