summaryrefslogtreecommitdiff
path: root/xps/xpszip.c
Commit message (Expand)AuthorAgeFilesLines
* Address some compiler warnings.Chris Liddell2023-05-151-1/+1
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* New PageList processing, supporting PDF and XPS random order.Ray Johnston2022-07-301-109/+29
* Bug 705450 : XPS interpreterEthan Vrhel2022-07-011-0/+9
* Coverity 379207 fixed - control flow issuesEthan Vrhel2022-06-271-16/+19
* Bug 705397 : XPS interpreterEthan Vrhel2022-06-221-1/+8
* Move xps/ sources away from gs_sprintf to gs_snprintfChris Liddell2022-02-161-9/+9
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* XPS interpreter: Have interpreter handle page range processingMichael Vrhel2020-09-221-0/+205
* lgtm.com fixes: Multiplication of narrow type in wider context.Robin Watts2020-05-151-1/+1
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Fix up some coverity issues, and other warningsChris Liddell2019-06-181-3/+7
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-18/+18
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Squash a warning in XPS interpreter.Robin Watts2019-01-141-1/+1
* Bug 697630: Check ZIP entry sizes for integer overflow.Tor Andersson2019-01-111-0/+3
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* XPS Interpreter - fix a formatting mistakeKen Sharp2017-08-211-2/+2
* Coverity IDs 158378, 158393Ken Sharp2017-08-211-2/+9
* Coverity IDs 158372 - 4, 158384Ken Sharp2017-08-191-0/+3
* Fix coverity issues 140991 and 140990Michael Vrhel2017-01-301-1/+3
* xps: low memory null dereferenceMichael Vrhel2017-01-281-1/+2
* Add XPS_INDIRECTED_FILE_ACCESS defineRobin Watts2017-01-261-40/+40
* Add strlcpy and strlcat to ghostscript.Henry Stiles2016-06-091-5/+5
* Coverity IDs 102152, 126374 - 1x check return value and 3x cleanupKen Sharp2016-05-091-4/+11
* Fix to commit 5b173d99c6ed3ebbd84eff6e63e987441a5da10dKen Sharp2016-05-051-3/+0
* Coverity IDs 102152, 102157, 102159, 102161, 102162, 102164, 102182, 102183Ken Sharp2016-05-041-18/+61
* Coverity ID 102152 - check if fseek failed and throw error if soKen Sharp2016-05-041-2/+4
* Squash warnings: Use better unused var paradigm.Robin Watts2016-01-041-1/+1
* Squash warnings: XPS.Robin Watts2016-01-041-6/+6
* Squash Warnings: Unused Var/Var set but not used.Robin Watts2016-01-041-0/+1
* xps: Check that we have the last piece of multi-part zip entries.Tor Andersson2015-11-241-1/+8
* xps: Bail on zip errors instead of returning a part full of garbage.Tor Andersson2015-11-241-2/+15
* xps: Return with error on encrypted zip files.Tor Andersson2015-11-121-0/+2
* xps: Fix indeterminism with broken zip files.Tor Andersson2015-11-121-0/+7
* Fix problem in xps_zip_alloc_items caused by previous commit: 188c7b0Ray Johnston2015-01-071-0/+1
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-3/+10
* xps: Fix memory leaks in xpszip.c when handling errors.Tor Andersson2014-02-141-10/+48
* xps: Check for missing pieces before dereferencing.Tor Andersson2013-08-291-2/+7
* Bug 693843: Add a gs_sprintf() function, and supporting codeChris Liddell2013-05-071-8/+8
* Bug 693699: replace all fopen calls with gp_fopenChris Liddell2013-03-151-6/+6
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-10/+10
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Add support for parsing unzipped XPS files.Tor Andersson2010-04-261-18/+166
* Rename xpszipseek.c to xpszip.c.Tor Andersson2010-04-261-0/+420
* Simplify ZIP parsing.Tor Andersson2010-04-261-681/+0
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-1/+0
* Use safe length checked string functions instead of strcpy and strcat.Tor Andersson2010-04-201-1/+1
* Update GhostXPS copyright blobs for year 2010.Tor Andersson2010-04-201-1/+1
* Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson2010-04-201-382/+382