summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-xref.c
AgeCommit message (Expand)Author
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-01Bug 693719: Attempt #2. Broken trailer repair.Robin Watts
2015-03-30Bug 695892: Fix incremental updates of documents with xref streams.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-20Automatically update /Length and /Filter in pdf_update_stream.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2015-02-17Reference count fz_document.Tor Andersson
2015-01-20remove some lonely tabs and move some braces onto their own linesSimon Bünzli
2015-01-20fix crash caused by commit 90c560641d9b459a658029eefc4cbb02fdbca0b5Simon Bünzli
2015-01-20fix memory leak introduced with commit 90c560641d9b459a658029eefc4cbb02fdbca0b5Simon Bünzli
2015-01-20Bug 695770: fix TODO in commit d7c0c0856b31be17823ae4745b2c542a9c71765fSimon Bünzli
2015-01-06Add xref_index to speed searching of sparse xrefs.Robin Watts
2015-01-05Another PDF Xref speedup from Malc.Robin Watts
2014-12-29Remove unnecessary test.Robin Watts
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