summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-07decoder/Mp4v2: add MP4v2 decoder pluginAndrée Ekroth
2014-08-07fs/output/FileOutputStream: use open_cloexec()Max Kellermann
2014-08-07TextInputStream: don't stripMax Kellermann
2014-08-07util/{Static,Foreign}FifoBuffer: lazy shiftMax Kellermann
2014-08-07util/StaticFifoBuffer: fix indentMax Kellermann
2014-08-07TextInputStream: move code to ReadBufferedLine()Max Kellermann
2014-08-07util/StringUtil: add StripRight() overload with "end" argumentMax Kellermann
2014-08-07LogBackend: use StripRight()Max Kellermann
2014-08-07util/StringUtil: use IsWhitespaceOrNull() in StripRight()Max Kellermann
2014-08-07util/StringUtil: move code to StripRight()Max Kellermann
2014-08-07util/StringUtil: rename strchug_fast() to StripLeft()Max Kellermann
2014-08-07util/CharUtil: add IsWhitespaceFast()Max Kellermann
2014-08-07util/CharUtil: make IsWhitespace*() "constexpr"Max Kellermann
2014-08-07util/CharUtil: fix indentMax Kellermann
2014-08-07fs/StandardDirectory: pass writable string to ParseConfigLine()Max Kellermann
2014-08-07event/BufferedSocket: fix inversed buffer checkMax Kellermann
2014-08-07util/ForeignFifoBuffer: add method Swap()Max Kellermann
2014-08-07util/ForeignFifoBuffer: add method MoveFrom()Max Kellermann
2014-08-07input/TextInputStream: return char*Max Kellermann
2014-08-06util/ForeignFifoBuffer: add method GetAvailable()Max Kellermann
2014-08-06util/DynamicFifoBuffer: move code to new base class ForeignFifoBufferMax Kellermann
2014-08-06util/FifoBuffer: rename to StaticFifoBufferMax Kellermann
2014-08-06db/update/InotifySource: remove FifoBufferMax Kellermann
2014-08-06fs/GzipOutputStream: new class wrapping zlibMax Kellermann
2014-08-06Makefile.am: add variable FS_LIBSMax Kellermann
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann
2014-07-30fs/OutputStream: new infrastructure for writing to filesMax Kellermann
2014-07-30util/Error: add method FormatLastError()Max Kellermann
2014-07-30util/Error: add SetLastError() overload with "DWORD code" parameterMax Kellermann
2014-07-30util/Error: add "printf" attributesMax Kellermann
2014-07-30TagId3: fix printf string parameterMax Kellermann
2014-07-30util/DynamicFifoBuffer: fix typo in API documentationMax Kellermann
2014-07-30StateFile: use nullptr instead of NULLMax Kellermann
2014-07-30encoder/opus: use nullptr instead of NULLMax Kellermann
2014-07-30system/Resolver: use nullptr instead of NULLMax Kellermann
2014-07-30pcm: use nullptr instead of NULLMax Kellermann
2014-07-30playlist/extm3u: use nullptr instead of NULLMax Kellermann
2014-07-30android build 5Max Kellermann
2014-07-30Makefile.am: add missing backslashMax Kellermann
2014-07-30Merge tag 'v0.18.12'Max Kellermann
2014-07-30release v0.18.12v0.18.12Max Kellermann
2014-07-30Main: don't require mpd.conf on AndroidMax Kellermann
2014-07-30android/Main: indicate when the native code has quitMax Kellermann
2014-07-30android/Loader: fix indentMax Kellermann
2014-07-30Makefile.am: *.apk depends on android/src/*.javaMax Kellermann
2014-07-30Makefile.am: move duplicate specification to APK_DEPSMax Kellermann
2014-07-30Makefile.am: release .apk depends on iconMax Kellermann
2014-07-30Makefile.am: new zipalign pathMax Kellermann
2014-07-29db/proxy: implement Update()Max Kellermann
2014-07-29db/Interface: add virtual method Update()Max Kellermann