- Version 1.17: * Don't include ../ in the root directory list. * Return a more accurate error when a directory open fails. * Add mtime to directory listings and make it xbmc/kodi compatible. * Add --single-file. * Accept absolute-form URLs. * Add --hide-dotfiles. - Switch source service from local to manual - Switch to macros for common directories - Refactor user/group handling to sysusers OBS-URL: https://build.opensuse.org/request/show/1296358 OBS-URL: https://build.opensuse.org/package/show/server:http/darkhttpd?expand=0&rev=10
53 lines
2.1 KiB
Plaintext
53 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 29 17:00:38 UTC 2025 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
|
|
|
|
- Version 1.17:
|
|
* Don't include ../ in the root directory list.
|
|
* Return a more accurate error when a directory open fails.
|
|
* Add mtime to directory listings and make it xbmc/kodi compatible.
|
|
* Add --single-file.
|
|
* Accept absolute-form URLs.
|
|
* Add --hide-dotfiles.
|
|
- Switch source service from local to manual
|
|
- Switch to macros for common directories
|
|
- Refactor user/group handling to sysusers
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 28 23:37:03 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
|
|
|
|
- Version 1.16:
|
|
* Support chroot as non-root on FreeBSD 14+
|
|
* Listen to IPv4 and IPv6 at the same time when --ipv6 is passed.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 18 11:17:39 UTC 2024 - Dominik Heidler <dheidler@suse.de>
|
|
|
|
- Version 1.15
|
|
* Try to avoid leaking the length of the --auth password through timing side-channels.
|
|
* Document that --auth is not secure.
|
|
* Add mime types: apng, avif, webp, webm, json, woff, woff2, ogg, flac, wav, opus, oga, spx
|
|
* Custom headers with the CLI option
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 15 11:25:11 UTC 2024 - Dominik Heidler <dheidler@suse.de>
|
|
|
|
- Listen on IPv6 by default as well as IPv4
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 26 22:14:03 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
|
|
|
- Version 1.14:
|
|
* Add support for logging with syslog.
|
|
* Fix hung connection from consecutive keep-alive requests.
|
|
* Fix high CPU usage when timeout is disabled.
|
|
* Add --forward-https.
|
|
* Make header parsing case insensitive, to work behind an HTTP2 reverse proxy.
|
|
* Add trailing slash to links for directories.
|
|
* Fix crash when a file has a large (year 10,000+) mtime.
|
|
- Add config and systemd unit
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 2 12:17:49 UTC 2022 - leedagee <leedageea@gmail.com>
|
|
|
|
- darkhttpd v1.13
|