summaryrefslogtreecommitdiff
path: root/src/server/CGIUtils.hs
AgeCommit message (Collapse)Author
2025-08-02choose openFd based on version of unixInari Listenmaa
2025-08-02use openFd from unix >= 2.8Inari Listenmaa
2020-08-05Fix a few warningsAndreas Källberg
2017-08-11A couple of fixes for GHC 8.2.1 compatibilityThomas Hallgren
2016-06-08PGF web service: switch to the new SVG rendering of word dependency treeshallgren
Also added the function outputText in CGIUtils.
2014-09-02src/server: refactoring to isolate dependencies on the cgi/fastcgi packageshallgren
* Introducing the module CGI, re-exporting a subset of the cgi package. It might complete replace the cgi package in the future. * Introducing the module CGIUtils, containing functions from FastCGIUtils that have nothing to do with fastcgi. Some low level hackery with unsafePerformIO and global variables was left in FastCGIUtils, but it is actually not used, neither for gf -server nor exec/pgf-fcgi.hs.