summaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf
AgeCommit message (Expand)Author
2013-01-23Cosmetic changes to be closer to Adobe terminologyJay Berkenbilt
2013-01-22Add getTypeCode() and getTypeName()Jay Berkenbilt
2013-01-20Added new QPDFObjectHandle types Keyword and InlineImageJay Berkenbilt
2012-12-31Support files with only attachments encryptedJay Berkenbilt
2012-12-31SHA2 pipeline with support for 256, 384, and 512 bitsJay Berkenbilt
2012-12-31Allow specification of AES initialization vectorJay Berkenbilt
2012-12-31Update AES classes to work with 256-bit keysJay Berkenbilt
2012-12-25Find PDF header anywhere in the first 1024 bytesJay Berkenbilt
2012-07-21Implement QPDFObjectHandle::parseJay Berkenbilt
2012-07-11Add concept of reserved objectsJay Berkenbilt
2012-07-08Fix: make unparse virtual for Null and RealJay Berkenbilt
2012-07-07Don't require stream data provider to know length in advanceJay Berkenbilt
2012-06-27Add QPDFObjectHandle::newReal(double)Tobias Hoffmann
2012-06-24Fix and test support for files >= 4 GBJay Berkenbilt
2012-06-24Change QPDF_Integer from int to long longJay Berkenbilt
2012-06-22Use qpdf_offset_t in place of off_t in public APIs.Jay Berkenbilt
2012-06-21fix include order for off_tJay Berkenbilt
2012-06-20Added additional array mutatorsTobias Hoffmann
2012-06-20ABI change: fix use of off_t, size_t, and integer typesJay Berkenbilt
2011-12-28fix MSVC 2010 issuesJay Berkenbilt
2011-08-10implement methods to get dictionary and array contents as map and vectorJay Berkenbilt
2011-04-30be less conservative when skipping over inline images in content normalizationJay Berkenbilt
2010-09-05handle stream filter abbreviations from table H.1Jay Berkenbilt
2010-08-10getRawStreamData()Jay Berkenbilt
2010-08-05newStreamJay Berkenbilt
2010-08-05add pipeline-based stream data replacement functionJay Berkenbilt
2010-08-03remove stream_data_handler; it wouldn't work as designed. replacement data im...Jay Berkenbilt
2010-08-03ready to implement replacement stream dataJay Berkenbilt
2010-06-06fix memory leakJay Berkenbilt
2009-12-142.1.1 -- gcc 4.4 fixesJay Berkenbilt
2009-10-21tweak dll stuff againJay Berkenbilt
2009-10-21go back to function-based DLL_EXPORT rather than class-based to avoid creatio...Jay Berkenbilt
2009-10-20qpdf-configJay Berkenbilt
2009-10-19DLL.hh -> DLL.h, move public enumerated types into Constants.h and use them b...Jay Berkenbilt
2009-10-19add C API for R4 encryptionJay Berkenbilt
2009-10-18reading crypt filters is largely implemented but not fully testedJay Berkenbilt
2009-10-17checkpoint -- partially implemented /V=4 encryptionJay Berkenbilt
2009-10-17got working aes128 implementationJay Berkenbilt
2009-10-17original rijndael as downloaded from http://www.efgh.com/software/rijndael.htmJay Berkenbilt
2009-10-17checkpoint -- started doing some R4 encryption supportJay Berkenbilt
2009-10-12fix class-level DLL_EXPORTJay Berkenbilt
2009-10-12do DLL_EXPORT only in header files and only at the class or top-level functio...Jay Berkenbilt
2009-09-27don't dll export inline functionsJay Berkenbilt
2009-09-26removed qexc; non-compatible ABI changeJay Berkenbilt
2009-09-26include DLL.hhJay Berkenbilt
2009-09-26more dll exportsJay Berkenbilt
2009-09-26dll-export functions for library test suiteJay Berkenbilt
2009-07-13Fix a few compiler errors reported correctly my MSVC 9.0.Jay Berkenbilt
2009-04-25fix header symbolJay Berkenbilt
2009-02-21fix many typos in comments and stringsJay Berkenbilt