summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-12-04Prepared `letter` type and updated CSSlabelprinterMax Christian Pohle
2021-11-25Daemonize and allow the build of .debug and .release versionsMax Christian Pohle
2021-11-24Made the implementation more generic againMax Christian Pohle
2021-11-23TODO: investigate why %: Makefile target does not workMax Christian Pohle
on FreeBSD
2021-11-23simplified further for initial compatibility with FreeBSDMax Christian Pohle
2021-11-23Removed sendfile for nowMax Christian Pohle
It is not compatible between linux and freebsd (different number of parameters)
2021-11-21First working versionMax Christian Pohle
TODO: needs refactoring
2021-11-20The server actually servesMax Christian Pohle
2021-11-16Basic functionality is finally thereMax Christian Pohle
We can: * skip HTTP status header * read the HTTP headers * find a boundary of multipart form data and if there was a boundary * parse further 'chunks', separated by this boundary, each with a HTTP header All of that was tested with text fields and binary data. This server implementation is insecure. Please do not use it for anything connected to the internet. It is simple though and can serve local daemons. TODO: callback to a parser function.
..