]> cat aescling's git repositories - httpd-execline.git/commit
Refactor for eltest and case
authorcat æscling <11325618-aescling@users.noreply.gitlab.com>
Wed, 26 Jul 2023 04:46:08 +0000 (00:46 -0400)
committercat æscling <11325618-aescling@users.noreply.gitlab.com>
Wed, 26 Jul 2023 23:27:15 +0000 (19:27 -0400)
commita88c35052b18071675bbc759b4290fbc72550455
treea9f5a7f2251c7a6b9010466f103fe1a7f9131c37
parent0debaa579cb13a9f9e8e5a7ef9351fe9c7f46fb3
Refactor for eltest and case

All tested functionality appears to work as expected

grep(1) and sed(1) are no longer used at all! We still require tr(1) and
urlencode(1); both would be very difficult to relpace with execline

* Remove extraneous documentation
* Fix improperly unquoted backslashes
* Revert
* Replace sed usage in httpd.execline
* Fix bug in http-header-parse
* Fix http-start-line-parse
* Fix case-sensitivity in client request header validation
* Fix many, many bugs
README.md
visible-to-httpd/binaries/clean-dot-directories.execline [new file with mode: 0755]
visible-to-httpd/binaries/http-error-response.execline
visible-to-httpd/binaries/http-get-extra-headers.execline
visible-to-httpd/binaries/http-header-parse.execline
visible-to-httpd/binaries/http-print-header-files.execline
visible-to-httpd/binaries/http-start-line-parse.execline
visible-to-httpd/binaries/httpd.execline
visible-to-httpd/binaries/supported-hostname-test.execline