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
/
stream-read.c
Age
Commit message (
Expand
)
Author
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2016-02-29
Make fz_read_line behave like gets and return NULL at EOF.
Tor Andersson
2015-09-14
Fix truncation bug when comparing EOF to uint16_t values.
Tor Andersson
2015-08-17
Add fz_read_string function to read a null terminated string
Robin Watts
2015-07-31
Clean up fz_read_[u]intNN() functions and add big-endian versions.
Tor Andersson
2015-06-26
Add stream functions for reading LE values of different sizes
Robin Watts
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
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
Add convenience fz_read_file function.
Tor Andersson
2014-12-03
Don't always trim the buffer when calling fz_read_all.
Tor Andersson
2014-03-17
Rework fz_streams.
Robin Watts
2013-09-24
Bug 694566: Avoid locking up while seeking in deflated stream.
Robin Watts
2013-07-19
Initial work on progressive loading
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson