webfsd icon indicating copy to clipboard operation
webfsd copied to clipboard

A simple HTTP server for mostly static content written in C

Results 6 webfsd issues
Sort by recently updated
recently updated
newest added

When I try to play media file served by webfs in VLC all goes well, until there is some symbol in filename that does not pass input sanity checks. In...

Webfsd already supports multiple advanced HTTP features. However, I think it will be helpful if webfsd supports WebDAV also. Almost all the file browsers in all the major operating systems...

I am trying to build `webfsd` using `diet`, but as you can see in the following output, `diet` is not detected. ``` bash $ make --version GNU Make 4.2.1 Built...

help wanted

Trying to understand the GNU make file and the USE_SSL variable. What sets it to true? I looked around in your code and website but cannot figure it out. Does...

I looked through your "request.c", this module parse http string and save it to a REQUEST data struct. But I suggest you use a switch statement that analyse http char...

## side channel attack mitigation Basic auth timing attacks in other http server implementation shares the same pattern with webfsd, it will be better to replace early-return comparison with constant-time...