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-store.c
Age
Commit message (
Expand
)
Author
2017-04-27
Clean up store debug printing.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-03-24
Ensure fz_store_types are all static const.
Robin Watts
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2016-09-19
fz_store: Reap passes.
Robin Watts
2016-09-16
Correct assertion in pdf-store.
Robin Watts
2016-09-16
Tweak store handling of PDF document destroy.
Robin Watts
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-08
Move to using size_t for all mallocs.
Robin Watts
2016-04-12
Silence some warnings in release builds.
Robin Watts
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
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-20
remove some lonely tabs and move some braces onto their own lines
Simon Bünzli
2013-10-16
Fix cross document store object hash collisions.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson