2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-18 09:52:20 +00:00
qpdf/libqpdf
Jay Berkenbilt 5d4cad9c02 ABI change: fix use of off_t, size_t, and integer types
Significantly improve the code's use of off_t for file offsets, size_t
for memory sizes, and integer types in cases where there has to be
compatibility with external interfaces.  Rework sections of the code
that would have prevented qpdf from working on files larger than 2 (or
maybe 4) GB in size.
2012-06-20 15:20:26 -04:00
..
qpdf ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
bits.icc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
BitStream.cc do DLL_EXPORT only in header files and only at the class or top-level function level 2009-10-12 01:15:55 +00:00
BitWriter.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Buffer.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
build.mk Add symbol versioning 2012-06-20 15:18:12 -04:00
Makefile
MD5.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
PCRE.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pipeline.cc do DLL_EXPORT only in header files and only at the class or top-level function level 2009-10-12 01:15:55 +00:00
Pl_AES_PDF.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_ASCII85Decoder.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_ASCIIHexDecoder.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_Buffer.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_Count.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_Discard.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_Flate.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_LZWDecoder.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_MD5.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_PNGFilter.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_QPDFTokenizer.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_RC4.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
Pl_StdioFile.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDF_Array.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDF_Bool.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
QPDF_Dictionary.cc implement methods to get dictionary and array contents as map and vector 2011-08-10 13:33:58 -04:00
QPDF_encryption.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDF_Integer.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
QPDF_linearization.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDF_Name.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
QPDF_Null.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
QPDF_optimization.cc convert file to a PointerHolder<InputSource> so it could be either a file or a buffer; also fix a bug in BufferInputSource::seek 2010-09-24 19:10:08 +00:00
QPDF_Real.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
QPDF_Stream.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDF_String.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
qpdf-c.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDF.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDFExc.cc update C API for error retrieval 2009-10-20 00:24:44 +00:00
QPDFObject.cc removed qexc; non-compatible ABI change 2009-09-26 18:36:04 +00:00
QPDFObjectHandle.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDFTokenizer.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDFWriter.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QPDFXRefEntry.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
QTC.cc do DLL_EXPORT only in header files and only at the class or top-level function level 2009-10-12 01:15:55 +00:00
QUtil.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
RC4.cc ABI change: fix use of off_t, size_t, and integer types 2012-06-20 15:20:26 -04:00
rijndael.cc got working aes128 implementation 2009-10-17 15:01:20 +00:00