Age | Commit message (Expand) | Author |
2015-12-16 | fs/io/FileOutputStream: use C++ exceptions in Commit() | Max Kellermann |
2015-12-16 | fs/io/FileOutputStream: use C++ exceptions in constructor | Max Kellermann |
2015-12-16 | db/simple: use std::unique_ptr<GzipOutputStream> | Max Kellermann |
2015-12-16 | command/AllCommands: catch and report std::exception | Max Kellermann |
2015-12-16 | system/Error: helper library for constructing std::system_error | Max Kellermann |
2015-12-16 | Log: C++ exception support | Max Kellermann |
2015-12-16 | configure.ac: don't disable C++ exceptions | Max Kellermann |
2015-12-16 | db/DatabaseLock: add class ScopeDatabaseUnlock | Max Kellermann |
2015-12-16 | db/simple: use class ScopeDatabaseLock | Max Kellermann |
2015-12-16 | db/DatabaseLock: add ScopeDatabaseLock::unlock() | Max Kellermann |
2015-12-16 | python/libs: upgrade CURL to 7.46.0 | Max Kellermann |
2015-12-16 | python/libs: upgrade FFmpeg to 2.8.3 | Max Kellermann |
2015-12-16 | python/libs: upgrade opus to 1.1.1 | Max Kellermann |
2015-12-16 | python/boost: use shutil.copytree() | Max Kellermann |
2015-12-15 | Merge tag 'v0.19.12' | Max Kellermann |
2015-12-15 | release v0.19.12v0.19.12 | Max Kellermann |
2015-12-15 | fix mpd crash on invalid utf8 stream title | Benno Fünfstück |
2015-12-15 | docs: add vlc and mpv to the list of example applications | Ben Boeckel |
2015-12-15 | fix LimitRTTIME in systemd unit file | Christian Hesse |
2015-12-15 | Makefile.am: fix static build with alsa | Jörg Krause |
2015-11-23 | {android,win32}/build.py: move code to python/build/libs.py | Max Kellermann |
2015-11-23 | {android,win32}/build.py: move code to python/build/dirs.py | Max Kellermann |
2015-11-21 | win32/build.py: move class ZlibProject to build/zlib.py | Max Kellermann |
2015-11-21 | {android,win32}/build.py: move class FfmpegProject to build/ffmpeg.py | Max Kellermann |
2015-11-21 | {android,win32}/build.py: FfmpegProject detects CPU and OS | Max Kellermann |
2015-11-21 | {android,win32}/build.py: move class BoostProject to build/boost.py | Max Kellermann |
2015-11-21 | {android,win32}/build.py: move class AutotoolsProject to build/autotools.py | Max Kellermann |
2015-11-21 | {android,win32}/build.py: move class Project to build/project.py | Max Kellermann |
2015-11-20 | {android,win32}/build.py: add tarball_path and src_path to toolchain class | Max Kellermann |
2015-11-20 | win32/build.py: restore option "out_of_tree" | Max Kellermann |
2015-11-20 | {android,win32}/build.py: move common code to python/build/ | Max Kellermann |
2015-11-20 | {android,win32}/build.py: fix missing rename | Max Kellermann |
2015-11-20 | {android,win32}/build.py: add toolchain classes | Max Kellermann |
2015-11-17 | {android,win32}/build.py: upgrade FFmpeg to 2.8.2 | Max Kellermann |
2015-11-13 | command/other: re-allow "lsinfo /" | Max Kellermann |
2015-11-13 | command/queue: use StringIsEqual() instead of memcmp() | Max Kellermann |
2015-11-13 | queue/Save: fix "Malformed playlist line in state file" | Max Kellermann |
2015-11-13 | player/Control: add code comments | Max Kellermann |
2015-11-11 | player/Control: Seek*() returns Error information | Max Kellermann |
2015-11-11 | decoder/Control: Seek() returns Error information | Max Kellermann |
2015-11-11 | queue/Playlist: seek methods return bool/Error instead of PlaylistResult | Max Kellermann |
2015-11-11 | command/CommandError: send verbose error message to client | Max Kellermann |
2015-11-11 | PlaylistError: remove unused code "ERRNO" | Max Kellermann |
2015-11-11 | decoder/Control: State::ERROR is illegal | Max Kellermann |
2015-11-11 | decoder/Control: use switch/case in Seek() | Max Kellermann |
2015-11-11 | player/Control: use class ScopeLock | Max Kellermann |
2015-11-11 | player/Control: move code to ClearError() | Max Kellermann |
2015-11-11 | player/Control: move code to SeekLocked() | Max Kellermann |
2015-11-11 | player/Control: add Lock prefix to locking method names | Max Kellermann |
2015-11-11 | StateFile: use StringAfterPrefix() instead of StringStartsWith() | Max Kellermann |