Age | Commit message (Expand) | Author |
2012-09-23 | Allow reading from InputSource and writing to Pipeline | Jay Berkenbilt |
2012-09-06 | Add QPDFWriter::setExtraHeaderText | Jay Berkenbilt |
2012-09-06 | Fix segmentation fault with use of QPDFWriter::setOutputMemory | Jay Berkenbilt |
2012-07-16 | Minor fixes to copyEncryptionParameters | Jay Berkenbilt |
2012-07-16 | Bug fix: preserve AES when copying encryption parameters | Jay Berkenbilt |
2012-07-14 | Add public QPDFWriter::copyEncryptionParameters | Jay Berkenbilt |
2012-07-14 | Have QPDFWriter detect foreign objects while writing | Jay Berkenbilt |
2012-07-06 | Add QPDFWriter method to output to FILE* | Jay Berkenbilt |
2012-06-25 | Fix large file support for 32-bit Linux | Jay Berkenbilt |
2012-06-24 | Increase padding in linearized files | Jay Berkenbilt |
2012-06-24 | Fix and test support for files >= 4 GB | Jay Berkenbilt |
2012-06-24 | Change QPDF_Integer from int to long long | Jay Berkenbilt |
2012-06-23 | Replace the 8-bit characters with \x.. in QPDFWriter.cc | Jay Berkenbilt |
2012-06-22 | Use qpdf_offset_t in place of off_t in public APIs. | Jay Berkenbilt |
2012-06-21 | Iterate of /Info's keys, not trailer's keys, to seed /ID | Jay Berkenbilt |
2012-06-20 | ABI change: fix use of off_t, size_t, and integer types | Jay Berkenbilt |
2012-06-20 | Fix gcc 4.7 warnings about C++11 | Jay Berkenbilt |
2011-08-11 | fix small logic error surrounding adding newlines; in practice, the logic err... | Jay Berkenbilt |
2011-08-11 | fix memory error caught by valgrind | Jay Berkenbilt |
2011-08-11 | remove stray XXX comment | Jay Berkenbilt |
2011-08-11 | preserve /EncryptMetadata when copying encryption parameters | Jay Berkenbilt |
2011-08-10 | implement ability to save PDF to memory, also update ChangeLog | Jay Berkenbilt |
2011-08-10 | implement replace and swap | Jay Berkenbilt |
2010-09-24 | update code to new PointerHolder, and reintroduce change that was accidentall... | Jay Berkenbilt |
2010-09-05 | handle stream filter abbreviations from table H.1 | Jay Berkenbilt |
2010-08-02 | typo | Jay Berkenbilt |
2010-08-02 | remove use of float for version comparison | Jay Berkenbilt |
2010-04-19 | fix linearization padding bug for second xref stream as well as first, which ... | Jay Berkenbilt |
2010-04-19 | refactor to isolate pad calculation | Jay Berkenbilt |
2010-03-27 | comment about flattenScalarReferences | Jay Berkenbilt |
2010-01-24 | redo padding calculation for first half xref stream; old calculation | Jay Berkenbilt |
2009-10-19 | DLL.hh -> DLL.h, move public enumerated types into Constants.h and use them b... | Jay Berkenbilt |
2009-10-19 | add C API for R4 encryption | Jay Berkenbilt |
2009-10-19 | more testing, bug fix for linearized aes encrypted files | Jay Berkenbilt |
2009-10-18 | more notes, testing of cleartext metadata, some crypt filter fixes | Jay Berkenbilt |
2009-10-18 | only seed randon number generater once for aes-cbc, try to avoid compressing ... | Jay Berkenbilt |
2009-10-18 | use StdCF to make adobe reader happy; handle EncryptMetadata properly when re... | Jay Berkenbilt |
2009-10-18 | implemented writing R4/V4 encryption except that the output files don't open ... | Jay Berkenbilt |
2009-10-17 | checkpoint -- partially implemented /V=4 encryption | Jay Berkenbilt |
2009-10-17 | checkpoint -- started doing some R4 encryption support | Jay Berkenbilt |
2009-10-05 | Implement changes suggested by Zarko and our subsequent conversations: | Jay Berkenbilt |
2009-09-27 | checkpoint -- first crack at C API, minor refactoring of encryption functions | Jay Berkenbilt |
2009-09-26 | removed qexc; non-compatible ABI change | Jay Berkenbilt |
2009-07-15 | windows fixes | Jay Berkenbilt |
2009-07-13 | Fix a few compiler errors reported correctly my MSVC 9.0. | Jay Berkenbilt |
2009-03-09 | update test suite to handle original object ID comments | Jay Berkenbilt |
2009-03-08 | write original object ID in a comment | Jay Berkenbilt |
2009-02-21 | fix many typos in comments and strings | Jay Berkenbilt |
2008-05-05 | fix potential 64-bit issues | Jay Berkenbilt |
2008-05-04 | typo | Jay Berkenbilt |