Age | Commit message (Expand) | Author |
2012-12-14 | Bug 693503: Fix SEGV/memory problems in AES. | Robin Watts |
2012-07-05 | Move to static inline functions from macros. | Robin Watts |
2012-07-05 | Cope with negative lengths being passed to fz_open_null | Robin Watts |
2012-06-27 | Make ASCII85 decoding more tolerant of end of stream errors. | Robin Watts |
2012-05-08 | Switch to reading content streams on the fly during interpretation. | Robin Watts |
2012-05-08 | Update seeking behaviour of null streams. | Robin Watts |
2012-03-06 | Split fitz.h/mupdf.h into internal/external headers. | Robin Watts |
2011-12-20 | More memsqueezing fixes. | Robin Watts |
2011-12-17 | More memsqueezing fixes; stream creation. | Robin Watts |
2011-12-17 | Change stream 'close' functions to facilitate error cleanup. | Robin Watts |
2011-12-16 | Add fz_malloc_struct, and make code use it. | Robin Watts |
2011-12-15 | More Memsqueezing fixes. | Robin Watts |
2011-12-08 | Stylistic changes when testing pointer values for NULL. | Tor Andersson |
2011-12-08 | Throw exceptions for read errors. | Tor Andersson |
2011-09-21 | Add warning context. | Tor Andersson |
2011-09-15 | Add context to mupdf. | Robin Watts |
2011-09-14 | Initial import of exception handling code | Robin Watts |
2011-04-08 | Remove inline keyword where it is not strictly necessary for performance. | Tor Andersson |
2011-04-04 | Le Roi est mort, vive le Roi! | Tor Andersson |
2011-04-04 | Incorporate small fixes from SumatraPDF. | Tor Andersson |
2011-03-06 | Add explicit EOF testing functions. | Tor Andersson |
2010-08-18 | Fix bugs in RunLengthDecode filter. | Tor Andersson |
2010-08-02 | Use 'while (rp < wp)' idiom for filter output buffering state. | Tor Andersson |
2010-08-02 | Initialize variable for AES decoding. | Sebastian Rasmussen |
2010-08-02 | Place last bytes of ASCII85 and AES decoded data at the correct buffer location. | Sebastian Rasmussen |
2010-08-02 | Fix bugs where pointer to remaining data in filters was not updated, also mak... | Sebastian Rasmussen |
2010-07-29 | Use chained reader like interface for filters instead of process interface. | Tor Andersson |
2010-07-17 | Minor edits of multi-line comments. | Tor Andersson |
2010-07-09 | Rearrange and merge some files in the fitz directory. | Tor Andersson |
2009-12-03 | Consolidate include lines to a single fitz.h. | Tor Andersson |
2009-11-29 | Fix up indentation. | Tor Andersson |
2009-11-20 | Malloc cannot return null. Clean up streams and filters. | Tor Andersson |
2009-11-19 | Remove unused and largely untested encoding filters. | Tor Andersson |