Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-21 | Bump version to 6.36.3 | Peter Bex | |
2019-12-21 | Properly encode paths in simple-directory-handler | Peter Bex | |
The original simple-directory-handler would only html-encode paths to files. This is obviously completely bogus; the path strings need to get everything except slashes encoded. Without this change, paths containing spaces or brackets of any kind would result in links which caused the server to reject the request, because the resulting URI would be invalid. Browsers aren't always smart enough to properly encode all special characters (which makes sense, because they shouldn't mess with URIs, but they sometimes do, which means we never really noticed this). Also get rid of those ugly [] parenthesis synonyms and update copyright year. | |||
2019-01-20 | Use https instead of http for locations | Peter Bex | |
2019-01-17 | Add 6.2 to release-info | Peter Bex | |
2019-01-17 | Update version to 6.26.2 | Peter Bex | |
2019-01-17 | Use port-closed? instead of ##sys#slot, fixing output hangs | Jim Ursetto | |
Port slot 8 (closed?) changed from a bool to a fixnum in Chicken 5, which made the existing port closed test always succeed, so output was never flushed. This can lead to hangs when output size is less than tcp-buffer-size. Use the official accessor instead. Signed-off-by: Peter Bex <peter@more-magic.net> | |||
2018-08-15 | Add 6.1 to release-info file | Peter Bex | |
2018-08-15 | Drop hard dependency on posix-groups so Spiffy works again on Windows6.1 | Peter Bex | |
2018-08-01 | Add 6.0.1 release | Peter Bex | |
2018-08-01 | Add component dependency on spiffy to simple-directory-handler6.0.1 | Peter Bex | |
2018-07-29 | Add release-info6.0 | Peter Bex | |
2018-07-29 | Port to CHICKEN 5 | Peter Bex | |