summaryrefslogtreecommitdiff
path: root/source/fitz/store.c
AgeCommit message (Expand)Author
2017-01-17Add value destructor callback to fz_hash_table.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-10-14Drop all contexts the same way.Sebastian Rasmussen
2016-10-12Remove superfluous context null checks.Tor Andersson
2016-09-19fz_store: Reap passes.Robin Watts
2016-09-18Make printing empty hash table entries optional.Sebastian Rasmussen
2016-09-16Improve fz_filter_store speed.Robin Watts
2016-09-16Extend store to cope with references used in keys.Robin Watts
2016-09-14Don't report addRef/dropRef events to Memento twice.Robin Watts
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-04-26Fix fz_store thinko.Robin Watts
2016-03-16Avoid unused var warnings in Memento ref counting code.Robin Watts
2016-03-15Make all ref changes on storable items Memento trackable.Robin Watts
2016-01-13Add lots of consts.Robin Watts
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
2015-02-17Add helper functions to keep/drop reference counts with locking.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
2014-06-30Fix coding style issues and remove C99 mid-block declaration.Matt Holgate
2014-06-19Fix compiler warning.Matt Holgate
2014-06-18Fix for bug #694405 - iOS Pdf CrashMatt Holgate
2013-06-20Rearrange source files.Tor Andersson