2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-10 22:22:27 +00:00
qpdf/libqpdf
2021-12-20 14:51:46 -05:00
..
qpdf Support OpenSSL 3 (fixes #568) 2021-11-04 18:24:54 -04:00
sph
AES_PDF_native.cc AES_PDF: move CBC logic from pipeline to AES_PDF implementation 2019-11-09 08:18:02 -05:00
bits.icc Handle bitstream overflow errors more gracefully (fixes #581) 2021-12-10 15:37:35 -05:00
BitStream.cc
BitWriter.cc
Buffer.cc
BufferInputSource.cc Add range_check method to QIntC 2020-10-22 05:48:40 -04:00
build.mk Create ResourceFinder from NameWatcher in QPDFPageObjectHelper 2021-03-03 17:05:49 -05:00
ClosedFileInputSource.cc
ContentNormalizer.cc
CryptoRandomDataProvider.cc Delegate random number generation to crypto provider (fixes #418) 2020-04-06 11:23:02 -04:00
FileInputSource.cc Revert removal of unreadCh change for performance 2020-10-27 11:57:48 -04:00
InputSource.cc
InsecureRandomDataProvider.cc Remove QUtil::srandom 2020-04-06 09:49:02 -04:00
JSON.cc Fix unnecessary copies in auto iter (fixes #426) 2020-04-08 20:45:26 -04:00
Makefile
MD5_native.cc
MD5.cc
NNTree.cc Fix loop detection in NNTree 2021-04-05 07:59:02 -04:00
OffsetInputSource.cc Protect numeric conversion against user's locale (fixes #459) 2020-10-21 16:42:51 -04:00
Pipeline.cc Performance: remove Members indirection for Pipeline 2020-04-03 12:17:57 -04:00
Pl_AES_PDF.cc libqpdf/Pl_AES_PDF.cc: remove duplicated if branch 2021-04-29 09:42:38 -04:00
Pl_ASCII85Decoder.cc Fix some pipelines to be safe if downstream write fails (fuzz issue 28262) 2021-01-04 15:17:35 -05:00
Pl_ASCIIHexDecoder.cc Fix some pipelines to be safe if downstream write fails (fuzz issue 28262) 2021-01-04 15:17:35 -05:00
Pl_Buffer.cc Add Pl_Buffer::getMallocBuffer 2021-12-17 12:38:52 -05:00
Pl_Concatenate.cc
Pl_Count.cc Fix some pipelines to be safe if downstream write fails (fuzz issue 28262) 2021-01-04 15:17:35 -05:00
Pl_DCT.cc Handle jpeg library fuzz false positives 2020-10-22 06:31:52 -04:00
Pl_Discard.cc
Pl_Flate.cc Detect recoverable but invalid zlib data streams (fixes #562) 2021-11-03 09:43:17 -04:00
Pl_LZWDecoder.cc
Pl_MD5.cc
Pl_PNGFilter.cc
Pl_QPDFTokenizer.cc
Pl_RC4.cc First increment of improving handling of weak crypto (fixes #358) 2021-11-11 12:24:15 -05:00
Pl_RunLength.cc
Pl_SHA2.cc
Pl_StdioFile.cc
Pl_TIFFPredictor.cc
QPDF_Array.cc Fix unnecessary copies in auto iter (fixes #426) 2020-04-08 20:45:26 -04:00
QPDF_Bool.cc
QPDF_Dictionary.cc
QPDF_encryption.cc Remove erroneous handling of /EFF for stream decryption 2021-02-06 17:08:41 -05:00
QPDF_InlineImage.cc
QPDF_Integer.cc
QPDF_linearization.cc Handle bitstream overflow errors more gracefully (fixes #581) 2021-12-10 15:37:35 -05:00
QPDF_Name.cc
QPDF_Null.cc
QPDF_Operator.cc
QPDF_optimization.cc Restructure optimize to allow skipping parameters of filtered streams 2020-12-28 12:58:19 -05:00
QPDF_pages.cc Make QPDF::findPage public (fixes #516) 2021-11-03 09:43:17 -04:00
QPDF_Real.cc QUtil::double_to_string: trim trailing zeroes with option to disable 2021-02-13 02:30:00 -05:00
QPDF_Reserved.cc
QPDF_Stream.cc Detect recoverable but invalid zlib data streams (fixes #562) 2021-11-03 09:43:17 -04:00
QPDF_String.cc QPDFObjectHandle::newUnicodeString to uses UTF-16 only when needed 2021-01-24 03:27:28 -05:00
qpdf-c.cc Change names of qpdf_object_type_e enumerations 2021-12-20 14:51:45 -05:00
QPDF.cc Prepare 10.5.0 release 2021-12-20 14:51:46 -05:00
QPDFAcroFormDocumentHelper.cc Fix bug in merging resources /DR from foreign AcroForm (fixes #548) 2021-11-04 12:29:42 -04:00
QPDFAnnotationObjectHelper.cc Fix typos in coverage cases 2021-03-03 17:05:49 -05:00
QPDFCrypto_gnutls.cc Delegate random number generation to crypto provider (fixes #418) 2020-04-06 11:23:02 -04:00
QPDFCrypto_native.cc Delegate random number generation to crypto provider (fixes #418) 2020-04-06 11:23:02 -04:00
QPDFCrypto_openssl.cc Support OpenSSL 3 (fixes #568) 2021-11-04 18:24:54 -04:00
QPDFCryptoProvider.cc Fix unnecessary copies in auto iter (fixes #426) 2020-04-08 20:45:26 -04:00
QPDFEFStreamObjectHelper.cc Fix QPDFEFStreamObjectHelper::{get,set}Subtype 2021-09-10 10:02:24 -04:00
QPDFEmbeddedFileDocumentHelper.cc Implement helpers for file attachments 2021-02-10 06:57:37 -05:00
QPDFExc.cc
QPDFFileSpecObjectHelper.cc Implement helpers for file attachments 2021-02-10 06:57:37 -05:00
QPDFFormFieldObjectHelper.cc When resolving font from /DR, copy it into resources 2021-03-04 15:08:36 -05:00
QPDFMatrix.cc Add QPDFMatrix::operator== 2021-03-04 15:08:36 -05:00
QPDFNameTreeObjectHelper.cc Make newly created name/number trees indirect objects 2021-02-08 06:49:56 -05:00
QPDFNumberTreeObjectHelper.cc Add range check in QPDFNumberTreeObjectHelper (fuzz issue 37740) 2021-11-04 14:03:24 -04:00
QPDFObject.cc Performance: remove indirection through Members for QPDFObject 2020-04-03 12:16:24 -04:00
QPDFObjectHandle.cc Use a specific error code for type warnings and clarify docs 2021-12-10 11:15:49 -05:00
QPDFObjGen.cc Add QPDFObjGen::unparse 2021-02-21 16:21:52 -05:00
QPDFOutlineDocumentHelper.cc Fix loop in QPDFOutlineDocumentHelper (fuzz issue 30507) 2021-02-10 16:27:44 -05:00
QPDFOutlineObjectHelper.cc
QPDFPageDocumentHelper.cc Fix behavior for finding /Q, /DA, and /DR for form fields 2021-03-03 17:05:19 -05:00
QPDFPageLabelDocumentHelper.cc Update to new name/number tree API 2021-02-10 15:46:20 -05:00
QPDFPageObjectHelper.cc Don't use handleWarning, which is being reverted 2021-03-04 15:59:45 -05:00
QPDFStreamFilter.cc Implement user-provided stream filters 2020-12-28 12:58:19 -05:00
QPDFSystemError.cc
QPDFTokenizer.cc Revert removal of unreadCh change for performance 2020-10-27 11:57:48 -04:00
QPDFWriter.cc Performance fix on preserveObjectStreams 2021-05-09 07:51:14 -04:00
QPDFXRefEntry.cc
QTC.cc
QUtil.cc Fix timezone portability issue (fixes #515) 2021-04-17 18:12:55 -04:00
RC4_native.cc
RC4.cc
ResourceFinder.cc Don't use handleWarning, which is being reverted 2021-03-04 15:59:45 -05:00
rijndael.cc
SecureRandomDataProvider.cc Minor clean up of Windows headers 2021-02-10 07:36:18 -05:00
SF_FlateLzwDecode.cc Implement user-provided stream filters 2020-12-28 12:58:19 -05:00
SHA2_native.cc
sha2.c
sha2big.c
SparseOHArray.cc Use more references when iterating 2020-04-10 13:30:33 -04:00