Commits
- Commit:
d58ddaf3fc10239711ae7a88664e3a100567ba3c
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
const-ify tables
ok thomas_adam millert
- Commit:
56b63ca4ab1049de6fa2d6910ce22c16e2b42a53
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make fclose(3) failure checks consistent; check 'fclose() == EOF' everywhere
ok millert, naddy
- Commit:
6059809a13b5d528052e38f84661039e6565f458
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use size_t for loop indices to avoid signedness warnings; by emaste@freebsd
Same change as 16aeacf7088d, for subdirectories other than lib/
- Commit:
7fb414ae4d46ebdaeff458477ba801f9ad5853c4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a -q option to tests for quiet output and use it for 'make regress'
Previous default output remains when test cases are run individually.
ok tracey
- Commit:
bb63914a95fa51c7f5dc16d02b8f4ae2736e2e15
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make tmp dir location a compile-time setting and change gotweb's tmp dir
We are not sure whether a gotweb package can own /var/www/tmp on OpenBSD.
Moving gotweb's tmp dir to /var/www/got/tmp sidesteps that issue.
- Commit:
638f9024045bbe2420143f8868dcc484c231c634
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_error_prefix_errno() to got_error_from_errno()
- Commit:
230a42bdc60c6136d2a5ce65bf1a2f26d990c096
- From:
- joshua stein <jcs@jcs.org>
- Date:
got_error_from_errno -> got_error_prefix_errno
also add got_error_prefix_errno2 and got_error_prefix_errno3 which
should hopefully all be merged into a single function with variadic
args (but can't alloc mem)
- Commit:
324d37e7c791a6e6ff08598c3e6206ba956d0965
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got path APIs available to library consumers
- Commit:
fb43ecf1500cf7f8b2e22348bd1635edcda97fee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from fclose()
- Commit:
5d56da8198435fa1d0e717f60d562f4a28e2e4e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
happy new copyright year
- Commit:
c89f2770ddf57a1a5692ab4a1009674b0a66f3fd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
apply unveil(2) to delta tests
- Commit:
9465d5226d843990e460238d75dfaa0e52c69062
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make C test output match cmdline test output
- Commit:
53509745676dbd3d9665b66f638ca74b1fdd5af1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
test for libgit2's out-of-bounds read of delta bug
- Commit:
89817b3089203b9005104fffb281f901fc147099
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
test for git's "Fix big left-shifts of unsigned char" delta bug
- Commit:
2ff12563f8266a459fcfc4d3b635d320c0a761d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix 'make PROFILE=1' build
- Commit:
511a516b74d9f5e498a5dc2de97b0e488df51088
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move got_opentmp* functions to public API; used from tog
- Commit:
718b3ab0e353c4ccb510b0ec9c3673b1c9a7344e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename the library-internal headers again to a common prefix
- Commit:
b29656e27eca86259a4fc9099e9b5b31433e0065
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
set obj->size of packed deltified objects to object's actual size
- Commit:
f8352b2a8477e272dcb6a1bae69e184d5f512389
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use pledge(2) in regression tests
- Commit:
32cb896c4b8b33da534b0d766496814425c71c52
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename library-private headers from *_priv.h to *_lib.h
- Commit:
6df54056c976d99d51069d904e5f5ce8243ec3f2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename test functions; we apply deltas, we don't combine them
- Commit:
1411938ba6a72022fd884351dc043412162274f1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename private header filenames so they are in got_ namespace
- Commit:
80f0eb00bf4c3fc2dcfafeb2820e772a1ad179c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
public API is now independent of sha1.h and zlib.h
- Commit:
f8aea23e895641029cc929e53148f3b8a85b13a1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
delta bases are no longer compressed; update delta_test
- Commit:
885d3e0206a04e896704eb67f94c5f39b6976d33
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement delta combiner and a small test suite for it