Skip to content

Releases: kilna/envhttpd

v2.0.0

16 Nov 21:11
Compare
Choose a tag to compare
  • Complete rewrite in C
  • Fix content types
  • Breaking change: JSON moved to /json
  • / now returns HTML
  • /yaml now returns YAML
  • /env now returns shell script
  • /var/VARNAME now returns environment variable content
  • Daemonize with -D
  • More robust path handling with -i and -x

v2.0.0-rc1

15 Nov 22:36
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release
  • Complete rewrite in C
  • Fix content types
  • Breaking change: JSON moved to /json
  • / now returns HTML
  • /yaml now returns YAML
  • /env now returns shell script
  • /var/VARNAME now returns environment variable content
  • Daemonize with -D
  • More robust path handling with -i and -x

v1.1.1

23 May 16:53
Compare
Choose a tag to compare
Remove smaller size from ToDo

v1.1.0

23 May 07:41
Compare
Choose a tag to compare
Change Makefile into script instead

v1.0.1

14 May 23:36
Compare
Choose a tag to compare

Fix "can't create /etc/httpd.conf: Permission denied" error

v1.0.0

14 May 23:30
Compare
Choose a tag to compare

Initial release