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-xref.c
Age
Commit message (
Expand
)
Author
2018-03-22
Use PDF object creation convenience functions.
Tor Andersson
2018-03-22
Use pdf_add_new_dict family of functions.
Tor Andersson
2018-03-22
Add pdf_add_new_dict family of functions.
Tor Andersson
2018-03-22
Use pdf_dict_put_dict family of functions.
Tor Andersson
2018-03-22
Load most annotations, even if they are missing appearances.
Tor Andersson
2018-02-27
Recognize Adobe illustrator files as PDF format.
Tor Andersson
2018-02-02
Signature support: decouple mupdf from the pkcs7 implementation
Paul Gardiner
2018-02-02
Signature support: separate pkcs7 specifics into a separate file.
Paul Gardiner
2018-02-01
Do not allow out of range object numbers inside object stream.
Sebastian Rasmussen
2018-02-01
Skip objects inside object streams whose object ids are out of range.
Sebastian Rasmussen
2018-02-01
Remove redundant seek in stream.
Sebastian Rasmussen
2018-02-01
Bug 698830: Avoid recursion when loading object streams objects.
Sebastian Rasmussen
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2018-01-31
Bug 698916: Indirect object numbers must be in range.
Sebastian Rasmussen
2018-01-23
Bug 698885: When parsing PDF version, make sure to initialize buffer.
Sebastian Rasmussen
2017-12-13
Validate that /Size in trailer is in range.
Sebastian Rasmussen
2017-12-13
PDF object numbers need not be int64_t, int is sufficient.
Sebastian Rasmussen
2017-12-13
Define constant INT64_MAX where int64_t is declared.
Sebastian Rasmussen
2017-12-13
Move xref section recursion check, simplifying code.
Sebastian Rasmussen
2017-12-13
Rephrase messages, clarify variable names and remove unused code.
Sebastian Rasmussen
2017-12-13
Bugs 698804/698810/698811: Keep PDF object numbers below limit.
Sebastian Rasmussen
2017-11-08
Bug 698704: Fix for overflow check failing due to 'clever' compiler.
Robin Watts
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-16
Print warning when PDF version number is not a known version.
Tor Andersson
2017-10-16
Check for integer overflow when validating new style xref Index.
Tor Andersson
2017-10-13
Simple PCLm device.
Robin Watts
2017-10-12
Don't cache page count in pdf_document.
Tor Andersson
2017-10-05
Remove shadowed variables.
Sebastian Rasmussen
2017-09-07
Use dict_put_drop/array_push_drop wherever possible.
Sebastian Rasmussen
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-08-15
Avoid using unsupported alternate form printing of hex number.
Sebastian Rasmussen
2017-08-02
Bug 698279: Throw exception if xref object number offset too big.
Sebastian Rasmussen
2017-07-06
fz_var() variables must be initialized before fz_try.
Sebastian Rasmussen
2017-06-22
Add const to pdf_toname.
Tor Andersson
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-16
Drop pdf document if creation fails.
Sebastian Rasmussen
2017-06-16
Do not throw exception when dropping pdf document.
Sebastian Rasmussen
2017-06-03
Add pdf_keep_document.
Robin Watts
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Move fz_outline and pdf_xref debug printing to pdfshow.c
Tor Andersson
2017-04-27
Use FZ_SEEK_SET macros for fz_seek.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-13
Move extension/mimetype detection to common function.
Sebastian Rasmussen
2017-03-28
Return fz_document from all document handlers.
Sebastian Rasmussen
2017-03-23
Introduce fz_new_derived_...
Robin Watts
2017-03-01
Add page lookup cache for faster link destination lookups in outlines.
Tor Andersson
2017-01-17
Fix typos.
Sebastian Rasmussen
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-23
Don't add bogus entries when pdf_update_object is called with NULL.
Tor Andersson
[next]