Commits


sort logopt


comment out the condensed log style in the manpage


set the default logging style back to legacy I think the condensed is better but it'll need to change post 2.0 to accomodate for logging the number of bytes read in the body of a titan request (and it's weird to hardcode a zero there.) 2.0 will ship with the legacy logging style thus.


titan: clean up IRI/URI/URL mess; it's a IRI what we parse


titan: error if the URI is not titan://


titan: better logging for unexpected EOFs upon an unexpected EOF, tls_error() returns NULL, so log the real reason iomux returned -1.


titan: rename parse_err to errstr


titan: iomux: return -1 on EOF without receving anything otherwise it enters an infinite loop where it tries to read, return zero, and tries again...


titan: fix appending of path parameters the parameters need to be added at the end of the path, not at the end of the URL.


actually use the specified log style


use the legacy style in the tests for now


fix test after log style condensed change


gmid.conf.5: add one example of proxy relay-to


Nm does not make any sense there


minor tweaks to gg(1)