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
/
buffer.c
Age
Commit message (
Expand
)
Author
2016-09-01
Simplify PDF resource caching table handling.
Tor Andersson
2016-07-08
Use fz_keep_imp and fz_drop_imp for all reference counting.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-26
Add 'mutool convert' and new document writer interface.
Tor Andersson
2016-04-26
Add base64 string decoder.
Tor Andersson
2016-03-23
Compile embedded fonts in separate C files.
Tor Andersson
2016-02-29
Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.
Tor Andersson
2016-01-05
Clarify snprintf length when printing to fz_buffer and fz_output.
Tor Andersson
2015-12-15
Rename fz_buffer_cat to fz_append_buffer.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-12-03
Don't automatically trim buffer during fz_keep_buffer.
Tor Andersson
2014-12-03
Fix off-by-one in fz_write_buffer_byte.
Tor Andersson
2014-03-25
Add va_copy/va_copy_end macros to support both C89 and C99.
Tor Andersson
2014-03-19
Implement our own vsnprintf variant.
Tor Andersson
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-07-22
Bug 694431: Fix potential infinite loop.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson