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-pkcs7.c
Age
Commit message (
Expand
)
Author
2017-04-13
Change generated files to be C instead of headers.
Tor Andersson
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-03-21
Replace fontdump, bin2hex and cquote with one tool: hexdump.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-11-22
Fix const compiler warning.
Sebastian Rasmussen
2016-11-17
Rename openssl flags to libcrypto.
Sebastian Rasmussen
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-07-08
Use fz_keep_imp and fz_drop_imp for all reference counting.
Tor Andersson
2016-03-28
Fix fz_try typo in openssl code.
Robin Watts
2016-03-01
Add const to filename string.
Tor Andersson
2015-08-27
Support several levels of incremental xref
Paul Gardiner
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-04-07
Fix whitespace.
Tor Andersson
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
2014-02-14
Add function for creating form fields (widgets)
Paul Gardiner
2013-11-11
Cast signature display name when reading it
Sebastian Rasmussen
2013-11-11
Fix error message typo
Sebastian Rasmussen
2013-11-11
Remove unused variables causing warnings
Sebastian Rasmussen
2013-08-27
A few updates to signing support
Paul Gardiner
2013-08-13
Signature creation
Paul Gardiner
2013-08-13
Remove unnecessary parameter
Paul Gardiner
2013-06-26
Silence compiler warnings.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson