Skip to content

Releases: projg2/pshs

0.4.1

26 Sep 11:36
v0.4.1
e8329ab
Compare
Choose a tag to compare
  • fix missing install target

0.4

26 Sep 11:26
v0.4
7911968
Compare
Choose a tag to compare
0.4
  • switch to meson build system
  • try binding to IPv6 by default

0.3.5

26 Sep 10:51
v0.3.5
90076d2
Compare
Choose a tag to compare
  • fix printing IPv6 server addresses (#3)
  • fix printing server address when binding to ::
  • replace broken libnetlink use with glibc's getifaddrs() + IPv6 support for finding interface addresses

0.3.4

11 Jul 20:12
v0.3.4
1d089b6
Compare
Choose a tag to compare
  • fix compatibility with LibreSSL 2.7
  • fix build with clang-10

v0.3.3

27 Feb 16:03
v0.3.3
Compare
Choose a tag to compare
  • support OpenSSL-1.1 (thanks to @laomaiweng),
  • support newer iproute2 (using libmnl).

v0.3.2

21 May 19:16
v0.3.2
Compare
Choose a tag to compare
  • fix missing short option for -r,
  • remove duplicate help messages.

v0.3.1

10 Jul 07:34
v0.3.1
Compare
Choose a tag to compare

Two patches by Palmer Dabbelt:

  • added missing options in --help message
  • new --redirect option to auto-redirect to the single served file

v0.3

10 Jul 07:31
v0.3
Compare
Choose a tag to compare
  • switched to C++11
  • UPnP compatibility fixes thanks to Jeremi Piotrowski
  • miniupnpc API version 14 support

v0.2.6

10 Jul 07:30
pshs-0.2.6
Compare
Choose a tag to compare
  • added path prefixing support to increase security,
  • fixed pkg-config checks to be non-fatal.

v0.2.5

10 Jul 07:30
pshs-0.2.5
Compare
Choose a tag to compare
  • fixed handling (encode/decode) of special characters in filenames,
  • fixed serving of empty files,
  • SSL/TLS support.