Commit Briefs

23c57b285f Christian Weisgerber

Stop including <sys/syslimits.h> directly.

POSIX says the limits defined there are available from <limits.h>, which almost all affected source files already included anyway. ok millert stsp


3168e5da21 Stefan Sperling

zap trailing tabs


257add310e Stefan Sperling

add got.conf(5) configuration file

ok tracey


81a12da586 Christian Weisgerber

do not rely on <zlib.h> to pull in <unistd.h>

ok stsp


d6b7d054e9 Stefan Sperling

exit the loop in got_privsep_recv_tree() upon error

found while looking over tracey's scan-build results


fca1f6ad74 Stefan Sperling

plug a memory leak in got_privsep_recv_tree() in error case

found while looking over tracey's scan-build results












58e1925afe Stefan Sperling

fix wrong sizeof in got_privsep_send_fetch_req()



b364b1c204 Stefan Sperling

fix typos in error messages


7848a0e165 Stefan Sperling

implement 'got fetch'



ee448f5f10 Stefan Sperling

apply unveil(2) to 'got clone'




668a20f6fe Stefan Sperling

rewritten got-index-pack; sorry about the monster commit