Commit Briefs

3235492e3f Stefan Sperling

add the ability to start the log at a particular commit




8bf5b3c9ff Stefan Sperling

rewrite 'got log' without recursion



d0f3be7ced Stefan Sperling

initialize some output variables on failure


18e99ab6a3 Stefan Sperling

fix fd leak in got_object_open()



19d747f7bf Stefan Sperling

avoid an extra memcpy in got_inflate_to_mem()





25783624d6 Stefan Sperling

use stricter CPPFLAGS from mpi


32cb896c4b Stefan Sperling

rename library-private headers from *_priv.h to *_lib.h


5677e194b1 Stefan Sperling

rename got_zb_priv.h to got_zbuf_priv.h


be89e2b1c0 Stefan Sperling

In read_to_mem() loop, don't overwrite already read blocks



ef0981d5bf Stefan Sperling

make length of id string an implementation detail



59ece79d29 Stefan Sperling

make struct got_object_id opaque


908b019409 Stefan Sperling

move struct got_zstream_buf to private header zb.h


f934cf2c63 Stefan Sperling

make struct got_blob_object opaque


eb651edf82 Stefan Sperling

more progress on reading packed/deltified objects


126ee0608b Stefan Sperling

remove insize arg from inflate_read()


c743ac7dd2 Stefan Sperling

remove pointless loops in read_{commit,tree}_object()