index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-repair.c
Age
Commit message (
Expand
)
Author
2016-09-22
Bug 697015: Avoid object references vanishing during repair.
Robin Watts
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-30
Fix bug when opening small PDF-files.
Sebastian Rasmussen
2016-06-21
Fix typo due to switching from int to size_t.
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2015-10-01
Bug 696146: Improve pdf_repair to find /Root in new style XRefs.
Robin Watts
2015-09-25
Abort repairing if we cannot find any objects.
Tor Andersson
2015-07-27
Do not attempt to resolve indirect objects during pdf repair
Sebastian Rasmussen
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-04-01
Bug 693719: Attempt #2. Broken trailer repair.
Robin Watts
2015-04-01
Bug 693719: Improve repairing of files with broken trailers.
Robin Watts
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2015-01-06
Add xref_index to speed searching of sparse xrefs.
Robin Watts
2014-11-26
Change xref representation to cope better with sparse xrefs.
Robin Watts
2014-08-19
try not to wrongly overwrite /ID when repairing encrypted documents
Simon Bünzli
2014-01-02
Improve PDF repair logic.
Robin Watts
2014-01-02
fix memory leak in pdf_repair_xref
Simon Bünzli
2014-01-01
don't fail on invalid object streams
Simon Bünzli
2013-12-24
Bug 694810: Implement late file repair for PDFs.
Robin Watts
2013-09-27
stop checking if the result of fz_read is negative
Simon Bünzli
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-07-19
Initial work on progressive loading
Robin Watts
2013-06-28
Ensure altered objects are moved to the incremental xref section
Paul Gardiner
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-24
fix recent regressions
zeniko
2013-06-20
Rearrange source files.
Tor Andersson