<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ICE Spider, branch embedded-server</title>
<subtitle>Tools and library for creating ICE API backed REST services and websites.</subtitle>
<id>http://git.randomdan.homeip.net/repo/icespider/atom?h=embedded-server</id>
<link rel='self' href='http://git.randomdan.homeip.net/repo/icespider/atom?h=embedded-server'/>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/'/>
<updated>2019-01-04T00:22:29Z</updated>
<entry>
<title>WIP</title>
<updated>2019-01-04T00:22:29Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2019-01-04T00:22:29Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=063f343083b64760214d625d05889a04ee1cd8c3'/>
<id>urn:sha1:063f343083b64760214d625d05889a04ee1cd8c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Testability</title>
<updated>2018-07-17T19:58:14Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-07-17T19:58:14Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=0af3dc144672dbaa7a60e50270a9744f6b68ee8d'/>
<id>urn:sha1:0af3dc144672dbaa7a60e50270a9744f6b68ee8d</id>
<content type='text'>
Silently pass siege tests if wrk isn't present.
Add a test that uses curl such that functional testing remains.
Change test port number to something less conflicty.
</content>
</entry>
<entry>
<title>Replace select with epoll</title>
<updated>2018-07-17T19:37:29Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-07-17T19:37:29Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=45499a8e8fb73c414df663a125a96901a4d00e2e'/>
<id>urn:sha1:45499a8e8fb73c414df663a125a96901a4d00e2e</id>
<content type='text'>
Remove the clunky and fiddly select(2) implementation with a much
slicker and good god faster epoll(7) based one.
</content>
</entry>
<entry>
<title>WIP</title>
<updated>2018-07-08T17:12:24Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-07-08T17:12:24Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=20be24a0baa2135c5fd4ddacdb76d3af2c5f3235'/>
<id>urn:sha1:20be24a0baa2135c5fd4ddacdb76d3af2c5f3235</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial commit of embedded server</title>
<updated>2018-06-04T18:00:28Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-29T18:53:30Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=140a6858cf8e07b4f65720ba1c24142cc287b700'/>
<id>urn:sha1:140a6858cf8e07b4f65720ba1c24142cc287b700</id>
<content type='text'>
First cut of a light-weight multi-threaded HTTP daemon library.
Let's be honest... it does nothing yet, but it's our starting point.
</content>
</entry>
<entry>
<title>Remove parameter setters from ihttpRequest</title>
<updated>2018-05-23T20:32:52Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-22T19:51:05Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=d9ad77f483202c05885b6100ac1c61844523fab5'/>
<id>urn:sha1:d9ad77f483202c05885b6100ac1c61844523fab5</id>
<content type='text'>
Only required for testing, always throw in production implementations.
</content>
</entry>
<entry>
<title>Consts and formatters</title>
<updated>2018-05-23T20:24:16Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-08T22:26:41Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=f1919373da8b78e3c1ae2e7adb2c832f33a81f10'/>
<id>urn:sha1:f1919373da8b78e3c1ae2e7adb2c832f33a81f10</id>
<content type='text'>
Move lots of common strings into ICE consts.
Move some expressions into formatters.
</content>
</entry>
<entry>
<title>-Werror shouldn't be in global cxxflags</title>
<updated>2018-05-23T20:24:11Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-08T22:17:47Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=d1ce0255ec66d3dac3952f08d5ea5540f607012b'/>
<id>urn:sha1:d1ce0255ec66d3dac3952f08d5ea5540f607012b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move reposonse code into .cpp</title>
<updated>2018-05-23T20:24:03Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-05-08T19:03:09Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=0cc440e9d28fa029819ad796a6d46a1de66b9bb9'/>
<id>urn:sha1:0cc440e9d28fa029819ad796a6d46a1de66b9bb9</id>
<content type='text'>
Most of it does not need to be a template
</content>
</entry>
<entry>
<title>Update to Ice v3.7.1 release</title>
<updated>2018-04-20T20:37:03Z</updated>
<author>
<name>Dan Goodliffe</name>
<email>dan@randomdan.homeip.net</email>
</author>
<published>2018-04-20T20:37:03Z</published>
<link rel='alternate' type='text/html' href='http://git.randomdan.homeip.net/repo/icespider/commit/?id=5fe818297bf5054d0d645080333a9e94011b7ba1'/>
<id>urn:sha1:5fe818297bf5054d0d645080333a9e94011b7ba1</id>
<content type='text'>
</content>
</entry>
</feed>
