Commit Briefs


e01590338c Stefan Sperling

generalize the pathset's path comparison function


025eb8a550 Stefan Sperling

avoid unnecessary strdup() in got_pathset's find_element()



b504a804cf Stefan Sperling

switch file index entries from TAILQ to got_pathset


8f6d9a6a62 Stefan Sperling

mark got_pathset iteration functions as safe


398789b2a4 Stefan Sperling

fix name of a constant in pathset.c



63f4f47b30 Stefan Sperling

whitespace


5bff75ab35 Stefan Sperling

add another TODO item



ab847d68d0 Stefan Sperling

KNF in pathset_test.c



efaf56b722 Stefan Sperling

add got_pathset_for_each_reverse()


aaa0878e4d Stefan Sperling

add got_pathset API which manages a tree of paths