summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-store.c
AgeCommit message (Expand)Author
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-03-24Ensure fz_store_types are all static const.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-09-19fz_store: Reap passes.Robin Watts
2016-09-16Correct assertion in pdf-store.Robin Watts
2016-09-16Tweak store handling of PDF document destroy.Robin Watts
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-04-12Silence some warnings in release builds.Robin Watts
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2015-01-20remove some lonely tabs and move some braces onto their own linesSimon Bünzli
2013-10-16Fix cross document store object hash collisions.Robin Watts
2013-06-20Rearrange source files.Tor Andersson