summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-16db/update/InotifyUpdate: split the WatchDirectory constructorMax Kellermann
2020-09-16db/update/InotifyUpdate: use class DirectoryReaderMax Kellermann
2020-09-16db/update/InotifyUpdate: convert pointer to referenceMax Kellermann
2020-09-16db/update/InotifyUpdate: remove commented log callMax Kellermann
2020-09-16command/file, storage/{nfs,smbclient}: use PathTraitsFS::IsSpecialFilename()Max Kellermann
2020-09-16db/update/InotifySource: use `auto`Max Kellermann
2020-09-16db/update/InotifySource: add `noexcept`Max Kellermann
2020-09-16db/update/InotifyQueue: add `noexcept`Max Kellermann
2020-09-16db/update/Inotify*: include cleanupMax Kellermann
2020-09-16player/Thread: call OnPlayerSync() in SeekDecoder()Max Kellermann
2020-09-16player/Thread: add another code comment explaining OnPlayerSync()Max Kellermann
2020-09-16player/Thread: update function name in commentMax Kellermann
2020-09-16LogBackend: change the initial log_threshold to DEFAULTMax Kellermann
2020-09-16decoder/ffmpeg: add "hls+http://" to the list of supported protocolsMax Kellermann
2020-09-16decoder/ffmpeg: remove "rtsp://" from the list of supported protocolsMax Kellermann
2020-09-07Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-07archive/iso9660: implement seekingMax Kellermann
2020-09-07archive/iso9660: fix unaligned readsMax Kellermann
2020-09-07Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-07system/FileDescriptor: add method FullWrite()Max Kellermann
2020-09-07*: use nullptr instead of NULLMax Kellermann
2020-09-07io/FileDescriptor: add method FullRead()Max Kellermann
2020-09-04Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-04Support soxr custom recipes.bitkeeper
2020-09-04archive/iso9660: free iso9660_stat_t as early as possibleMax Kellermann
2020-09-04archive/bzip2: make variables more localMax Kellermann
2020-09-04archive/bzip2: move the eof check out of the ScopeUnlockMax Kellermann
2020-09-04archive/bzip2: throw on unexpected input EOFMax Kellermann
2020-09-04archive/bzip2: simplify bz_stream initializerMax Kellermann
2020-09-04archive/bzip2: fold Open() into constructorMax Kellermann
2020-09-04archive/bzip2: reorder fields to improve packingMax Kellermann
2020-09-04archive/bzip2: add `override`Max Kellermann
2020-09-04archive/zzip: fix crash on corrupt ZIP fileMax Kellermann
2020-09-04archive/zzip: use zzip_ssize_t to avoid integer overflowsMax Kellermann
2020-09-04archive/zzip: add `override`Max Kellermann
2020-09-04archive/zzip: pass std::shared_ptr as template parameterMax Kellermann
2020-09-04archive/zzip: add `explicit`Max Kellermann
2020-09-04decoder/sndfile: allow partial reads at end of fileMax Kellermann
2020-09-04decoder/API: add decoder_read_much()Max Kellermann
2020-09-04decoder/API: add `noexcept`Max Kellermann
2020-08-23Removed duplicate check for negative song timeJohann Uhrmann
2020-08-14input/uring: add `noexcept`Max Kellermann
2020-08-14system/ByteOrder: add `noexcept`Max Kellermann
2020-08-14output/osx: catch kAudioDevicePropertyHogMode errorsMax Kellermann
2020-07-23net/{Resolver,HostParser}: include <cstring>Max Kellermann
2020-07-23net/AllocatedSocketAddress: add missing forward declarationMax Kellermann
2020-07-23net/StaticSocketAddress: add IWYU pragmaMax Kellermann
2020-07-23time/ISO8601: use <cstdlib>Max Kellermann
2020-07-23lib/dbus/Values: use `using` instead of `typedef`Max Kellermann
2020-07-23lib/dbus/Values: add `uint32_t` and `uint64_t` supportMax Kellermann