summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-xref.c
AgeCommit message (Expand)Author
2014-12-29Performance optimisation with pdf_cache_object/pdf_get_xref_entryRobin Watts
2014-12-12update pointer after ensure_solid_xref callSimon Bünzli
2014-11-26Change xref representation to cope better with sparse xrefs.Robin Watts
2014-07-18properly decrypt strings in encrypted but broken documentsSimon Bünzli
2014-06-09Fix 695300: don't throw exception on invalid reference number.Tor Andersson
2014-05-29fix memory leaks during PDF document creationSimon Bünzli
2014-05-29Tolerate zero-sized xref sections...Tor Andersson
2014-05-05Fix 695098: don't use atoi() on non-zero-terminated buffer.Tor Andersson
2014-03-25Break dependencies on pdf-form.c and pdf-js.cTor Andersson
2014-03-17Don't drop objects if they have been modified.Robin Watts
2014-03-04Bug 691691: Add way of clearing cached objects out of the xref.Robin Watts
2014-02-25Bug 695040: prevent integer overflow in pdf_xref_size_from_old_trailerSimon Bünzli
2014-02-11tolerate streamed xrefs where object 0 is missingSimon Bünzli
2014-01-17Bug 694896: Ensure that repairs don't lose trailer dict.Robin Watts
2014-01-17Bug 694897: Fix valgrind issues with versionsRobin Watts
2014-01-08prevent heap access violation in pdf_cache_objectSimon Bünzli
2014-01-07Introduce 'document handlers'.Robin Watts
2014-01-06fix MSVC warnings C4054 and C4152Simon Bünzli
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2014-01-02Fix memory leak in pdf_xref_size_from_old_trailer.Robin Watts
2013-12-24Bug 694810: Implement late file repair for PDFs.Robin Watts
2013-12-17Remove fz_context from pdf_cryptRobin Watts
2013-09-27stop checking if the result of fz_read is negativeSimon Bünzli
2013-09-23Bug 694565: Cope with negative xref counts when reading old trailers.Robin Watts
2013-09-23Bug 694653: Watch for xref being NULL in pdf_xref_lenRobin Watts
2013-09-13prevent heap underflow in pdf_read_new_xrefSimon Bünzli
2013-08-28take /Version in /Root into accountSimon Bünzli
2013-08-28default OCGs to visibleSimon Bünzli
2013-08-28fix various typosSimon Bünzli
2013-08-28Fix bad interaction between incremental update and object streamsPaul Gardiner
2013-08-22Add support for writing of xref streamsPaul Gardiner
2013-08-13Signature creationPaul Gardiner
2013-07-26Silence 'set but not used' warnings.Tor Andersson
2013-07-26Clean up whitespace.Tor Andersson
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-11Silence a few warnings.Tor Andersson
2013-07-11Implement dynamic page tree lookups.Tor Andersson
2013-07-04Update pdf_write_document to support incremental updatePaul Gardiner
2013-07-03Rename pdf_set_objects_parent_num to pdf_set_obj_parentRobin Watts
2013-07-01Bug 694382: Fix use-after-free due to type3 fonts.Robin Watts
2013-07-01Fix android app crashing after savePaul Gardiner
2013-06-28Ensure altered objects are moved to the incremental xref sectionPaul Gardiner
2013-06-28Optimise xref-section extension and improve linked list creationPaul Gardiner
2013-06-27Bug 694382: Fix problems arising from recent pdf_obj changes.Robin Watts
2013-06-26Ensure monotonicity of xref-section sizePaul Gardiner
2013-06-25Ensure that xref_sections always grow over time.Robin Watts
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-24fix recent regressionszeniko
2013-06-21Initial PDF editing/page creation commitRobin Watts