summaryrefslogtreecommitdiffstats
path: root/libqpdf
AgeCommit message (Expand)Author
2010-01-25typorelease-qpdf-2.1.2Jay Berkenbilt
2010-01-25update REVISION in shared library versionJay Berkenbilt
2010-01-25update for 2.1.2Jay Berkenbilt
2010-01-24redo padding calculation for first half xref stream; old calculationJay Berkenbilt
2009-12-142.1.1 -- gcc 4.4 fixesJay Berkenbilt
2009-10-312.1release-qpdf-2.1Jay Berkenbilt
2009-10-24add C interface for getting software versionJay Berkenbilt
2009-10-24prepare 2.1.rc1 for releaseJay Berkenbilt
2009-10-23more tweaking of C error interfaceJay Berkenbilt
2009-10-23improve C error handling interfaceJay Berkenbilt
2009-10-23avoid having to include zlib.h in Pl_Flate.hhJay Berkenbilt
2009-10-23remove embedded external libs; replace with different mechanismJay Berkenbilt
2009-10-21make line buffering os-specificJay 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-20remove off_t from C APIJay Berkenbilt
2009-10-20staticJay Berkenbilt
2009-10-20fix bug in C API, test invalid password specificallyJay Berkenbilt
2009-10-20checkpointJay Berkenbilt
2009-10-20update C API for error retrievalJay Berkenbilt
2009-10-20categorize all error messages and include object information if availableJay Berkenbilt
2009-10-19DLL.hh -> DLL.h, move public enumerated types into Constants.h and use them b...Jay Berkenbilt
2009-10-19deal with stream-specific crypt filtersJay Berkenbilt
2009-10-19add C API for R4 encryptionJay Berkenbilt
2009-10-19more testing, bug fix for linearized aes encrypted filesJay Berkenbilt
2009-10-18more notes, testing of cleartext metadata, some crypt filter fixesJay Berkenbilt
2009-10-18revert /Crypt filter support -- I seemed to have misinterpreted itJay Berkenbilt
2009-10-18use a simpler seed for the random number generatorJay Berkenbilt
2009-10-18only seed randon number generater once for aes-cbc, try to avoid compressing ...Jay Berkenbilt
2009-10-18use StdCF to make adobe reader happy; handle EncryptMetadata properly when re...Jay Berkenbilt
2009-10-18implemented writing R4/V4 encryption except that the output files don't open ...Jay Berkenbilt
2009-10-18avoid low order bits of random just in case it's randJay Berkenbilt
2009-10-18use srand and rand instead of srandom and random of the latter are not availableJay 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-17tweak when we decide to use hex strings vs literal stringsJay 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-10-11generalize buildJay Berkenbilt
2009-10-10handle external libs in autoconfJay Berkenbilt
2009-10-10include external-libsJay Berkenbilt
2009-10-10further refinements to buildJay Berkenbilt
2009-10-10generalize build rules, add experimental support for manual compilation witho...Jay Berkenbilt
2009-10-05Implement changes suggested by Zarko and our subsequent conversations:Jay Berkenbilt
2009-10-05bug fix: more gracefully handle xref stream with too many entriesJay Berkenbilt
2009-09-27finished testing C APIJay Berkenbilt