summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-26util/Error: use std::exception_ptr instead of std::exceptionMax Kellermann
2016-02-22input/InputStream: add method Skip()Max Kellermann
2016-02-21playlist/Plugin: pass InputStreamPtr&& to open_stream()Max Kellermann
2016-02-21input: wrap InputStream in std::unique_ptrMax Kellermann
2015-12-18fs/io/Reader: use C++ exceptions instead of class ErrorMax Kellermann
2015-11-06input/alsa: use StringAfterPrefix()Max Kellermann
2015-11-06util/StringCompare: add StringIsEmpty()Max Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-10-20input/InputStream: remove obsolete method OverrideMimeType()Max Kellermann
2015-06-26config/Global: allow calling config_get_string() with one argumentMax Kellermann
2015-06-22InputStream: add ReadFull methodThomas Guillem
2015-06-21Merge tag 'v0.19.10'Max Kellermann
2015-06-19input/curl: trigger the condition variable in RequestDone()Max Kellermann
2015-05-29input/smbclient: fix DFF playbackjai
2015-03-17*: doxygen fixupsMax Kellermann
2015-03-05input/Open: convert UTF-8 to filesystem charset for OpenLocalInputStream()Max Kellermann
2015-03-05input/Open: use PathTraitsUTF8 to check UTF-8 pathMax Kellermann
2015-03-03input/file: use class FileReaderMax Kellermann
2015-03-03input/file: pass UTF-8 URI to InputStream ctorMax Kellermann
2015-03-03input/file: add missing fcntl.h include for posix_fadvise()Max Kellermann
2015-03-03*: change C-style prototypes, drop "(void)"Max Kellermann
2015-03-03system/FileDescriptor: new wrapper class for a file descriptorMax Kellermann
2015-01-31decoder/sndfile, ...: update API documentationMax Kellermann
2015-01-26Merge branch 'v0.19.x'Max Kellermann
2015-01-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2015-01-26{playlist,input}/despotify: remove defunct pluginMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-21config/Option: convert to strictly-typed enumMax Kellermann
2015-01-21input/curl: work around format warning on WIN32Max Kellermann
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-06Merge branch 'v0.19.x'Max Kellermann
2015-01-06input/async: reset the "open" flag after seeking successfullyMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-26Merge branch 'v0.19.x'Max Kellermann
2014-12-26db/lazy, input/mms: add "override" keywordsMax Kellermann
2014-12-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-12-23Merge branch 'v0.19.x'Max Kellermann
2014-12-23input/mms: limit the mmsx_read() sizeMax Kellermann
2014-12-21input/ffmpeg: use FfmpegInit() instead of av_register_all()Max Kellermann
2014-12-14input/nfs: include cleanupMax Kellermann
2014-12-14input/async: add API documentationMax Kellermann
2014-12-12input/Init: eliminate double colon from log messageMax Kellermann
2014-12-12Merge branch 'v0.19.x'Max Kellermann
2014-12-01input/cdio_paranoia: use CopyString() instead of g_strlcpy()Max Kellermann
2014-11-26Merge tag 'v0.19.5'Max Kellermann
2014-11-25event/DeferredMonitor: include cleanupMax Kellermann
2014-11-21configure.ac: add macro MPD_ENABLE_AUTO_PKGMax Kellermann
2014-11-10input/curl: ignore ResponseBoundary() while seekingMax Kellermann