Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace select with epoll | Dan Goodliffe | 2018-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 server | Dan Goodliffe | 2018-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.4 | Dan Goodliffe | 2018-04-15 |
Update all code to be C++17 with Ice 3.7 and minor interface changes in keeping with C++CG and dependencies. |