summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-06fs/io/FileOutputStream: don't auto-delete file on WIN32Max Kellermann
2015-02-06TagBuilder: allow adding duplicate tag types in Complement()Max Kellermann
2015-01-29db/update/Walk: use std::unique_ptr instead of std::auto_ptrMax Kellermann
2015-01-29Avoid integer overflow in MonotonicClock{S,MS,US}PHO
2015-01-29decoder/DsdLib: use new[] to allocate the ID3 bufferMax Kellermann
2015-01-29decoder/DsdLib: free ID3 buffer right after id3_tag_parse()Max Kellermann
2015-01-29decoder/DsdLib: raise ID3 tag limit to 1 MBMax Kellermann
2015-01-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2015-01-26Test the existence of strndup(3) before using it.PHO
2015-01-26{playlist,input}/despotify: remove defunct pluginMax Kellermann
2015-01-23util/list: disable gcc5 warningMax Kellermann
2015-01-23ClientProcess: cast enum to int before passing to printf()Max Kellermann
2015-01-21thread/Name: include stdio.h if HAVE_PRCTLMax Kellermann
2015-01-06input/async: reset the "open" flag after seeking successfullyMax Kellermann
2015-01-06thread/Name: disable pthread_setname_np() on NetBSDMax Kellermann
2015-01-06thread/Name: enable FormatThreadName() with prctl()Max Kellermann
2015-01-06thread/Name: indent preprocessor commandsMax Kellermann
2014-12-26db/simple: fix implicit nullptr/bool conversionMax Kellermann
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax 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-26db/proxy, output/shout: fix implicit nullptr/bool conversionMax Kellermann
2014-12-26db/{simple,proxy}, ...: add "override" keywordsMax Kellermann
2014-12-26util/{ASCII,UriUtil}, ...: work around -Wtautological-pointer-compareMax Kellermann
2014-12-26DatabaseGlue: convert nullptr check to assertionMax Kellermann
2014-12-26util/ASCII: fix indentMax Kellermann
2014-12-26Compiler.h: add macro CLANG_CHECK_VERSION()Max Kellermann
2014-12-26Compiler.h: add macro GCC_OLDER_THAN()Max Kellermann
2014-12-26util/Manual: reimplement GCC_CHECK_VERSION() using GCC_MAKE_VERSION()Max Kellermann
2014-12-26Compiler.h: add macro GCC_MAKE_VERSION()Max Kellermann
2014-12-23decoder/ffmpeg: support interleaved floating pointMax Kellermann
2014-12-23input/mms: limit the mmsx_read() sizeMax Kellermann
2014-12-23decoder/DsdLib: add missing stdlib.h includeMax Kellermann
2014-12-23DSF ID3 tags hitting 4k size limitJan Brittenson
2014-12-17Merge tag 'v0.18.21' into v0.19.xMax Kellermann
2014-12-17LogBackend: force-flush stderr on WIN32Max Kellermann
2014-12-17LogInit: make stderr line-bufferedMax Kellermann
2014-12-17util/HugeAllocator: enable MEM_COMMIT on WindowsMax Kellermann
2014-12-16playlist/embcue: fix filename suffix detectionk44
2014-12-15storage/nfs: add timeoutMax Kellermann
2014-12-15decoder/ffmpeg: detect and fix negative time stampsMax Kellermann
2014-12-15storage/nfs: clear last_error in SetState()Max Kellermann
2014-12-15lib/nfs/Connection: unregister socket with SocketMonitor::Steal()Max Kellermann
2014-12-15lib/nfs/Connection: implement mount timeoutMax Kellermann
2014-12-15lib/nfs/Connection: add debug flag "in_destroy"Max Kellermann
2014-12-14lib/nfs/Connection: add assertionMax Kellermann
2014-12-14lib/nfs/Connection: fix reconnect after mount failureMax Kellermann
2014-12-14lib/nfs/Connection: fix typo in code commentMax Kellermann
2014-12-14lib/nfs/Connection: fix memory leak (and assertion failure)Max Kellermann
2014-12-14lib/nfs/Connection: move code to Service()Max Kellermann