Glenn Strauss
Glenn Strauss
> > Additionally, the default in github -- and an option I often opt into -- is that reviewers who are committers to the repository have permission to add or...
@ekoby: I am not sure why this PR stalled out. Do you recall whether or not there was a requirement to implement local IPv4 and IPv6 parsing? Do you have...
> > @ekoby: I am not sure why this PR stalled out. Do you recall whether or not there was a requirement to implement local IPv4 and IPv6 parsing? Do...
@ekoby I think that your implementation might allow excess characters at the end of an IPv4 address. Besides that, `strtoul()` accepts a very wide variety of numerical syntaxes, including `-`...
lighttpd should start up very quickly, even on embedded devices, though openssl may pause during initialization while waiting for a newly booted system to generate sufficient entropy. I'd recommend making...
Clarification: lighttpd setenv.add-environment directive does not add variables to environment if the value is blank. lighttpd setenv.set-environment directive will do so. setenv.set-environment is available in lighttpd since lighttpd 1.4.46. The...
@dscho you have the patience of a saint. Thank you for the (many) follow-ups. I reverted the lighttpd 1.4.51 (released 14 Oct 2018) regression with a fix in lighttpd 1.4.52...
@dscho on my system (Fedora 31), git-http-backend is located at "/usr/libexec/git-core/git-http-backend" not "/usr/lib/git-core/git-http-backend". I am happy to change the wording of the comment about the path if you'd like to...
I resubmitted the patch using `git send-email`
If I try to create a new merge request using GitGitGadget (https://gitgitgadget.github.io/), it redirects me to here if I target git:maint. I'll close this request and will try creating a...