summaryrefslogtreecommitdiff
path: root/base/gslibctx.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Fix Memory Squeezing leak in gs_lib_ctx_t.Robin Watts2022-01-251-0/+1
* Bug 704692: Fix gs_memory_t mismatch in cms alloc/free operations.Robin Watts2022-01-191-23/+17
* Fix SEGVs seen in debug-Z@ overnight tests.Robin Watts2021-11-081-1/+10
* Runtime safety of non threadsafe devices and rework globals.Robin Watts2021-11-051-37/+41
* Add some explanatory text for gs_lib_ctx/gs_lib_ctx_core etc.Robin Watts2021-11-031-0/+21
* LGTM warning suppressions and fixes.Robin Watts2021-10-011-1/+3
* Bug 704342: Include device specifier strings in access validationChris Liddell2021-09-091-56/+13
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* NupControl improvements to prevent save/restore problems.Ray Johnston2021-03-031-0/+2
* Bug 703550: handle escaped percent chars in file access controlsChris Liddell2021-02-151-1/+12
* Remove paths stored in --permit-file* when sanitising.Ken Sharp2021-01-141-1/+23
* Fix Coverity issue 361428.Robin Watts2020-09-101-2/+2
* Coverity 361429: move "break" to correct place.Chris Liddell2020-08-241-1/+1
* Fix pdfwrite "%d" mode with file permissionsChris Liddell2020-08-201-6/+14
* Bug 702744: Add windows utf-8 handling for unlink and rename.Robin Watts2020-08-181-23/+107
* Fix silly typo in gs_remove_fs.Robin Watts2020-07-071-1/+1
* Fix callouts being allocated/deallocated with the wrong gs_memory_t.Robin Watts2020-06-261-2/+2
* Fix leak of non-deregistered callback handlers on shutdown.Robin Watts2020-06-251-0/+8
* Rework display device "DisplayHandle" passing.Robin Watts2020-06-251-0/+68
* Extend gsapi interface with _with_handle variants for callbacks.Robin Watts2020-05-211-3/+3
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Avoid potential Memento leak in gs_lib_ctx_set_icc_directory().Julian Smith2020-03-031-1/+1
* Fixed double free after alloc failure in gs_lib_ctx_set_icc_directory*() (fou...Julian Smith2020-02-141-1/+4
* Memento: Remove MEMENTO_SQUEEZE_BUILD from the code.Robin Watts2020-02-061-12/+0
* Bug 702049: Handle format strings in pipe OutputFilesChris Liddell2020-01-171-48/+40
* Fix tiffsep(1) interaction with file permissions listsChris Liddell2019-09-241-0/+40
* Improve OutputFile handling of %d etc.Robin Watts2019-09-241-9/+67
* Squash stupid const warning.Robin Watts2019-09-201-1/+1
* Fix "permit-file-xxxx" handling.Robin Watts2019-09-201-5/+20
* Bug 701561: 'reduce' paths before adding to permit listsChris Liddell2019-09-171-8/+33
* Avoid potential UMR with arg checking in arg sanitization code.Robin Watts2019-09-031-7/+10
* Squash some compiler warnings.Robin Watts2019-08-161-2/+2
* Add null file to the permit writing listChris Liddell2019-08-151-0/+2
* Use enum values for shutting down the file access listsChris Liddell2019-08-151-3/+4
* Fix gs_add_explicit_control_path()Chris Liddell2019-08-151-1/+1
* Capture args to feed to pdfwrite.Robin Watts2019-08-141-1/+198
* Fix gs_lib_ctx memory calls to use the correct memory pointer.Robin Watts2019-08-141-4/+4
* Fix -F____ and -f____ to actually run the file ____.Ray Johnston2019-08-141-1/+5
* Move cal_context into gs_lib_ctx core.Robin Watts2019-07-171-0/+47
* Fix missing const with fs_file_open_printer.Robin Watts2019-07-031-1/+1
* Add gsapi call to introduce new 'Filing Systems' to gs.Robin Watts2019-07-021-0/+138
* Fix leak in gs_lib_ctx_fin.Robin Watts2019-06-031-1/+1
* Update gpdl with new file access permissions.Robin Watts2019-06-031-0/+59
* Move FILE * operations behind new gp_file * API.Robin Watts2019-05-291-10/+182
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Fix Memento squeezing - gs_lib_ctx was using a monitor.Robin Watts2019-01-081-0/+12
* Commit of gpdl-shared-device branch.Chris Liddell2018-12-071-32/+80
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Introduce ColorAccuracy settingMichael Vrhel2017-12-281-0/+1