summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2015-02-16Changes for compatibility with ghc-7.10-rc2hallgren
2015-01-21PGF2 & PGFService: enable callbacks for named entities and chunks in the c-pa...hallgren
2015-01-20PGF2 & PGFService: work in progress on callbacks for nerc & chunkshallgren
2014-09-03gf.cabal, gf-server.cabal: add version bounds on network & httpd-shedhallgren
2014-09-02src/server: refactoring to isolate dependencies on the cgi/fastcgi packageshallgren
2014-07-21PGF service: expire PGFs from the cache when they have been unused for 24 hourshallgren
2014-07-15src/server/gf-server.cabal: update dependencieshallgren
2014-07-15PGF Web Service: include entire completion in full modejohn.j.camilleri
2014-07-11PGF web service: Return additional completion info with 'full' flagjohn
2014-06-20PGF Service: return error code 404 (not found) instead of 500 (internal serve...hallgren
2014-06-20PGF Service, command=grammar: include the last modified time of the grammar i...hallgren
2014-05-12gf -server: include list of loaded PGFs in version infohallgren
2014-05-08PGF web api, command c-wordforword: re-enable parsing of individual wordshallgren
2014-04-29PGF web api, command c-wordforword: don't repeat parsing/morpho analysis for ...hallgren
2014-04-28Spring cleaninghallgren
2014-04-16PGF web API: adding the command c-wordforwordhallgren
2014-04-15PGF web API: add commands lookupmorpho and c-lookupmorphohallgren
2014-04-10PGF web service: disable caching of parse resultshallgren
2014-04-09PGF web service: add unlexers and enable client side cachinghallgren
2014-04-09PGF Service: a bit more clever lexer=texthallgren
2014-04-08Fix build problem in PGFService.hs when configured without c-runtimehallgren
2014-04-08PGF web service: add lexer supporthallgren
2014-04-04PGFService.hs: adapt to changes in the Haskell binding to the C run-time systemhallgren
2014-03-19gf -server: add a command to manually flush the PGF cachehallgren
2014-03-12Fix typo in PGFService: "incomlete"john.j.camilleri
2014-02-11Work on web api & apps based on the C run-time systemhallgren
2014-02-10Fix broken C runtime support in gf.cabal and PGFService.hshallgren
2014-01-31gf-server.cabal: flag to include C run-time support in the FastCGI PGF servicehallgren
2014-01-27PGFService.hs: fix a type ambiguity when compiling without C run-time supporthallgren
2014-01-27PGFService.hs: add a cache for C run-time parse result and a start offset par...hallgren
2014-01-20Optionally include C run-time supporthallgren
2013-12-17src/server/gf-server.cabal: compile it as a common library + executableshallgren
2013-10-30linref is now used by the linearizer. The visible change is that the 'l' comm...kr.angelov
2013-10-24Functions merge trees into tries in the GF Shell and the PGF web servicehallgren
2013-07-29Cloud & PGF service: use Content-Type application/json for JSON outputhallgren
2013-07-25Allow cross origin requests to GF cloud & PGF serviceshallgren
2013-07-15gf-server.cabal: same changes as in gf.cabal for ghc-7.6 compatibilityhallgren
2013-06-13Fix UTF-8 decoding problem in gf -serverhallgren
2013-04-24PGF service: apply the token binding operator &+ to all linearizationshallgren
2013-03-28PGF web API: command=abstrtree not supports the nocat and nofun optionshallgren
2013-03-27PGF web API: add comand linearizeTablehallgren
2013-03-26PGF service: support all parse tree visualziation options in the web APIhallgren
2013-03-13PGF web API: add 'to' parameter to the 'alignment' commandhallgren
2013-03-13PGF web API: generalize the 'to' parameter to accept a list of languageshallgren
2013-03-09ghc-7.6: allow directory-1.2Sergei Trofimovich
2013-03-09ghc-7.6: fix src/server/PGFService.hs (use catch from base-4 Control.Exception)Sergei Trofimovich
2013-01-18Add fun/cat printnames to PGF web servicejohn.j.camilleri
2013-01-09Fixes for minibar offlinehallgren
2013-01-09PGF service: new command: downloadhallgren
2012-12-20PGFService.hs: code duplication reductionhallgren