Skip to content

Releases: kilna/envhttpd

v2.1.2

19 Mar 21:22

Choose a tag to compare

  • Restore static binary release artifacts by fixing Docker static-artifact output

v2.1.1

30 Jan 05:51

Choose a tag to compare

v2.1.1 Pre-release
Pre-release
  • Length limits and buffer overflow prevention for HTTP methods and paths
  • Variable name validation
  • Enhanced error handling
  • Implemented explicit checks for read lengths and null-termination.

v2.1.0

26 Jan 06:19

Choose a tag to compare

v2.1.0 Pre-release
Pre-release
  • Switch docker image to use static binary
  • Drop tini dependency
  • Embed icon.png into binary so it can ship in a single file
  • Drop serving of license (link to project suffices)
  • Reduce image size from 400-500kb to about 50kb

v2.0.1

25 Jan 19:36

Choose a tag to compare

v2.0.1 Pre-release
Pre-release
  • Add static binary build and release process
  • Add unrelease process
  • Update tooling checks

v2.0.0

16 Nov 21:11

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

v1.1.1

23 May 16:53

Choose a tag to compare

Remove smaller size from ToDo

v1.1.0

23 May 07:41

Choose a tag to compare

Change Makefile into script instead

v1.0.1

14 May 23:36

Choose a tag to compare

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

v1.0.0

14 May 23:30

Choose a tag to compare

Initial release