summaryrefslogtreecommitdiff
path: root/source/fitz/store.c
AgeCommit message (Expand)Author
2018-04-06Fix store multi-threading problem.Robin Watts
2018-04-03Android: Scavenge on Bitmap.lockPixels() failure.Robin Watts
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-05-09Fix Memento 'history' of block actions.Robin Watts
2017-05-09Fix key_storable operations leading to leaks of fz_image.Robin Watts
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Rename FMT_zu to FZ_FMT_zu.Tor Andersson
2017-03-31Remove Reap lock.Robin Watts
2017-03-31Fix leaks of reaped object keys.Robin Watts
2017-03-31Fix mutex asserts seen during reaping.Robin Watts
2017-03-24Ensure fz_store_types are all static const.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-20Remove fz_drop_image_base.Robin Watts
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