filed 1.22

Filed is a simple and above all else fast HTTP server for serving local static files over HTTP from Linux. It does the least amount of effort possible to get to the point of handing the actual transfer over to the kernel.

Tags c http-server
License BSDL-2
State stable

Recent Releases

1.2201 Apr 2020 18:53 minor bugfix: Idle socket cleanup no longer requires C11 atomics, spinlocks are now used.
1.2022 Sep 2016 20:25 minor bugfix: Made cleanup of idle sockets using signals to interrupt on-going system calls in the BSD style more explicit.
1.1622 Feb 2016 22:45 minor bugfix: Fixed bug in previous release with initializing closing sockets and using chroot().
1.1422 Feb 2016 22:15 minor feature: Added support for closing idle sockets.
1.1213 Oct 2014 15:29 minor feature: Fixed file descriptor leak added in 1.10.
1.1013 Oct 2014 08:17 minor feature: This release adds HTTP Connection Keep-Alive support.
1.831 Aug 2014 17:31 minor feature: This release adds HTTP "vhost" support and support for static directory index pages.