Commit Graph

6 Commits (e766303b2f6c96297c3c3bed17a0915538d6c1d0)

Author SHA1 Message Date
Micah Snyder d77b8ae0fb Fixes to a handful of bugs identified during regression testing of PDF and UnRAR changes. 7 years ago
Micah Snyder (micasnyd) 89d5207b31 Added new pdf object stream parsing capability. 7 years ago
Micah Snyder e09d884341 eliminated a large number of warnings, many of which had to do with mixing types. i switched some types to size_t and a couple to ptrdiff_t to make things more consistent, but there is a huge amount of work to be done to make types consistent. int, unsigned int, unsigned, off_t, and other types are ill-suited to storing buffer lengths or memory addresses. 8 years ago
Kevin Lin a081b3e946 pdfdecode: do not apply forced decryption to /XRef streams 9 years ago
Kevin Lin 7aad5a3b96 pdf: pdfdecode integration 9 years ago
Kevin Lin eaf5221181 pdfdecode: implement crypt filter handler 9 years ago
Shawn Webb 30a7509744 Add proof-of-concept XDP support. 11 years ago