| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-22 | pgf service: added a hook for external services | hallgren | |
| This is really reinventing CGI, people should learn how to write CGI scripts instead... TODO: better handling of temporary files | |||
| 2010-12-22 | PGF web service: Use Content-Type text/javascript from JSON output | hallgren | |
| The Content-Type used to be text/json, but this caused warning messages in some web browers. | |||
| 2010-11-26 | Split pgf-server into pgf-fcgi and pgf-http. | hallgren | |
| The dependency on the fastcgi package made pgf-server difficult to compile, so it is now split into - pgf-fgci (main module in pgf-fcgi.hs), which is built only if fastcgi is already installed or if you turn on the fastcgi flag (e.g. by doing 'cabal install -f fastcgi'). - pgf-http (main module in pgf-http.hs) which is always built (and hopefully has no problematic dependencies.) The modules FastCGIUtils and PGFService no longer depend on fastcgi. | |||
| 2010-07-31 | fix: FastCGIUtils.outputHTML should do UTF8 encoding | krasimir | |
| 2010-04-22 | now the PGF service communicates with Graphviz using UTF8 for the input and ↵ | krasimir | |
| binary for the output | |||
| 2010-04-22 | the pgf service now compiles with the latest CGI package | krasimir | |
| 2009-11-29 | TranslateApp now have browser for abstract syntax | krasimir | |
| 2009-10-24 | added tree visualizations in TranslateApp | krasimir | |
| 2009-06-04 | Update FastCGIUtils.hs to work with GHC 6.10 | krasimir | |
| 2009-01-25 | hack for pgf-server for Windows | krasimir | |
| 2008-11-20 | Fix permissions of pgf server error log. | bjorn | |
| 2008-11-04 | pgf-server: write stderr to pgf-error.log, since lighttpd closes stderr for ↵ | bjorn | |
| fastcgi processes. | |||
| 2008-10-20 | gf-server: move some general stuff to FastCGIUtils | bjorn | |
| 2008-10-17 | (fastcgi) replace DataRef with a more general Cache type, which can hold ↵ | bjorn | |
| several PGF grammars. | |||
| 2008-10-16 | Multithreaded gf.fcgi. | bjorn | |
| 2008-08-24 | gf-server: the readData function given to getData should be m a, not IO a. | bjorn | |
| 2008-08-24 | Move CGIError stuff to FastCGIUtils. | bjorn | |
| 2008-08-14 | Added first version of the GF FastCGI server. | bjorn | |
