Commits
- Commit:
efd2a263f541b0617f5acd893f91f73edb07e84d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add some stub code for packed ref-delta objects
- Commit:
bbcf6d65ac8203f4ec3edc715a5261ec61234539
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug a memory leak by freeing packidx
- Commit:
3ee5fc2109eca572a496f0da1a80fecfc8b56aea
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for extracting non-deltified packed objects
- Commit:
6c00b54532f90be3b76dd1aed025376a35dc35de
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
open packed objects correctly; don't worry about their contents yet
- Commit:
a92b0c17291b08d61cbe30b1e639a6331606218b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
build with debug again (my commit adding -Werror broke this)
- Commit:
4558fcd4b26237fe0e7cf2fa2f29a65bfd80c1bc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
Support packfiles in object-type specific object_open() functions.
- Commit:
a487c1d081edc5ee689dc37477c2740bfbefc127
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
refactor dump_packed_object() a bit; no functional change
- Commit:
740c5444001b083fe9c04d809ceec9015bb075fc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
compile with -Werror
- Commit:
2b2ca9f01de591f1cf0cca17acf742542233b152
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
call got_object_id_cmp() just once in got_object_idx()
- Commit:
0465ef11f19a12de1c675fbdc59e445c8ea10fb1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
unlink tempfiles again, was disabled for testing
- Commit:
c54542a0f027a3421f0bc3110b6bbaaa6b53522c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace
- Commit:
8251fdbcd71582c610ee8e416cae5c67e4f93796
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_ferror() and use it
- Commit:
72bcf0f9f354aa395c61c7846287a7af638554a2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump copyright
- Commit:
6c6d65896b4a60cb147c853ed0c38882ff0c61c5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use strerror_r()
- Commit:
f334529ed243c898cbf0cc8ee1058a769444f448
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a conversion function from errno to got_error and use it
- Commit:
a1fd68d829c4e5eb0496107b9ac3d94968f81a8e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
Extract non-deltified objects from pack files.
- Commit:
cb672fbdfe95d95d806a21fa0db320aa2636c927
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unncessary #include
- Commit:
24541888c0ca5040eaad1afda87a8af1b79b377e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
get_packfile_size() should be static
- Commit:
39b01da589d56e506f6c6825251747e9529c8110
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace
- Commit:
0ebaf0082bfd162e1116889d2b13917efd07d317
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
verify pack file index checksum
- Commit:
b0517dd07105250eb20b57d704d7102f6e4ab18d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix off-by-one in pack file size check
- Commit:
0a0a30486325aded3095a281a9238a8dcc9b16a7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
open pack file index
- Commit:
82708eb352bd8956dd7b2679c9b9f11015c45c6b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix pack file magic value
- Commit:
0044418acad435a5af7d35b6173af5864eba9466
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace
- Commit:
7f8fc4ec0150a8db7769565c60168b34ce0bc907
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a header file for pack files