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
2018-04-25
Remove document argument from pdf_new_primitive functions.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-02-01
Use 64-bit offsets when repairing PDF objects.
Sebastian Rasmussen
2018-01-31
Return PDF_TOK_ERROR when encountering isolated '>' and ')' characters.
Tor Andersson
2017-12-13
Bugs 698804/698810/698811: Keep PDF object numbers below limit.
Sebastian Rasmussen
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-05
Remove shadowed variables.
Sebastian Rasmussen
2017-09-22
Skip to next whitespace character instead of aborting when repairing PDF.
Tor Andersson
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-06-28
Always drop repaired dictionary in case of error.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-03-03
Add warning message when we trigger a repair pass.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-16
Bug 697412: When repairing, forget the previous xref.
Tor Andersson
2016-11-03
Fix signed/unsigned and size_t/int/fz_off_t warnings.
Robin Watts
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