summaryrefslogtreecommitdiff
path: root/psi
Commit message (Expand)AuthorAgeFilesLines
* Update tesseract traineddata loader with new path search.Robin Watts2020-10-131-0/+6
* Bug 702192 Map text to blackMichael Vrhel2020-10-121-1/+10
* "Address" subscript -1 is outside array bounds warningChris Liddell2020-10-061-7/+6
* Update makefiles for another version of nmake.Robin Watts2020-10-011-0/+4
* Bug 702810: fix fapi buffer size parameter typesChris Liddell2020-09-221-1/+1
* oss-fuzz 23637: Fix error code confusionChris Liddell2020-09-211-5/+4
* oss-fuzz 25485: Validate Type 1 font hinting paramters.Chris Liddell2020-09-141-4/+16
* oss-fuzz 25480: CFF - cope with "empty" float number.Chris Liddell2020-09-141-2/+8
* oss-fuzz 25474: Check the length of Coords in shading dictChris Liddell2020-09-141-0/+4
* Strip trailing whitespace from makefiles.Robin Watts2020-09-091-2/+2
* Strip trailing whitespace from .c and .h files.Robin Watts2020-09-098-11/+11
* oss-fuzz 23113: Bounds check buffer in gs_scan_token()Chris Liddell2020-08-311-0/+17
* CID 361525: Protect from NULL pointer deref (z_fontenum)Chris Liddell2020-08-311-2/+2
* Bug 702620: Fix linked list creation in z_fontenumPeter Cherepanov2020-08-281-19/+23
* Fix gs_main_set_language_param to escape encapsulation.Robin Watts2020-08-241-0/+18
* Bug 702744: Add windows utf-8 handling for unlink and rename.Robin Watts2020-08-182-1/+2
* Update gsapi_set_params to use an "int *" for booleans.Robin Watts2020-08-142-4/+3
* Improve client memory handling for colour spaces and patternsKen Sharp2020-08-122-3/+3
* Update Makefiles for new MSVC version.Robin Watts2020-08-121-0/+4
* Swap order of arguments in gsapi_set_param/gsapi_get_param.Robin Watts2020-08-113-6/+6
* Fix gsapi_get_param behaviour on 'not found'.Robin Watts2020-08-102-1/+22
* Update .def files with new gsapi functions.Robin Watts2020-08-086-4/+25
* Add gsapi_enumerate_params functions.Robin Watts2020-08-084-3/+147
* Coverity 361226: Add missing break.Robin Watts2020-08-081-0/+1
* Add gstate param to client callbackNancy Durgin2020-08-061-2/+2
* Trigger an initgraphics on every usage of -p within gs.Robin Watts2020-08-063-3/+8
* Add -pNAME=STRING options to gs and gpdl to accept parsed params.Robin Watts2020-08-061-0/+28
* Add gsapi_get_paramRobin Watts2020-08-054-2/+162
* Fix infinite loop in ialloc_validate_memory tracing the freelist.Ray Johnston2020-08-041-0/+2
* Coverity 361222: Add missing break.Robin Watts2020-08-041-0/+1
* Avoid gsapi_set_param within a gsapi_runstring.Robin Watts2020-08-032-9/+38
* Update header dependenciesRobin Watts2020-08-031-1478/+1513
* gsapi_set_param improvements.Robin Watts2020-08-037-75/+267
* Bug 702582, CVE 2020-15900 Memory Corruption in Ghostscript 9.52Ray Johnston2020-07-241-6/+11
* Have gsapi_run_file() handle access controlsChris Liddell2020-07-241-1/+11
* Whitespace fixesChris Liddell2020-06-3012-173/+173
* Slight tweak to the FAPI APIChris Liddell2020-06-301-2/+2
* int_gstate_alloc() error handlingChris Liddell2020-06-291-0/+3
* Squash warnings seen in Windows 64 bit build.Robin Watts2020-06-292-3/+3
* Don't let psapi_new_instance trample libctx->stdio functions.Robin Watts2020-06-261-7/+6
* Rework display device "DisplayHandle" passing.Robin Watts2020-06-2512-59/+132
* Fix gs command line parsing to handle --unknownRobin Watts2020-06-241-0/+8
* Coverity 359871, 359872: un-init variable and conditional always trueChris Liddell2020-06-191-2/+2
* Changed gsapi_set_default_device_list() to take const char* arg, not char*.Julian Smith2020-06-182-2/+2
* Improve test for error in s_stdout_write_process().Julian Smith2020-06-181-1/+1
* Revisions to FAPI (error handling etc).Chris Liddell2020-06-171-496/+919
* oss-fuzz 23440: check string lengths for PDF decryptionChris Liddell2020-06-161-0/+8
* oss-fuzz 22182: validate glyph offset/length valuesChris Liddell2020-06-161-2/+12
* More work on gs_get_colorname_stringKen Sharp2020-06-132-8/+8
* oss-fuzz 22752: handle broken loca table.Chris Liddell2020-06-101-1/+1