summaryrefslogtreecommitdiff
path: root/pdf/pdf_repair.c
AgeCommit message (Expand)Author
2012-08-02Forms: add document dirty flagPaul Gardiner
2012-07-05Move to static inline functions from macros.Robin Watts
2012-06-22Rework pdf_lexbuf to allow for dynamic parsing buffers.Robin Watts
2012-05-08Switch to reading content streams on the fly during interpretation.Robin Watts
2012-04-05Don't unlock a lock we don't own.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Revamp pdf lexing codeRobin Watts
2012-02-08Lock reworking.Robin Watts
2012-01-27Rename pdf_xref type to pdf_document.Tor Andersson
2012-01-12Fix typo in pdf_repair.cTor Andersson
2012-01-10Fix many spelling errors.Sebastian Rasmussen
2012-01-07Fix compilation warningsSebastian Rasmussen
2012-01-06pdf_repair tweaks; fail in fewer cases.Robin Watts
2011-12-23Add some fz_vars to fix exception behaviour.Robin Watts
2011-12-15Remove stray whitespace.Tor Andersson
2011-12-08Remove remaining fz_error_note calls in the pdf code.Tor Andersson
2011-12-08Move from volatile to fz_var.Robin Watts
2011-12-08Fix lack of output with "719 - EOF incorrectly detected.pdf"Robin Watts
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-24Bug 692506: Improve repairing by accepting broken dictionaries.Robin Watts
2011-11-17Bug 692424: make repair cope better with missing endobjRobin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-08-31Make in_array state a local variable to cope with broken XObject streams.Tor Andersson
2011-05-02pdf_repair.c: Skip first comment after version marker.Tor Andersson
2011-04-14Fix bug #692153: skip PDF version marker when repairing.Tor Andersson
2011-04-07pdf: Purge unmaintained debug/log printing messages.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04pdf: Rename mupdf directory.Tor Andersson