Thank you!
Spelling
Spelling
Add test script for CGI tests
Increased version number to 1.1.7
Fix possible out-of-bounds read in configuration parsing
request.h: Add parameters to prototype for do_request
Cleaned up Makefile
request.c: Factor out HTTP error reporting into a macro HTTP_ERROR
Reject request lines containing NUL bytes
request.c: Report invalid percent encodings in decode_url()
read_request: check that we have enough bytes before checking for line ends
Fix path traversal from the filesystem root
Added test for directory traversal bug fixed in r66
handler.c: change strncpy to memcpy to avoid redundantly writing NUL byte
Added the beginnings of a test suite
Added tests for index pages and CGI
Added pidfile and detaching from terminal.
Improvements to configure script; bumped versio...
Removed CHANGELOG (it was out of date anyway).
Fixed bug in URL decoding.
Fixed configure script.
Setting environ = NULL to implement clearenv (a...
Updated version number in Makefile to 1.0.1.
Made a few changes suggested by splint.
Added SSL (HTTPS) support.
Fixed pidfile breakage.
Fixed configure glitch (VERSION not written to ...
Several fixes suggested by gcc -W -Wall, includ...
Updated changelog.
Added detach and backgrounding support.
Bumped version number to 1.0.3.
Added license, documentation, manpages.
Fixed reaping of zombie processes.
Flush logfile before execing to ensure these re...
Fixed some possible NULL dereferences found by ...
Made some changes recommended by splint.
Updated version to 1.0.2.
Another round of splint-inspired changes.
Initial import.
Version 1.0.0 released!
More changes suggested by splint.
Log request first, then serve them.
Changed handling for CFLAGS, bumped version num...
- Updated configure script to autodetect SSL s...
Added missing include netinet/in.h to socket.h.
Documented SSL options in manpage.
Fixed usage of exit().
Updated version to 1.0.7.
Comitted missing changes for 1.0.0.
Added REMOTE_ADDR CGI variable.
In main.c, initialize salen to sizeof(saddr).
Added fflush to log_request.
Fixed includes in serve.c
Fixed misspelt "Conection".
Fixed 3 resource leaks (thanks to Eric Sesterhe...
Updated version number in flags.h.
Introduced more descriptive variable names in d...
Increased version number to 1.1.2.
Changed --disable-all and --enable-all in INSTA...
Increased version number to 1.1.5
Added setenv implementation.
Added missing stderr in init.c
Fixes to make muhttpd compile with c89.
Documented ssl feature in INSTALL.
Log correct month, instead of month - 1.
Added some missing #includes
Fixed directory traversal vulnerability.
Increased version number to 1.1.4
Fixed some inconsistencies in the indentation.
Documented pidfile in muhttpd.conf.5.
Made child process reaping work with System V s...
Removed superfluous logging from handler.c.
Fixed compiler warnings.
Updated configuration file parser to support es...
Set version to 1.1.6.
Changed version back to 1.1.1.
Serve clients in child process rather than parent.
Clarified usage of webroot.
Increased version number to 1.1.3