| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add copyright and LICENSE head comment | verdant | 5 days | 1 | -0/+17 |
| | | |||||
| * | Add version and copyright information | verdant | 5 days | 1 | -0/+20 |
| | | | | | | When run in flag "-v" or "--version", print version and copyright information. | ||||
| * | Add route for directory | verdant | 5 days | 1 | -4/+14 |
| | | | | | If where the path points is a directory, path += "/index.html". | ||||
| * | Fix some typos | verdant | 5 days | 1 | -2/+2 |
| | | |||||
| * | Make file-local functions as static | verdant | 5 days | 1 | -4/+4 |
| | | | | | No functional changes introduced. | ||||
| * | Print usage when no argument | verdant | 5 days | 1 | -0/+9 |
| | | | | | The program needs a argument to specific which port it works on. | ||||
| * | Remove unused a variable | verdant | 5 days | 1 | -1/+1 |
| | | |||||
| * | Use handle_client instead send file by hand | verdant | 5 days | 1 | -5/+1 |
| | | |||||
| * | Print some debugging information | verdant | 5 days | 1 | -0/+3 |
| | | |||||
| * | Check if the file exists before send, or send a 404 file | verdant | 5 days | 1 | -0/+52 |
| | | |||||
| * | Simplify shsd_sendfile() function | verdant | 5 days | 1 | -3/+7 |
| | | |||||
| * | Add shsd_sendfile() function | verdant | 5 days | 1 | -9/+13 |
| | | |||||
| * | Use sendfile() instead foreach to send single char | verdant | 5 days | 1 | -3/+10 |
| | | |||||
| * | Initial commit | verdant | 5 days | 1 | -0/+87 |
