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