summaryrefslogtreecommitdiff
path: root/src/xref.c
Commit message (Expand)AuthorAgeFilesLines
* add dereference errorVincent Sanders2018-01-231-0/+5
* convert to using stream offset type for stream offsetsVincent Sanders2018-01-191-17/+21
* update cos object parsing to take a stream to parse fromVincent Sanders2018-01-181-1/+1
* start to alter parseing to read from cos_stream objectVincent Sanders2018-01-181-4/+4
* split out cross reference table handling to separate moduleVincent Sanders2018-01-061-0/+186
* make an actual libraryVincent Sanders2017-12-301-700/+0
* decode page treeVincent Sanders2017-12-281-5/+112
* add more data acessorsVincent Sanders2017-12-261-22/+42
* clean up error handling and start decoding of indirect objectsVincent Sanders2017-12-241-7/+3
* split code up a bitVincent Sanders2017-12-211-1066/+10
* extract all trailer dataVincent Sanders2017-12-211-18/+89
* fix xref table buildingVincent Sanders2017-12-211-85/+163
* fix hex string decode and trailer parseVincent Sanders2017-12-191-35/+266
* write parse of stringsVincent Sanders2017-12-191-29/+220
* split out byte classVincent Sanders2017-12-151-88/+2
* arrays workVincent Sanders2017-07-141-2/+80
* got references parsingVincent Sanders2017-07-131-36/+192
* initial xref and basic cos object decodeVincent Sanders2017-07-121-0/+914