..
AES_PDF_native.hh
AES_PDF: move CBC logic from pipeline to AES_PDF implementation
2019-11-09 08:18:02 -05:00
auto_job_decl.hh
Make QPDFArgParser accept const argv
2022-02-01 13:50:58 -05:00
auto_job_help.hh
QPDFJob: documentation
2022-02-01 09:04:55 -05:00
auto_job_init.hh
Make QPDFArgParser accept const argv
2022-02-01 13:50:58 -05:00
auto_job_json_decl.hh
QPDFJob json: flatten json structure
2022-01-31 18:16:09 -05:00
auto_job_json_init.hh
Make QPDFArgParser accept const argv
2022-02-01 13:50:58 -05:00
auto_job_schema.hh
Clean up documentation and help around json options
2022-01-31 18:40:11 -05:00
BitStream.hh
Fix sign and conversion warnings (major)
2019-06-21 13:17:21 -04:00
BitWriter.hh
Fix sign and conversion warnings (major)
2019-06-21 13:17:21 -04:00
ContentNormalizer.hh
Protect headers with compliant identifiers ( fixes #233 )
2018-08-12 14:10:32 -04:00
CryptoRandomDataProvider.hh
Delegate random number generation to crypto provider ( fixes #418 )
2020-04-06 11:23:02 -04:00
InsecureRandomDataProvider.hh
Protect headers with compliant identifiers ( fixes #233 )
2018-08-12 14:10:32 -04:00
JSONHandler.hh
JSONHandler: pass JSON object to array start function
2022-01-31 15:57:45 -05:00
MD5_native.hh
WHITESPACE ONLY -- expand tabs in source code
2022-02-08 11:51:15 -05:00
MD5.hh
WHITESPACE ONLY -- expand tabs in source code
2022-02-08 11:51:15 -05:00
NNTree.hh
Stop using std::iterator ( fixes #618 )
2022-02-05 11:29:25 -05:00
OffsetInputSource.hh
Fix fuzz issue 16172 (overflow checking in OffsetInputSource)
2019-08-27 13:08:07 -04:00
Pl_AES_PDF.hh
WHITESPACE ONLY -- expand tabs in source code
2022-02-08 11:51:15 -05:00
Pl_ASCII85Decoder.hh
Fix sign and conversion warnings (major)
2019-06-21 13:17:21 -04:00
Pl_ASCIIHexDecoder.hh
Protect headers with compliant identifiers ( fixes #233 )
2018-08-12 14:10:32 -04:00
Pl_LZWDecoder.hh
WHITESPACE ONLY -- expand tabs in source code
2022-02-08 11:51:15 -05:00
Pl_MD5.hh
Protect headers with compliant identifiers ( fixes #233 )
2018-08-12 14:10:32 -04:00
Pl_PNGFilter.hh
WHITESPACE ONLY -- expand tabs in source code
2022-02-08 11:51:15 -05:00
Pl_RC4.hh
WHITESPACE ONLY -- expand tabs in source code
2022-02-08 11:51:15 -05:00
Pl_SHA2.hh
SHA2: switch to pluggable crypto
2019-11-09 08:18:02 -05:00
Pl_TIFFPredictor.hh
In shippable code, favor smart pointers ( fixes #235 )
2019-06-22 16:57:52 -04:00
QPDF_Array.hh
Improve efficiency of fixDanglingReferences
2019-08-18 09:00:40 -04:00
QPDF_Bool.hh
Add QPDFObjectHandle::getJSON()
2018-12-21 18:34:56 -05:00
QPDF_Dictionary.hh
Fix doc typos
2022-01-30 12:09:54 -06:00
QPDF_InlineImage.hh
Add QPDFObjectHandle::getJSON()
2018-12-21 18:34:56 -05:00
QPDF_Integer.hh
Add QPDFObjectHandle::getJSON()
2018-12-21 18:34:56 -05:00
QPDF_Name.hh
Add QPDFObjectHandle::getJSON()
2018-12-21 18:34:56 -05:00
QPDF_Null.hh
Add QPDFObjectHandle::getJSON()
2018-12-21 18:34:56 -05:00
QPDF_Operator.hh
Add QPDFObjectHandle::getJSON()
2018-12-21 18:34:56 -05:00
QPDF_Real.hh
QUtil::double_to_string: trim trailing zeroes with option to disable
2021-02-13 02:30:00 -05:00
QPDF_Reserved.hh
Add QPDFObjectHandle::getJSON()
2018-12-21 18:34:56 -05:00
QPDF_Stream.hh
WHITESPACE ONLY -- expand tabs in source code
2022-02-08 11:51:15 -05:00
QPDF_String.hh
Add QPDFObjectHandle::getJSON()
2018-12-21 18:34:56 -05:00
qpdf-config.h.in
Fix timezone portability issue ( fixes #515 )
2021-04-17 18:12:55 -04:00
QPDFArgParser.hh
Make QPDFArgParser accept const argv
2022-02-01 13:50:58 -05:00
QPDFCrypto_gnutls.hh
Delegate random number generation to crypto provider ( fixes #418 )
2020-04-06 11:23:02 -04:00
QPDFCrypto_native.hh
Delegate random number generation to crypto provider ( fixes #418 )
2020-04-06 11:23:02 -04:00
QPDFCrypto_openssl.hh
Support OpenSSL 3 ( fixes #568 )
2021-11-04 18:24:54 -04:00
RC4_native.hh
RC4: switch to pluggable crypto
2019-11-09 08:18:02 -05:00
RC4.hh
RC4: switch to pluggable crypto
2019-11-09 08:18:02 -05:00
ResourceFinder.hh
Don't use handleWarning, which is being reverted
2021-03-04 15:59:45 -05:00
rijndael.h
Fix sign and conversion warnings (major)
2019-06-21 13:17:21 -04:00
SecureRandomDataProvider.hh
Protect headers with compliant identifiers ( fixes #233 )
2018-08-12 14:10:32 -04:00
SF_ASCII85Decode.hh
Implement user-provided stream filters
2020-12-28 12:58:19 -05:00
SF_ASCIIHexDecode.hh
Implement user-provided stream filters
2020-12-28 12:58:19 -05:00
SF_DCTDecode.hh
Implement user-provided stream filters
2020-12-28 12:58:19 -05:00
SF_FlateLzwDecode.hh
Implement user-provided stream filters
2020-12-28 12:58:19 -05:00
SF_RunLengthDecode.hh
Implement user-provided stream filters
2020-12-28 12:58:19 -05:00
SHA2_native.hh
SHA2: switch to pluggable crypto
2019-11-09 08:18:02 -05:00
SparseOHArray.hh
Use an unordered map for SparseOHArray for efficiency
2020-04-03 12:16:24 -04:00