Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 6353ad76 | 2019-02-08 15:12:00 | make 'got update' merge file edits | ||
| 5d56da81 | 2019-01-13 17:15:53 | happy new copyright year | ||
| 25a58941 | 2019-01-08 23:56:48 | remove the pathset abstraction again; replaced by RB tree | ||
| 90285c3b | 2019-01-08 20:13:18 | properly remove empty directories left behind during updates | ||
| 9465d522 | 2019-01-03 17:31:28 | make C test output match cmdline test output | ||
| cb103d04 | 2018-11-07 06:42:26 | allow got_object_idset_for_each() to return an error | ||
| f054b67a | 2018-11-05 22:28:03 | remove object_idcache; use object_idset instead | ||
| b36429ab | 2018-11-05 01:44:27 | reduce the amount of memcmp() calls via got_object_idset_add() | ||
| 2ff12563 | 2018-09-15 12:39:48 | fix 'make PROFILE=1' build | ||
| 6bef87be | 2018-09-11 11:23:44 | move object cache out of repository.c to its own file | ||
| 079b2f65 | 2018-09-08 16:56:10 | add a Makefile hierarchy which builds the whole show | ||
| a440fac0 | 2018-09-06 17:33:13 | move object parsing code into a separate file | ||
| 63581804 | 2018-07-09 22:23:00 | rename zbuf to inflate | ||
| eb77ee11 | 2018-07-08 18:06:36 | add an object id cache which backs the object cache | ||
| 50bc349d | 2018-06-22 09:54:10 | implement repository object cache via object_idset | ||
| 788c352e | 2018-06-16 19:18:32 | store commit timestamps as 'struct tm' in UTC | ||
| 917bfd05 | 2018-06-10 14:55:20 | add an extra callback argument to got_object_idset_for_each() | ||
| 45b73774 | 2018-06-04 22:34:08 | rename got_object_idset_get_data() to got_object_idset_get() | ||
| d5a90aac | 2018-06-04 22:32:38 | return existing data if existing object id is added to set | ||
| c6f420bf | 2018-06-04 21:50:01 | expose number of elements in an object id set | ||
| 8392272e | 2018-06-04 20:30:22 | fail test gracefully instead of aborting | ||
| 8e41b2f8 | 2018-06-04 20:29:04 | check for NULL error return in idset test | ||
| ddb547b4 | 2018-06-04 20:27:57 | tests for object id sets |