<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/server/gf-server.cabal, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2018-11-28T12:40:16+00:00</updated>
<entry>
<title>remove gf-server.cabal</title>
<updated>2018-11-28T12:40:16+00:00</updated>
<author>
<name>John J. Camilleri</name>
<email>john@digitalgrammars.com</email>
</author>
<published>2018-11-28T12:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=507236fdcdec46ef3079da13419182e23e9313f1'/>
<id>urn:sha1:507236fdcdec46ef3079da13419182e23e9313f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gf-server.cabal: relax network version bounds and make building the library and pgf-service executable optional</title>
<updated>2018-07-31T12:29:18+00:00</updated>
<author>
<name>Thomas Hallgren</name>
<email>th-github@altocumulus.org</email>
</author>
<published>2018-07-31T12:29:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=4fd1ec71c996d527829936969b770a835387a391'/>
<id>urn:sha1:4fd1ec71c996d527829936969b770a835387a391</id>
<content type='text'>
This allows you to build the content-service without installing the problematic fastcgi library.
</content>
</entry>
<entry>
<title>PGFService: make the restriction on parallelism more effective</title>
<updated>2015-02-25T16:08:21+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2015-02-25T16:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=9c6b5df74175016846a9a0557c5eecd96247e4c6'/>
<id>urn:sha1:9c6b5df74175016846a9a0557c5eecd96247e4c6</id>
<content type='text'>
Restrict the entire request handler instead of just the call to the C parser.
</content>
</entry>
<entry>
<title>gf.cabal, gf-server.cabal: add version bounds on network &amp; httpd-shed</title>
<updated>2014-09-03T15:40:26+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-09-03T15:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=a21ffc194185165ab487e0553cd5c4d0a36a8a9d'/>
<id>urn:sha1:a21ffc194185165ab487e0553cd5c4d0a36a8a9d</id>
<content type='text'>
* httpd-shed-0.4 does not specify an upper bound on network, but it fails
  to build against network&gt;=2.6. This is fixed in httpd-shed-0.4.0.2.
* With network-2.6, the Network.URI modules is moved to a separate package,
  so for the time being GF requires network&gt;=2.3 &amp;&amp; &lt;2.6. This is compatible
  with the four most recent versions of the Haskell Platform.
</content>
</entry>
<entry>
<title>src/server: refactoring to isolate dependencies on the cgi/fastcgi packages</title>
<updated>2014-09-02T12:27:47+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-09-02T12:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e0e6079c9141a0c2d7d2a6dda50496e237bfc8bb'/>
<id>urn:sha1:e0e6079c9141a0c2d7d2a6dda50496e237bfc8bb</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>PGF service: expire PGFs from the cache when they have been unused for 24 hours</title>
<updated>2014-07-21T15:53:38+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-07-21T15:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3660339b231f4095b8251aa220103211d14c7913'/>
<id>urn:sha1:3660339b231f4095b8251aa220103211d14c7913</id>
<content type='text'>
...to keep memory use down on the server.
</content>
</entry>
<entry>
<title>src/server/gf-server.cabal: update dependencies</title>
<updated>2014-07-15T12:00:51+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-07-15T12:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3ec95e481b501fc0eb780e2889f0731e6057115f'/>
<id>urn:sha1:3ec95e481b501fc0eb780e2889f0731e6057115f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gf-server.cabal: flag to include C run-time support in the FastCGI PGF service</title>
<updated>2014-01-31T16:11:41+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2014-01-31T16:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=dbd68b987e45026319545069c4be549d4f3daeac'/>
<id>urn:sha1:dbd68b987e45026319545069c4be549d4f3daeac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/server/gf-server.cabal: compile it as a common library + executables</title>
<updated>2013-12-17T15:55:14+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-12-17T15:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e9e919e6e3bd92ef6c30181817dd9c6e571011de'/>
<id>urn:sha1:e9e919e6e3bd92ef6c30181817dd9c6e571011de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gf-server.cabal: same changes as in gf.cabal for ghc-7.6 compatibility</title>
<updated>2013-07-15T17:07:51+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-07-15T17:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=fe79e8cd2544a74a09f26b68eb793fc0e88e74ac'/>
<id>urn:sha1:fe79e8cd2544a74a09f26b68eb793fc0e88e74ac</id>
<content type='text'>
</content>
</entry>
</feed>
