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-08-28
Bug 699672: Handle out of bounds pointer to previous xref.
Sebastian Rasmussen
2018-08-21
Bug 699271: Fix eternal loop when skipping space before EOF.
Sebastian Rasmussen
2018-07-17
Disallow incremental updating for documents that have hybrid xrefs
Paul Gardiner
2018-06-22
Keep copy of decoded utf8 text string in pdf_obj.
Tor Andersson
2018-05-09
Remove incorrect assertion.
Tor Andersson
2018-04-27
Use pdf_dict_get_int, etc.
Tor Andersson
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-04-20
Limit xref parser to read entry contents.
Sebastian Rasmussen
2018-04-20
Add isdigit convenience macro in xref parsing.
Sebastian Rasmussen
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
[next]