summaryrefslogtreecommitdiff
path: root/fitz/res_store.c
AgeCommit message (Expand)Author
2013-06-20Rearrange source files.Tor Andersson
2013-06-18Merge common and internal headers into one.Tor Andersson
2013-06-18Move header files into separate include directory.Tor Andersson
2013-04-26Fix SNAFU in the store handling.Robin Watts
2013-04-26Multi-threaded store SEGV fixes and debug improvements.Robin Watts
2013-04-22Fix various multi-threading problems with the store.Robin Watts
2013-03-25Fix error in store exception handling code.Robin Watts
2013-03-25Avoid store collisions causing unnecessary evictions.Robin Watts
2013-03-25Ensure that store bookkeeping doesn't go wrong on reinsertion.Robin Watts
2013-03-22Fix store debugging fns so that all output goes to the same file.Robin Watts
2013-03-20Add caching of rendered tiles.Robin Watts
2013-02-19Bug 693639: don't take references on global (static) resource objects.Tor Andersson
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-03-13Make fz_print functions all take a FILE *.Robin Watts
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-06Fix memory corruptionRobin Watts
2012-03-06Fix ref counting bugs in race condition correction code.Robin Watts
2012-03-01Add some more docs to fitz.hRobin Watts
2012-03-01Fix incorrect handling of race condition.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-14Fix potential NULL deref in ensure_space.Robin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-13Remove STORE lock in favour of smarter use of ALLOC lock.Robin Watts
2012-02-08Lock reworking.Robin Watts
2012-02-03Pass context explicitly to hash table functions.Tor Andersson
2012-01-21Fix deadlock in fz_drop_storable.Robin Watts
2012-01-20Fix locking problems.Robin Watts
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-13Scavenging fixes; overflow and division by zero.Robin Watts
2011-12-16More memsqueezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Add scavenging functionality.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts