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-xref.c
Age
Commit message (
Expand
)
Author
2014-11-26
Change xref representation to cope better with sparse xrefs.
Robin Watts
2014-07-18
properly decrypt strings in encrypted but broken documents
Simon Bünzli
2014-06-09
Fix 695300: don't throw exception on invalid reference number.
Tor Andersson
2014-05-29
fix memory leaks during PDF document creation
Simon Bünzli
2014-05-29
Tolerate zero-sized xref sections...
Tor Andersson
2014-05-05
Fix 695098: don't use atoi() on non-zero-terminated buffer.
Tor Andersson
2014-03-25
Break dependencies on pdf-form.c and pdf-js.c
Tor Andersson
2014-03-17
Don't drop objects if they have been modified.
Robin Watts
2014-03-04
Bug 691691: Add way of clearing cached objects out of the xref.
Robin Watts
2014-02-25
Bug 695040: prevent integer overflow in pdf_xref_size_from_old_trailer
Simon Bünzli
2014-02-11
tolerate streamed xrefs where object 0 is missing
Simon Bünzli
2014-01-17
Bug 694896: Ensure that repairs don't lose trailer dict.
Robin Watts
2014-01-17
Bug 694897: Fix valgrind issues with versions
Robin Watts
2014-01-08
prevent heap access violation in pdf_cache_object
Simon Bünzli
2014-01-07
Introduce 'document handlers'.
Robin Watts
2014-01-06
fix MSVC warnings C4054 and C4152
Simon Bünzli
2014-01-02
Add rebinding for fz_devices and fz_documents
Robin Watts
2014-01-02
Fix memory leak in pdf_xref_size_from_old_trailer.
Robin Watts
2013-12-24
Bug 694810: Implement late file repair for PDFs.
Robin Watts
2013-12-17
Remove fz_context from pdf_crypt
Robin Watts
2013-09-27
stop checking if the result of fz_read is negative
Simon Bünzli
2013-09-23
Bug 694565: Cope with negative xref counts when reading old trailers.
Robin Watts
2013-09-23
Bug 694653: Watch for xref being NULL in pdf_xref_len
Robin Watts
2013-09-13
prevent heap underflow in pdf_read_new_xref
Simon Bünzli
2013-08-28
take /Version in /Root into account
Simon Bünzli
2013-08-28
default OCGs to visible
Simon Bünzli
2013-08-28
fix various typos
Simon Bünzli
2013-08-28
Fix bad interaction between incremental update and object streams
Paul Gardiner
2013-08-22
Add support for writing of xref streams
Paul Gardiner
2013-08-13
Signature creation
Paul Gardiner
2013-07-26
Silence 'set but not used' warnings.
Tor Andersson
2013-07-26
Clean up whitespace.
Tor Andersson
2013-07-19
Initial work on progressive loading
Robin Watts
2013-07-11
Silence a few warnings.
Tor Andersson
2013-07-11
Implement dynamic page tree lookups.
Tor Andersson
2013-07-04
Update pdf_write_document to support incremental update
Paul Gardiner
2013-07-03
Rename pdf_set_objects_parent_num to pdf_set_obj_parent
Robin Watts
2013-07-01
Bug 694382: Fix use-after-free due to type3 fonts.
Robin Watts
2013-07-01
Fix android app crashing after save
Paul Gardiner
2013-06-28
Ensure altered objects are moved to the incremental xref section
Paul Gardiner
2013-06-28
Optimise xref-section extension and improve linked list creation
Paul Gardiner
2013-06-27
Bug 694382: Fix problems arising from recent pdf_obj changes.
Robin Watts
2013-06-26
Ensure monotonicity of xref-section size
Paul Gardiner
2013-06-25
Ensure that xref_sections always grow over time.
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-24
fix recent regressions
zeniko
2013-06-21
Initial PDF editing/page creation commit
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson