Age | Commit message (Expand) | Author |
2015-10-21 | Fix signatures for files created with pdf_create_document. | Simon Reinhardt |
2015-10-14 | Fix pdf_create_document. | Simon Reinhardt |
2015-10-02 | Bug 696131: Detect some overflow conditions | Robin Watts |
2015-10-02 | Bug 696129: Be more forgiving of broken files. | Robin Watts |
2015-10-01 | Bug 696146: Improve pdf_repair to find /Root in new style XRefs. | Robin Watts |
2015-08-27 | Support several levels of incremental xref | Paul Gardiner |
2015-07-28 | Reset xref object entry when repairing pdf objects. | Sebastian Rasmussen |
2015-06-05 | Fix leak of doc->xref_index in mutool clean. | Robin Watts |
2015-06-02 | Fix FZ_LARGEFILE operation for large files with old style xrefs. | Robin Watts |
2015-05-15 | Support pdf files larger than 2Gig. | Robin Watts |
2015-04-14 | Split fz_meta into separate querying functions. | Tor Andersson |
2015-04-09 | Remove the _no_run functions. | Tor Andersson |
2015-04-01 | Bug 693719: Attempt #2. Broken trailer repair. | Robin Watts |
2015-03-30 | Bug 695892: Fix incremental updates of documents with xref streams. | Robin Watts |
2015-03-24 | Rework handling of PDF names for speed and memory. | Robin Watts |
2015-03-20 | Automatically update /Length and /Filter in pdf_update_stream. | Tor Andersson |
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 |
2015-02-17 | Reference count fz_document. | Tor Andersson |
2015-01-20 | remove some lonely tabs and move some braces onto their own lines | Simon Bünzli |
2015-01-20 | fix crash caused by commit 90c560641d9b459a658029eefc4cbb02fdbca0b5 | Simon Bünzli |
2015-01-20 | fix memory leak introduced with commit 90c560641d9b459a658029eefc4cbb02fdbca0b5 | Simon Bünzli |
2015-01-20 | Bug 695770: fix TODO in commit d7c0c0856b31be17823ae4745b2c542a9c71765f | Simon Bünzli |
2015-01-06 | Add xref_index to speed searching of sparse xrefs. | Robin Watts |
2015-01-05 | Another PDF Xref speedup from Malc. | Robin Watts |
2014-12-29 | Remove unnecessary test. | Robin Watts |
2014-12-29 | Performance optimisation with pdf_cache_object/pdf_get_xref_entry | Robin Watts |
2014-12-12 | update pointer after ensure_solid_xref call | Simon Bünzli |
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 |