index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
MainFastCGI.hs
Age
Commit message (
Expand
)
Author
2008-10-20
gf-server: move some general stuff to FastCGIUtils
bjorn
2008-10-20
Update gf-server to compile with changed PGF API.
bjorn
2008-10-20
Added Read and Show instances for Type. This required moving some code around.
bjorn
2008-10-20
Replace Category with Type in the PGF API. Added readLanguage and showLanguage.
bjorn
2008-10-20
gf-server: New URL format: /grammar.pgf/command
bjorn
2008-10-17
(fastcgi) replace DataRef with a more general Cache type, which can hold seve...
bjorn
2008-10-17
Added JSON-P support to fastcgi server.
bjorn
2008-10-16
Multithreaded gf.fcgi.
bjorn
2008-09-26
Added 'complete' function to the PGF API. This is a higher-level API to the c...
bjorn
2008-09-17
fastcgi: rename /info to /grammar
bjorn
2008-09-17
fastcgi: replace /categories, /languages and /mylanguage with /info.
bjorn
2008-09-17
fastcgi server: add /mylanguage resource, which selects the language that bes...
bjorn
2008-09-15
fastcgi server: decode UTF-8 inputs produced by the gwt client
bjorn
2008-09-15
Added partial word completion to fastcgi server and update GWT UI accordingly.
bjorn
2008-09-12
server: changes lang field to name
bjorn
2008-09-12
Change JSON structures returned by the translation server to always be arrays...
bjorn
2008-09-12
translation server: added limit argument to /complete.
bjorn
2008-09-10
Fix type error in fastcgi server.
bjorn
2008-08-24
Move CGIError stuff to FastCGIUtils.
bjorn
2008-08-24
URL decode text input in fastcgi server, including %uXXXX sequences.
bjorn
2008-08-19
First version of ajax / fastcgi interface with completion.
bjorn
2008-08-19
Added parse and linearize functions to the fastcgi server. Some refactoring.
bjorn
2008-08-18
Sort languages in fastcgi /languages output.
bjorn
2008-08-18
Updated AJAX translator to make use of canParse and the fixed parseAllLangs.
bjorn
2008-08-15
Qualify PGF import in fastcgi server, to avoid hiding Language, which breaks ...
bjorn
2008-08-15
First working version of the AJAX translation client.
bjorn
2008-08-14
Added /cats and /langs to fastcgi server.
bjorn
2008-08-14
Better error handlig in the GF FastCGi server.
bjorn
2008-08-14
Added first version of the GF FastCGI server.
bjorn