index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
archive
Age
Commit message (
Expand
)
Author
2019-12-16
Merge tag 'v0.21.17'
Max Kellermann
2019-12-04
archive/zzip: improve error reporting
Max Kellermann
2019-08-03
util/Macros: replace with std::size() (C++17)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-15
archive/Lookup: move to fs/LookupFile.cxx
Max Kellermann
2019-06-15
archive/Lookup: pass class Path
Max Kellermann
2019-06-15
archive/Lookup: pass const pointer
Max Kellermann
2019-06-15
archive/Lookup: return AllocatedPath
Max Kellermann
2019-06-11
archive/Lookup: use PathTraitsFS::pointer_type
Max Kellermann
2019-06-04
archive/Domain: remove unused library
Max Kellermann
2019-06-04
archive/Lookup, input/Archive: remove useless log messages
Max Kellermann
2019-05-31
archive/ArchiveLookup: replace output parameters with a struct
Max Kellermann
2019-05-31
archive/meson.build: move ArchiveLookup.cxx to archive_glue.a
Max Kellermann
2019-05-31
archive/List: disallow passing suffix==nullptr to archive_plugin_from_suffix()
Max Kellermann
2019-05-31
archive/ArchiveLookup: remove "suffix" output parameter
Max Kellermann
2019-05-31
archive/ArchiveLookup: use class FileInfo
Max Kellermann
2019-05-31
archive/ArchiveLookup: throw on error
Max Kellermann
2019-05-31
archive/iso9660: implement seeking
Max Kellermann
2019-05-29
input/InputStream: make IsEOF() and IsAvailable() const
Max Kellermann
2019-05-07
thread/Mutex: use `using` instead of making it a derived class
Max Kellermann
2019-05-07
input/InputStreams: pass std::unique_lock<> to various methods
Max Kellermann
2019-02-05
archive/List: add RAII class
Max Kellermann
2019-02-05
archive/List: add `noexcept`
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-06-22
input/Stream: remove attribute "cond", replace with handler interface
Max Kellermann
2018-02-03
Merge tag 'v0.20.16'
Max Kellermann
2018-02-03
archive/iso9660: libcdio 2.0 compatibility
Max Kellermann
2017-12-27
archive/Plugin: return std::unique_ptr<ArchiveFile>
Max Kellermann
2017-12-26
archive/File, input/Plugin: return InputStreamPtr
Max Kellermann
2017-12-26
archive/zzip: convert struct to class
Max Kellermann
2017-12-22
archive/File: eliminate Close(), make destructor virtual instead
Max Kellermann
2017-12-22
archive/iso9660: use std::shared_ptr instead of class RefCount
Max Kellermann
2017-12-22
archive/zzip: use std::shared_ptr instead of class RefCount
Max Kellermann
2017-12-22
archive/bz2: use std::shared_ptr instead of class RefCount
Max Kellermann
2017-12-22
archive/File: remove unused attribute "plugin"
Max Kellermann
2017-12-22
archive/{iso9660,zzip}: unlock the mutex during I/O
Max Kellermann
2017-12-22
archive/bz2: unlock the archive mutex and lock the file mutex
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-09-09
archive/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-09-09
input/Plugin: migrate open() from class Error to C++ exceptions
Max Kellermann
2016-06-10
util/StringUtil: use CamelCase
Max Kellermann
2016-03-07
Merge branch 'v0.19.x'
Max Kellermann
2016-03-07
archive/iso9660: check path buffer bounds
Max Kellermann
2016-03-07
archive/iso9660: use a single path buffer for Visit()
Max Kellermann
2016-03-07
archive/iso9660: move the "." and ".." checks up
Max Kellermann
2016-03-07
archive/iso9660: add local variable "filename"
Max Kellermann
[next]