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
/
plugins
/
Iso9660ArchivePlugin.cxx
Age
Commit message (
Expand
)
Author
2020-09-21
Merge tag 'v0.21.26' into master
Max Kellermann
2020-09-21
archive/iso9660: fix odd seeking bug (assertion failure)
Max Kellermann
2020-09-21
archive/iso9660: remove unused macro CEILING()
Max Kellermann
2020-09-21
archive/iso9660: fix odd seeking bug (assertion failure)
Max Kellermann
2020-09-21
archive/iso9660: remove unused function CEILING()
Max Kellermann
2020-09-07
Merge branch 'v0.21.x' into master
Max Kellermann
2020-09-07
archive/iso9660: implement seeking
Max Kellermann
2020-09-07
archive/iso9660: fix unaligned reads
Max Kellermann
2020-09-04
Merge branch 'v0.21.x' into master
Max Kellermann
2020-09-04
archive/iso9660: free iso9660_stat_t as early as possible
Max Kellermann
2020-03-12
[clang-tidy] use nodiscard
Rosen Penev
2020-03-12
Merge branch 'v0.21.x'
Max Kellermann
2020-03-07
archive/iso9660: skip empty filenames
Max Kellermann
2020-03-07
archive/iso9660: use IsSpecialFilename()
Max Kellermann
2020-02-05
archive/iso9660: rewrite the macro CEILING as function
Max Kellermann
2020-02-01
[clang-tidy] pass by value where appropriate
Rosen Penev
2020-02-01
*: add `explicit`
Max Kellermann
2020-01-31
[clang-tidy] use override instead of virtual
Rosen Penev
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
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
input/InputStreams: pass std::unique_lock<> to various methods
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
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-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/File: remove unused attribute "plugin"
Max Kellermann
2017-12-22
archive/{iso9660,zzip}: unlock the mutex during I/O
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-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
2016-03-07
archive/iso9660: make variables more local
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-05-11
InputStream: remove attribute "plugin"
Max Kellermann
2014-05-11
InputStream: make various methods abstract
Max Kellermann
[next]