Skip to content

Releases: davlgd/tVeb

v0.2.0

29 Sep 18:12

Choose a tag to compare

  • Migrate from x.vweb to veb
  • Rename project to Tiniest Veb Server (tVeb)

Full Changelog: v0.1.5...v0.2.0

v0.1.5

18 Feb 15:06

Choose a tag to compare

  • Check if the port is available before starting the server
  • Use new native http_header_string() to form headers date/time stamps

v0.1.4

17 Feb 23:27

Choose a tag to compare

  • Headers can be customized through headers.toml file

v0.1.3

17 Feb 21:36

Choose a tag to compare

  • Add custom Server HTTP header
  • Add Cache-Control HTTP header
  • Add Last-Modified HTTP header
  • Add Expires HTTP header

v0.1.2

17 Feb 13:53

Choose a tag to compare

  • Add support to 404.html files (at the root of the served folder)
  • Factorize the code to better handle settings and errors

v0.1.1

12 Feb 09:25

Choose a tag to compare

  • User can now set the port of the server (default is 8080)
  • Fixes to better handle arguments
  • Changelog

v0.1.0

11 Feb 20:41

Choose a tag to compare

First public release

  • User can set folder to serve via an argument
  • Multi-arch & Multi-OS binaries
  • Based on V 0.4.4