index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
res_store.c
Age
Commit message (
Expand
)
Author
2012-03-13
Make fz_print functions all take a FILE *.
Robin Watts
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-03-06
Fix memory corruption
Robin Watts
2012-03-06
Fix ref counting bugs in race condition correction code.
Robin Watts
2012-03-01
Add some more docs to fitz.h
Robin Watts
2012-03-01
Fix incorrect handling of race condition.
Robin Watts
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-02-14
Fix potential NULL deref in ensure_space.
Robin Watts
2012-02-13
Add locking around freetype calls.
Robin Watts
2012-02-13
Remove STORE lock in favour of smarter use of ALLOC lock.
Robin Watts
2012-02-08
Lock reworking.
Robin Watts
2012-02-03
Pass context explicitly to hash table functions.
Tor Andersson
2012-01-21
Fix deadlock in fz_drop_storable.
Robin Watts
2012-01-20
Fix locking problems.
Robin Watts
2012-01-19
Multi-threading support for MuPDF
Robin Watts
2012-01-13
Scavenging fixes; overflow and division by zero.
Robin Watts
2011-12-16
More memsqueezing fixes.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-15
Various Memsqueezing fixes.
Robin Watts
2011-12-15
Fix warnings/errors on unix builds.
Robin Watts
2011-12-15
Add scavenging functionality.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts