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
/
pdf
/
pdf-parse.c
Age
Commit message (
Expand
)
Author
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2018-01-31
Bug 698916: Indirect object numbers must be in range.
Sebastian Rasmussen
2018-01-22
Bug 698889: Handle unterminated PDF arrays gracefully.
Sebastian Rasmussen
2017-12-13
Fix 698785: Catch malformed numbers in PDF lexical scanner.
Tor Andersson
2017-11-22
Add pdf_new_text_string utility function.
Tor Andersson
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-12
Some more consts.
Tor Andersson
2017-09-07
Use dict_put_drop/array_push_drop wherever possible.
Sebastian Rasmussen
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-08-17
Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character.
Tor Andersson
2017-07-06
pdf: Avoid leaking indirect object upon error.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-03-28
pdf: Use FZ_ERROR_SYNTAX code for syntax errors.
Tor Andersson
2017-01-17
Fix typos.
Sebastian Rasmussen
2016-10-07
pdf: Support UTF-8 encoded text strings.
Tor Andersson
2016-10-07
pdf: Separate functions to read text strings and text streams as UTF-8.
Tor Andersson
2016-10-07
pdf: Remove unneccessary document argument to pdf_to_utf8 etc.
Tor Andersson
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-07-08
Safe defaults for pdf_to_rect and pdf_to_matrix.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-03-14
Take pdf_obj argument to pdf_is_stream.
Tor Andersson
2016-01-05
Stylistic naming cleanups.
Tor Andersson
2015-10-14
pdf: Handle surrogate pairs in pdf_to_utf8.
Tor Andersson
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
2014-01-06
fix various MSVC warnings
Simon Bünzli
2013-12-24
Bug 694810: Implement late file repair for PDFs.
Robin Watts
2013-09-13
Fix various compile warnings spotted by the cluster.
Robin Watts
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson