October 2, 2018
View d77b8ae

Fixes to a handful of bugs identified during regression testing of PDF and UnRAR changes.

Micah Snyder authored on 2018/10/02 08:46:23
August 15, 2018
View 89d5207

Added new pdf object stream parsing capability.

Micah Snyder (micasnyd) authored on 2018/08/15 06:00:31
July 21, 2018
View d7979d4

Restructured scan options flags from a single bitflag field to a structure containing multiple bitflag fields. This also required adding a new function to the bytecode API to get scan options a la carte, and modifying the existing function to hand back scan options in the old/deprecated uint32_t bitflag format. Re-generated bytecode iface header files.

Micah Snyder authored on 2018/07/21 11:28:48
August 17, 2017
View e09d884

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.

Micah Snyder authored on 2017/08/17 06:31:45
August 27, 2016
View 9807521

Change some warning messages to debug messages.

Steven Morgan authored on 2016/08/27 00:25:34
July 27, 2016
View fdcf510

pdfdecode: reduced stream dumping conditions to just leave-temps + fix warnings

Kevin Lin authored on 2016/07/27 05:36:44
May 27, 2016
View 567c73e

lzwdec: modify dictionary max code points and change state flags

Kevin Lin authored on 2016/05/27 04:25:54
April 19, 2016
View bfd8ca3

pdfdecode: return raw stream if no non-forced filters succeed

Kevin Lin authored on 2016/04/19 06:11:59
View a081b3e

pdfdecode: do not apply forced decryption to /XRef streams

Kevin Lin authored on 2016/04/19 06:11:12
April 15, 2016
View 046d4cc

pdfdecode: reduce errmsg to dbgmsg for log reduction

Kevin Lin authored on 2016/04/15 06:09:27
View 5c29151

pdfdecode: add dictionary heuristic and all-match support

Kevin Lin authored on 2016/04/15 05:42:51
View ce3cf4c

pdfdecode: lzw dconf

Kevin Lin authored on 2016/04/15 04:17:02
April 14, 2016
View e8a2388

pdfdecode: integrate lzw decompression

Kevin Lin authored on 2016/04/14 07:46:50
April 6, 2016
View 02c120e

pdfdecode: change various debug messages for clarity

Kevin Lin authored on 2016/04/06 06:04:10
April 2, 2016
View 0018a8e

pdfdecode: memory fixes for ascii85, reorganize initial crypt

Kevin Lin authored on 2016/04/02 04:18:32