Commit Briefs

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()


90356acc35 Stefan Sperling

Fix missing error check in parse_tree_object().


885d3e0206 Stefan Sperling

implement delta combiner and a small test suite for it


4ca7b755cd Stefan Sperling

Move zlib wrapper/buffering code into a separate file.


1db76ab588 Martin Pieuchot

Some memory failure checks were missing.


4ee4114f42 Stefan Sperling

rename helper function open_object() to fopen_object()


c3703302b1 Stefan Sperling

model delta chains in a better way



eef6493a8d Stefan Sperling

Make struct got_object opaque to users of the library


b107e67fba Stefan Sperling

Implement open() support for offset delta objects


3ee5fc2109 Stefan Sperling

add support for extracting non-deltified packed objects





a1fd68d829 Stefan Sperling

Extract non-deltified objects from pack files.


c56976dec1 Stefan Sperling

fix previous