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
/
pdf
/
pdf-cmap.c
Age
Commit message (
Expand
)
Author
2018-08-10
Bug 699629: Avoid referencing stale/moved nodes in CMap splay tree.
Sebastian Rasmussen
2018-08-10
Bug 699627: Ignore CMap input ranges outside of input codespaces.
Sebastian Rasmussen
2018-08-10
Implement check for range overlap between cmap splay tree nodes.
Sebastian Rasmussen
2018-01-24
Bug 698883: Reset cmap splay tree pointer, handling resized tree.
Sebastian Rasmussen
2018-01-24
Assert node range conditions when checking cmap splay trees.
Sebastian Rasmussen
2018-01-24
Bug 698888: Keep one-to-many state when splitting nodes in cmap splay trees.
Sebastian Rasmussen
2017-07-03
Don't leak cmap->tree if we abort cmap loading before sort.
Robin Watts
2017-05-09
Fix leak of dictionary in CMAP.
Robin Watts
2017-04-27
Include required system headers.
Tor Andersson
2017-04-18
Use splay trees for loading/merging cmaps.
Robin Watts
2017-01-09
Remove some dead code.
Tor Andersson
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-02-22
Remove pointless casts from void*.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-05-13
Fix signedness in cmap interface.
Tor Andersson
2014-05-10
Fix 694698: Support 32-bit values in CMaps.
Tor Andersson
2014-01-22
Handle cmap table overflow gracefully in range-to-table mappings.
Tor Andersson
2014-01-21
Bug 694900: Avoid valgrind problems when cmap tables fill up.
Robin Watts
2013-11-28
Bug 694127: Valgrind fix for pdf_decode_cmap
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson