thodg/got/regress/delta

Branch :


Log

Author Commit Date CI Message
c89f2770 2019-01-04 17:59:29 apply unveil(2) to delta tests
9465d522 2019-01-03 17:31:28 make C test output match cmdline test output
91a3d81f 2018-11-11 13:41:46 introduce got errors with custom messages; add one for ERR_NO_OBJ
53509745 2018-11-11 11:34:13 test for libgit2's out-of-bounds read of delta bug
89817b30 2018-11-11 11:29:19 test for git's "Fix big left-shifts of unsigned char" delta bug
2ff12563 2018-09-15 12:39:48 fix 'make PROFILE=1' build
079b2f65 2018-09-08 16:56:10 add a Makefile hierarchy which builds the whole show
63581804 2018-07-09 22:23:00 rename zbuf to inflate
511a516b 2018-05-19 16:57:12 move got_opentmp* functions to public API; used from tog
718b3ab0 2018-03-17 17:50:48 rename the library-internal headers again to a common prefix
b29656e2 2018-03-16 23:05:12 set obj->size of packed deltified objects to object's actual size
22eb8973 2018-03-12 20:40:15 restore DEBUG build
f8352b2a 2018-03-12 14:10:23 use pledge(2) in regression tests
25783624 2018-03-12 13:59:29 use stricter CPPFLAGS from mpi
32cb896c 2018-03-11 14:10:56 rename library-private headers from *_priv.h to *_lib.h
a76a38d9 2018-03-11 13:17:56 rename zb.c to zbuf.c
6df54056 2018-03-03 14:14:38 rename test functions; we apply deltas, we don't combine them
1411938b 2018-02-12 23:25:38 rename private header filenames so they are in got_ namespace
80f0eb00 2018-02-12 22:52:27 public API is now independent of sha1.h and zlib.h
f8aea23e 2018-02-12 00:08:11 delta bases are no longer compressed; update delta_test
885d3e02 2018-01-27 01:05:56 implement delta combiner and a small test suite for it
b08fe7be 2018-01-26 14:34:15 make tests print 'ok' if they pass
ac25a292 2018-01-26 13:36:17 add a skeleton for a delta test (empty)