index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_repair.c
Age
Commit message (
Expand
)
Author
2013-01-04
Make token enum a type to ease debugging
Sebastian Rasmussen
2012-11-29
Bug 693463: Various small fixes.
Robin Watts
2012-09-04
Don't adjust stream lengths for encrypted documents when repairing
Sebastian Rasmussen
2012-08-08
Merge branch 'master' into forms
Paul Gardiner
2012-08-06
Remove old error mesages turned into comments when adding exceptions
Sebastian Rasmussen
2012-08-06
Upon parse error when repairing, make sure object stream is freed
Sebastian Rasmussen
2012-08-06
Set refs to NULL in pdf repair so object are not freed
Sebastian Rasmussen
2012-08-06
No need to check for NULL before dropping objects
Sebastian Rasmussen
2012-08-06
Handle invalid obj/gen numbers when repairing pdfs
Sebastian Rasmussen
2012-08-02
Forms: add document dirty flag
Paul Gardiner
2012-07-05
Move to static inline functions from macros.
Robin Watts
2012-06-22
Rework pdf_lexbuf to allow for dynamic parsing buffers.
Robin Watts
2012-05-08
Switch to reading content streams on the fly during interpretation.
Robin Watts
2012-04-05
Don't unlock a lock we don't own.
Robin Watts
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-25
Revamp pdf lexing code
Robin Watts
2012-02-08
Lock reworking.
Robin Watts
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
2012-01-12
Fix typo in pdf_repair.c
Tor Andersson
2012-01-10
Fix many spelling errors.
Sebastian Rasmussen
2012-01-07
Fix compilation warnings
Sebastian Rasmussen
2012-01-06
pdf_repair tweaks; fail in fewer cases.
Robin Watts
2011-12-23
Add some fz_vars to fix exception behaviour.
Robin Watts
2011-12-15
Remove stray whitespace.
Tor Andersson
2011-12-08
Remove remaining fz_error_note calls in the pdf code.
Tor Andersson
2011-12-08
Move from volatile to fz_var.
Robin Watts
2011-12-08
Fix lack of output with "719 - EOF incorrectly detected.pdf"
Robin Watts
2011-11-25
Merge branch 'master' into context
Robin Watts
2011-11-24
Bug 692506: Improve repairing by accepting broken dictionaries.
Robin Watts
2011-11-17
Bug 692424: make repair cope better with missing endobj
Robin Watts
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-21
Don't thread ctx through safe fz_obj functions.
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-08-31
Make in_array state a local variable to cope with broken XObject streams.
Tor Andersson
2011-05-02
pdf_repair.c: Skip first comment after version marker.
Tor Andersson
2011-04-14
Fix bug #692153: skip PDF version marker when repairing.
Tor Andersson
2011-04-07
pdf: Purge unmaintained debug/log printing messages.
Tor Andersson
2011-04-04
Le Roi est mort, vive le Roi!
Tor Andersson
2011-04-04
pdf: Rename mupdf directory.
Tor Andersson