Commit Briefs

Omar Polo

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.




Omar Polo

titan: better logging for unexpected EOFs

upon an unexpected EOF, tls_error() returns NULL, so log the real reason iomux returned -1.


Omar Polo

titan: rename parse_err to errstr


Omar Polo

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...


Omar Polo

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.


Omar Polo

actually use the specified log style





Omar Polo

Nm does not make any sense there


Omar Polo

minor tweaks to gg(1)


Omar Polo

two more missing ge -> gemexp