Commits
- 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:
56e0773df7e12fc69c1f6f9d171c93fd78a13d0e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert tree entries from SIMPLEQ to an array
- 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:
5d56da8198435fa1d0e717f60d562f4a28e2e4e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
happy new copyright year
- Commit:
9465d5226d843990e460238d75dfaa0e52c69062
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make C test output match cmdline test output
- Commit:
cb103d042c6d1e6cb1483ffa71f54577a8564d9a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow got_object_idset_for_each() to return an error
- Commit:
b36429aba0124d4bc92ec4dd7b285ace7abfcaee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reduce the amount of memcmp() calls via got_object_idset_add()
- Commit:
2ff12563f8266a459fcfc4d3b635d320c0a761d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix 'make PROFILE=1' build
- Commit:
63581804340e880bf611c6a4a59eda26c503799f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename zbuf to inflate
- Commit:
50bc349d7794337cf8810482840482511e013a0d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement repository object cache via object_idset
- Commit:
788c352e1f3b00dfa5628e7ccfcfb056433c1948
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store commit timestamps as 'struct tm' in UTC
- Commit:
917bfd05b82e9f84999cfbb008c9dcefd388f77f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add an extra callback argument to got_object_idset_for_each()
- Commit:
45b73774db7347e94e5a3071b8f786e2374a0261
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_object_idset_get_data() to got_object_idset_get()
- Commit:
d5a90aac91011cd4e3357e1bdcebf7449bb194c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
return existing data if existing object id is added to set
- Commit:
c6f420bf7ca7ef78f4b86f6621b3b0c9ba1c18c4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
expose number of elements in an object id set
- Commit:
8392272eb9f79f84df5f00112dc0d68822234650
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fail test gracefully instead of aborting
- Commit:
8e41b2f81b3abdc18b6ce0f7ac17352c216eee3d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for NULL error return in idset test
- Commit:
ddb547b4ba4b22af3a10702f0f596151fbbf1e31
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tests for object id sets