You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jim Easterbrook ee783c9db2 Add kerFileAccessDisabled error code
This can be thrown anywhere a file operation is not permitted because
exiv2 has been build with EXV_ENABLE_FILESYSTEM off.

(cherry picked from commit 5fb8c65ac2109e961af3ac1a7428655e15d60bee)
11 months ago
..
CMakeLists.txt Fix libcurl linkage on Windows 1 year ago
TODO typo (GNU compliant) 15 years ago
asfvideo.cpp Credit to OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=68210 12 months ago
basicio.cpp Add EXIV2_ENABLE_FILESYSTEM_ACCESS option 2 years ago
bmffimage.cpp Remove the need to enable BMFF via API 1 year ago
bmpimage.cpp return nullptr instead of reset 2 years ago
canonmn_int.cpp check if exifdata is not null 1 year ago
canonmn_int.hpp change print of Exif.Canon.SerialNumber 1 year ago
casiomn_int.cpp Misc string fixes 1 year ago
casiomn_int.hpp misc sonarlint stuff 3 years ago
convert.cpp some cleanups 2 years ago
cr2header_int.cpp Convert IfdId and SectionId to enum classes. 3 years ago
cr2header_int.hpp clang-tidy: remove const from data members 2 years ago
cr2image.cpp const ref to ref conversions 2 years ago
crwimage.cpp cppcheck: add const to pointers 2 years ago
crwimage_int.cpp some cleanups 2 years ago
crwimage_int.hpp sonarlint cleanups 2 years ago
datasets.cpp remove some regex to avoid slowdown 2 years ago
doxygen.hpp.in Update .clang-format file & apply clang-format to whole project 3 years ago
easyaccess.cpp easy access: Tag sequence changed 2 years ago
enforce.hpp use variadic template 2 years ago
epsimage.cpp Fixed compile error for epsimage.cpp 1 year ago
error.cpp Add kerFileAccessDisabled error code 11 months ago
exif.cpp Add EXIV2_ENABLE_FILESYSTEM_ACCESS option 2 years ago
fff.h Update .clang-format file & apply clang-format to whole project 3 years ago
fujimn_int.cpp add missing commas 2 years ago
fujimn_int.hpp Update .clang-format file & apply clang-format to whole project 3 years ago
futils.cpp In src/futils.cpp Added #include <cstdint> 1 year ago
gifimage.cpp return nullptr instead of reset 2 years ago
helper_functions.cpp fix asfvideo unicode handling 2 years ago
helper_functions.hpp remove codecvt 2 years ago
http.cpp replace reinterpret_cast with memcpy 1 year ago
i18n.h Update .clang-format file & apply clang-format to whole project 3 years ago
image.cpp Add kerFileAccessDisabled error code 11 months ago
image_int.cpp Convert type of depth parameter to size_t. 3 years ago
image_int.hpp pair noexcept with move operations 2 years ago
iptc.cpp more SonarLint cleanups 2 years ago
jp2image.cpp remove warning supression 1 year ago
jp2image_int.cpp Add support for HTJ2K mime type 2 years ago
jp2image_int.hpp Add support for HTJ2K mime type 2 years ago
jpgimage.cpp Always copy the JPEG segment size 1 year ago
makernote_int.cpp remove ref for trivially copyable const char* 1 year ago
makernote_int.hpp fix Doxygen comments to be more consistent 2 years ago
matroskavideo.cpp sonarlint cleanups 2 years ago
meson.build meson: add missing includes 2 years ago
metadatum.cpp Update .clang-format file & apply clang-format to whole project 3 years ago
minoltamn_int.cpp Misc string fixes 1 year ago
minoltamn_int.hpp Update .clang-format file & apply clang-format to whole project 3 years ago
mrwimage.cpp namespace enforce.hpp functions to Internal 2 years ago
nikonmn_int.cpp Add more Nikon Z lenses 1 year ago
nikonmn_int.hpp enhance translation for Exif.NikonAf2.AFAreaMode 2 years ago
olympusmn_int.cpp Misc string fixes 1 year ago
olympusmn_int.hpp Update .clang-format file & apply clang-format to whole project 3 years ago
orfimage.cpp const ref to ref conversions 2 years ago
orfimage_int.cpp clang-tidy: default member init 3 years ago
orfimage_int.hpp fix Doxygen comments to be more consistent 2 years ago
panasonicmn_int.cpp Add a few more Panasonic tags 12 months ago
panasonicmn_int.hpp Update .clang-format file & apply clang-format to whole project 3 years ago
pentaxmn_int.cpp Add a few more IDs for cameras and lenses 2 years ago
pentaxmn_int.hpp more SonarLint cleanups 2 years ago
pgfimage.cpp add std::byteswap support 2 years ago
photoshop.cpp more SonarLint cleanups 2 years ago
pngchunk_int.cpp clang-tidy: cast to unsigned instead of int 2 years ago
pngchunk_int.hpp Fix various typos 2 years ago
pngimage.cpp memcpy to copy_n conversions 2 years ago
preview.cpp remove + from Error() 1 year ago
private.h Update .clang-format to align pointers to the types 3 years ago
properties.cpp Misc string fixes 1 year ago
psdimage.cpp avoid newer clang-format issue 2 years ago
quicktimevideo.cpp Merge pull request #2915 from kevinbackhouse/fix-GHSA-crmj-qh74-2r36 1 year ago
rafimage.cpp Print compression in RAF header structure 1 year ago
riffvideo.cpp add missing commas 2 years ago
rw2image.cpp more SonarLint cleanups 2 years ago
rw2image_int.cpp Update .clang-format file & apply clang-format to whole project 3 years ago
rw2image_int.hpp remove some overriden defaulted destructors 2 years ago
safe_op.hpp use if constexpr instead of macros 2 years ago
samsungmn_int.cpp add missing commas 2 years ago
samsungmn_int.hpp Update .clang-format file & apply clang-format to whole project 3 years ago
sigmamn_int.cpp more SonarLint cleanups 2 years ago
sigmamn_int.hpp Update .clang-format file & apply clang-format to whole project 3 years ago
sonymn_int.cpp Add Sony ARW minor version 1 year ago
sonymn_int.hpp Update Sony(1|2) tags (#2323) 3 years ago
tags.cpp extra comma 2 years ago
tags_int.cpp Fix DNG RGBTables tag address 1 year ago
tags_int.hpp remove + from Error() 1 year ago
tgaimage.cpp return nullptr instead of reset 2 years ago
tiffcomposite_int.cpp Add EXIV2_ENABLE_FILESYSTEM_ACCESS option 2 years ago
tiffcomposite_int.hpp Fix various typos 2 years ago
tifffwd_int.hpp revert std::function back to function pointers 3 years ago
tiffimage.cpp const ref to ref conversions 2 years ago
tiffimage_int.cpp CanonLe block has no size element 2 years ago
tiffimage_int.hpp fix Doxygen comments to be more consistent 2 years ago
tiffvisitor_int.cpp replace memmove with copy_n 1 year ago
tiffvisitor_int.hpp const ref to ref conversions 2 years ago
types.cpp clang-tidy: fix bad roundings 2 years ago
tzfile.h more SonarLint cleanups 2 years ago
utils.cpp explicit conversion 2 years ago
utils.hpp add contains function 2 years ago
value.cpp remove time regex from value 1 year ago
version.cpp Disable psapi in UWP (unsupported) 1 year ago
webpimage.cpp cppcheck: add const to pointers 2 years ago
xmp.cpp cppcheck: small bool simplification 2 years ago
xmpsidecar.cpp Fix various typos 2 years ago