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
/
memory.c
Age
Commit message (
Expand
)
Author
2018-06-22
Check pointer for NULL in fz_free before locking.
Tor Andersson
2018-05-16
Purge unused functions.
Tor Andersson
2018-03-22
Clean up windows ifdefs.
Tor Andersson
2018-02-06
Workaround for Android: include limits.h where SIZE_MAX is used.
Sebastian Rasmussen
2018-01-11
Only do lock checking if using custom locks.
Sebastian Rasmussen
2018-01-02
Fix thread debugging code to always use ms_clock()
Robin Watts
2017-11-09
Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.
Robin Watts
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-08-07
Avoid scavenging 0 bytes from store when allocating 0 bytes.
Sebastian Rasmussen
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Rename FMT_zu to FZ_FMT_zu.
Tor Andersson
2017-01-17
pdf: Rename FZ_ERROR_OOM to FZ_ERROR_MEMORY.
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-28
Add FZ_ERROR_OOM, and make fz_malloc & co call it.
Robin Watts
2015-02-25
Add 64 bit windows builds to MSVC solution.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson