A fast HTTP server for quickly sharing files on the network from any directory.
Go to file
Thomas Kolb 6cd65091ff Initial commit
- Working version with the following features:
  - Directory listing and navigation
  - Download files
  - HTTP error pages (403, 404, 500)
  - Verbose logging
2013-01-17 21:13:15 +01:00
.gitignore Initial commit 2013-01-17 21:13:15 +01:00
Makefile Initial commit 2013-01-17 21:13:15 +01:00
dirlisting.c Initial commit 2013-01-17 21:13:15 +01:00
dirlisting.h Initial commit 2013-01-17 21:13:15 +01:00
logger.c Initial commit 2013-01-17 21:13:15 +01:00
logger.h Initial commit 2013-01-17 21:13:15 +01:00
main.c Initial commit 2013-01-17 21:13:15 +01:00
templates.h Initial commit 2013-01-17 21:13:15 +01:00