summaryrefslogtreecommitdiff
path: root/fitz/base_memory.c
AgeCommit message (Expand)Author
2013-01-25Make strdup take a const char * to silence some warnings.Tor Andersson
2012-04-09Fix use of uninitialised variable.Robin Watts
2012-04-09Bug 692979: Fix race condition in thread debugging.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.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-03Remove extraneous blank lines.Tor Andersson
2012-01-20Fix locking problems.Robin Watts
2012-01-19Multi-threading support for MuPDFRobin Watts
2012-01-07Fix compilation warningsSebastian Rasmussen
2011-12-15Add scavenging functionality.Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-10-04Reintroduce alloc context section.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-02-03Various patches from SumatraPDF.Tor Andersson
2011-02-03Special case calloc and realloc with zero count or size.Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2009-12-03Consolidate include lines to a single fitz.h.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson
2009-04-26Get rid of that pesky warning about strdup not being available.Sebastian Rasmussen
2009-04-24Use the correct format specifier for size_t in fz_strdup.Ralph Giles
2009-03-11Rename and prune some files and functions.Tor Andersson
2009-03-11Add fz_catch function, and cause the throw/rethrow/catch functions to print t...Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson
2009-02-28Moved Fitz files into one directory.Tor Andersson
2005-06-04new world orderTor Andersson
2005-06-02metro package relationshipsTor Andersson
2005-03-30rename and shuffle -- part 2Tor Andersson