aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
AgeCommit message (Expand)Author
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
2009-09-27add methods for getting encryption dataJay Berkenbilt
2009-09-27add many new tests to exercise C apiJay Berkenbilt
2009-09-27basic implementation of C APIJay Berkenbilt
2009-09-27checkpoint -- first crack at C API, minor refactoring of encryption functionsJay 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-09-14fix problems or otherwise improve code based on issues raised by KlocworkJay Berkenbilt
2009-08-06stick DLL_EXPORT in front of every public method of every public classJay Berkenbilt
2009-07-15clean up windows portability code, make remaining test suite passJay Berkenbilt