Commits


gotd_request_timeout() should use log_warnx() since errno is not used here


ensure gotd request timeout gets armed even if no request is received


raise log level of message that is logged when a gotd request times out


make gotd notifications work when 'git push' is used instead of 'got send' Git clients disconnect earlier, which resulted in session_write exiting before notifications were sent. Do not treat early EOF as a fatal error if we are sending notifications. Add regression test coverage for 'git push'. Problem found by Thomas Adam.


expose authenticated gotd user account in HTTP notifications ok op@


gotd: don't ignore error in session_dispatch_repo_child ok stsp


display process title in syslog when a gotd child process exits


split gotd/session.c into session_read.c and session_write.c This makes it easier to tweak the read/write code paths separately.