summaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAge
* Replace select with epollDan Goodliffe2018-07-17
| | | | | Remove the clunky and fiddly select(2) implementation with a much slicker and good god faster epoll(7) based one.
* Initial commit of embedded serverDan Goodliffe2018-06-04
| | | | | 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.
* C++17 and Ice 3.7icespider-0.4Dan Goodliffe2018-04-15
Update all code to be C++17 with Ice 3.7 and minor interface changes in keeping with C++CG and dependencies.