Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: replace autotools with cmake | Rafael G. Martins | 2024-05-21 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | this patch removes all the autoconf/automake/libtool build infrastructure and replaces it with cmake. notable default behavior changes: - man pages are not pre-built, and are not built by default, must be enabled with `-DBUILD_MANPAGES=ON`. removed features: - srpm packaging, to be reintroduced at some point. - deb packaging, now handled externally via rafaelmartins/deb.rgm.io more stuff must be missing, please report bugs! | ||||
* | *: modernize file headers (spdx and include guards) | Rafael G. Martins | 2024-05-21 | 2 | -14/+4 |
| | |||||
* | tests: upgrade deprecated cmocka test runner | Rafael G. Martins | 2020-11-05 | 2 | -10/+10 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2019-01-15 | 2 | -2/+2 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2018-10-14 | 2 | -2/+2 |
| | |||||
* | runserver: fixed request read. increased buffer | Rafael G. Martins | 2017-03-05 | 1 | -32/+1 |
| | |||||
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 2 | -2/+2 |
| | |||||
* | runserver: reimplemented http server without libevent | Rafael G. Martins | 2016-09-25 | 2 | -0/+255 |
yeah, this patch implements a "complete" http server for static files. It is not the best code possible, and would be easily DDoS'able if used in production, as it spawns a thread for each request, without limiting. I'm sickish and this is the best code I can deliver now. At least it works! ;) |