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
Age
Commit message (
Expand
)
Author
2018-02-01
Remove redundant seek in stream.
Sebastian Rasmussen
2018-02-01
Use 64-bit offsets when repairing PDF objects.
Sebastian Rasmussen
2018-02-01
Bug 698908: Resize object use and renumbering lists after repair.
Sebastian Rasmussen
2018-02-01
Bug 698830: Avoid recursion when loading object streams objects.
Sebastian Rasmussen
2018-02-01
Bug 698830: Don't drop unkept stream if running out of error stack.
Sebastian Rasmussen
2018-01-31
Add pdf_debug_obj function to quickly print objects from gdb command line.
Tor Andersson
2018-01-31
Return error token if strings are unterminated.
Tor Andersson
2018-01-31
Return PDF_TOK_ERROR when encountering isolated '>' and ')' characters.
Tor Andersson
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2018-01-31
Add convenience functions to set dict/array values by primitives.
Tor Andersson
2018-01-31
Fix 698886: Don't try to load non-stream XObjects.
Tor Andersson
2018-01-31
Don't load an xobject before the stream is final when creating new forms.
Tor Andersson
2018-01-31
Don't use signed int for parsing binary string into integer.
Tor Andersson
2018-01-31
Bug 698916: Indirect object numbers must be in range.
Sebastian Rasmussen
2018-01-28
Bug 698942: Don't complain about external URLs being unknown.
Sebastian Rasmussen
2018-01-24
Bug 698883: Reset cmap splay tree pointer, handling resized tree.
Sebastian Rasmussen
2018-01-24
Assert node range conditions when checking cmap splay trees.
Sebastian Rasmussen
2018-01-24
Bug 698888: Keep one-to-many state when splitting nodes in cmap splay trees.
Sebastian Rasmussen
2018-01-23
Fix cut and paste bug in filter code.
Robin Watts
2018-01-23
Bug 698885: When parsing PDF version, make sure to initialize buffer.
Sebastian Rasmussen
2018-01-22
Bug 698889: Handle unterminated PDF arrays gracefully.
Sebastian Rasmussen
2018-01-19
Improve signature check failure reporting
Paul Gardiner
2018-01-19
Fix potential infinite loop when verifying signatures
Paul Gardiner
2018-01-19
Perform signature verification via fz_stream
Paul Gardiner
2018-01-19
Perform document signing via fz_stream and fz_output
Paul Gardiner
2018-01-19
Fix reading of pfx files
Paul Gardiner
2018-01-19
Further changes to signature support related to changes in openssl
Paul Gardiner
2018-01-19
Update use of openssl for signature support, from 1.0.1e to 1.1.0g
Sebastian Rasmussen
2018-01-10
Add colorspace type enum and use it instead of hardcoded checks on N.
Tor Andersson
2018-01-05
Enable saving of encrypted PDF files.
Robin Watts
2018-01-05
Fix "being able to search for redacted text" bug.
Robin Watts
2017-12-20
Bug 698826: Plug leak of font names when parsing appearance string.
Sebastian Rasmussen
2017-12-19
Bug 698825: Do not drop borrowed colorspaces.
Sebastian Rasmussen
2017-12-13
Initialize generation numbers when saving a new pdf.
Tor Andersson
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
Never write negative xref offsets when saving to PDF.
Sebastian Rasmussen
2017-12-13
Bugs 698804/698810/698811: Keep PDF object numbers below limit.
Sebastian Rasmussen
2017-12-13
Fix 698785: Catch malformed numbers in PDF lexical scanner.
Tor Andersson
2017-12-13
Add 'clean' option to pdfclean to clean (but not sanitize) content streams.
Tor Andersson
2017-12-08
Fix SEGV in redaction code due to TJ with no chars.
Robin Watts
2017-11-23
Workaround freetype synthesizing unicode cmaps.
Tor Andersson
2017-11-23
Make time stamps 64-bit integers.
Tor Andersson
2017-11-22
Remove unused annotation function.
Tor Andersson
2017-11-22
jni/js: Add support for annotation modification dates.
Sebastian Rasmussen
2017-11-22
jni/js: Use correct text encoding in annotation author and contents.
Fred Ross-Perry
2017-11-22
Add pdf_new_text_string utility function.
Tor Andersson
[next]