rkd77

Results 210 comments of rkd77

In current Alpine Edge there is no libexecinfo-dev. They say in previous versions libexecinfo segfaulted. Propose solution is to disable backtrace in elinks compilation on such systems.

It is too much work IMO. My proposition, is to make configurable default protocol. For example, if it is http, for text without protocol http:// will be prepended if file...

Added default protocol https:// . It does not work yet if you want other protocols.

What do you mean by "succeded" here? Could you provide an use case with list of protocols?

Did 1f57e72212b7d4c66b6c48ea4055498f08b03fa8 fix it? I discovered it too using C++ compiler.

AFAIR elinks sent `Accept: */*` Now it is configurable. You can set protocol.http.accept arbitrarily.

I don't know what to set as default. No changes seems good policy here.

ok, let it be: text/html, text/*;q=0.9, */*;q=0.8

You can try this ^ change. Real solution would be if know why fs->vpos is less than 0. For this case it works, maybe it has some other side effects.

I doubt that old gettext code in ELinks with static set of translations is more dangerous than new versions of gettext.