2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-09 01:44:16 +00:00
qpdf/libqpdf
Jay Berkenbilt 4db1de97ce Convert some cases of logic_error to runtime_error
There were a few cases that could be caused by invalid input rather
than bugs in the code which were throwing logic_error instead of
runtime_error.
2019-06-25 12:43:06 -04:00
..
qpdf In shippable code, favor smart pointers (fixes #235) 2019-06-22 16:57:52 -04:00
sph Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
bits.icc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
BitStream.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
BitWriter.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
Buffer.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
BufferInputSource.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
build.mk Transformation matrix 2018-12-31 18:23:47 -05:00
ClosedFileInputSource.cc In shippable code, favor smart pointers (fixes #235) 2019-06-22 16:57:52 -04:00
ContentNormalizer.cc
FileInputSource.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
InputSource.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
InsecureRandomDataProvider.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
JSON.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
Makefile
MD5.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
OffsetInputSource.cc
Pipeline.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
Pl_AES_PDF.cc In shippable code, favor smart pointers (fixes #235) 2019-06-22 16:57:52 -04:00
Pl_ASCII85Decoder.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
Pl_ASCIIHexDecoder.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
Pl_Buffer.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
Pl_Concatenate.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
Pl_Count.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
Pl_DCT.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
Pl_Discard.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
Pl_Flate.cc In shippable code, favor smart pointers (fixes #235) 2019-06-22 16:57:52 -04:00
Pl_LZWDecoder.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
Pl_MD5.cc
Pl_PNGFilter.cc In shippable code, favor smart pointers (fixes #235) 2019-06-22 16:57:52 -04:00
Pl_QPDFTokenizer.cc Exclude space after ID in image data 2019-01-31 10:38:10 -05:00
Pl_RC4.cc In shippable code, favor smart pointers (fixes #235) 2019-06-22 16:57:52 -04:00
Pl_RunLength.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
Pl_SHA2.cc
Pl_StdioFile.cc Convert remaining public classes to use Members pattern 2019-06-22 10:13:27 -04:00
Pl_TIFFPredictor.cc In shippable code, favor smart pointers (fixes #235) 2019-06-22 16:57:52 -04:00
QPDF_Array.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QPDF_Bool.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Dictionary.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_encryption.cc Handle invalid encryption Length (fixes #333) 2019-06-22 20:57:33 -04:00
QPDF_InlineImage.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Integer.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_linearization.cc Convert previously overlooked static cast to QIntC 2019-06-25 12:43:06 -04:00
QPDF_Name.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Null.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Operator.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_optimization.cc Fix bugs found by fuzz tests 2019-06-21 17:56:24 -04:00
QPDF_pages.cc Convert some cases of logic_error to runtime_error 2019-06-25 12:43:06 -04:00
QPDF_Real.cc Spell check 2019-04-21 13:09:11 -04:00
QPDF_Reserved.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Stream.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QPDF_String.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
qpdf-c.cc In shippable code, favor smart pointers (fixes #235) 2019-06-22 16:57:52 -04:00
QPDF.cc Remove QPDF::copyForeignObject with unused parameter 2019-06-21 22:29:31 -04:00
QPDFAcroFormDocumentHelper.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QPDFAnnotationObjectHelper.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QPDFExc.cc mingw workaround for QPDFExc destructor 2019-01-19 10:14:07 -05:00
QPDFFormFieldObjectHelper.cc Fix bugs found by fuzz tests 2019-06-21 17:56:24 -04:00
QPDFMatrix.cc Move rectangle transformation into QPDFMatrix 2019-01-27 07:50:30 -05:00
QPDFNameTreeObjectHelper.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QPDFNumberTreeObjectHelper.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QPDFObject.cc Remove implicit conversion from int/pointer to bool 2019-06-21 13:17:21 -04:00
QPDFObjectHandle.cc Convert some cases of logic_error to runtime_error 2019-06-25 12:43:06 -04:00
QPDFObjGen.cc
QPDFOutlineDocumentHelper.cc Add document and object helpers for outlines (bookmarks) 2018-12-21 19:11:57 -05:00
QPDFOutlineObjectHelper.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QPDFPageDocumentHelper.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QPDFPageLabelDocumentHelper.cc Minor cleanup 2018-12-21 17:25:31 -05:00
QPDFPageObjectHelper.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QPDFSystemError.cc
QPDFTokenizer.cc Remove broken QPDFTokenizer::expectInlineImage 2019-06-21 22:29:31 -04:00
QPDFWriter.cc Allow set*EncryptionParameters before filename iset (fixes #336) 2019-06-22 20:57:33 -04:00
QPDFXRefEntry.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
QTC.cc
QUtil.cc In shippable code, favor smart pointers (fixes #235) 2019-06-22 16:57:52 -04:00
RC4.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
rijndael.cc Fix sign and conversion warnings (major) 2019-06-21 13:17:21 -04:00
SecureRandomDataProvider.cc Provide error message in Windows crypto code (fixes #286) 2019-06-22 17:12:01 -04:00
sha2.c
sha2big.c