Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5e50c36a | 2018-11-08 19:09:08 | remove premature optimization which resulted in buggy logic | ||
| b9c33926 | 2018-11-07 08:59:06 | avoid unnecessary memcpy in got_privsep_send_commit() | ||
| a58a49db | 2018-11-07 08:50:59 | avoid unnecessary memcpy in got_privsep_send_tree() | ||
| 68bf1b1e | 2018-11-07 08:43:13 | unnecessary repeated strlen() in parse_tree_entry() | ||
| c3b78ecc | 2018-11-07 08:24:04 | no need to zero tree during allocation in got_privsep_recv_tree() | ||
| 291624d8 | 2018-11-07 08:21:38 | kill more unnecessary memcpy in privsep.c | ||
| c0588d8d | 2018-11-07 08:00:51 | avoid unnecessary memcpy in got_privsep_recv_tree() | ||
| 32777563 | 2018-11-07 07:28:37 | avoid tips temp copy in fetch_commits_from_open_branches() | ||
| cb103d04 | 2018-11-07 06:42:26 | allow got_object_idset_for_each() to return an error | ||
| 1bf85b22 | 2018-11-07 06:28:59 | stop messing with the open_branches set in add_node() | ||
| 63da309a | 2018-11-07 05:22:46 | tree entries are sorted, so find_entry_by_name() can exit early | ||
| 08451938 | 2018-11-05 23:23:23 | no need to zero path during allocation in get_packfile_path() | ||
| 14118581 | 2018-11-05 23:20:43 | no need to zero got_delta during allocation | ||
| e6ace2b9 | 2018-11-05 23:17:03 | remove unnecessary #include | ||
| e336e3d6 | 2018-11-05 22:45:25 | use userspace red-black tree macros, not kernel ones | ||
| f054b67a | 2018-11-05 22:28:03 | remove object_idcache; use object_idset instead | ||
| 984e8a45 | 2018-11-05 21:18:58 | implement object idset with a red-black tree | ||
| 6dfaee02 | 2018-11-05 19:09:07 | initialize te->mode in parse_tree_entry() | ||
| 507aef8f | 2018-11-05 18:57:41 | no need to zero object cache entries during allocation | ||
| acf0c7c6 | 2018-11-05 18:56:36 | no need to zero commit's tree ID during allocation | ||
| d83eb5cd | 2018-11-05 18:50:09 | make id cache eviction more efficient | ||
| 5df4932d | 2018-11-05 18:25:15 | improve handling of struct got_object_qid allocations | ||
| a0b3389c | 2018-11-05 18:15:49 | no need to zero new id cache elements during allocation | ||
| 294f39b0 | 2018-11-05 18:14:37 | no need to zero new idset elements during allocation | ||
| 32ac459c | 2018-11-05 18:12:25 | there's no need to zero tree entries during allocation | ||
| 15fe583f | 2018-11-05 17:57:30 | search most recently opened pack index first, not last | ||
| 649fc316 | 2018-11-05 17:41:24 | remove a redundant call to detect_changed_path() | ||
| bfd1f6da | 2018-11-05 16:59:42 | init commit timestamp earlier in commit graph's add_node() | ||
| 29696368 | 2018-11-05 16:58:13 | rename local variable in got_object_tree_path_changed() | ||
| dab9d9b6 | 2018-11-05 16:41:53 | actually initialize cache struct in got_object_cache_init() | ||
| 19ae6da1 | 2018-11-05 16:38:08 | compare object IDs just once in diff_entry_old_new() | ||
| 9185b863 | 2018-11-05 16:30:04 | tree cache size can be reduced without harmful effects | ||
| ccb26ccd | 2018-11-05 16:16:35 | avoid a call to mktime() in commit graph's add_node() | ||
| 9bccfa63 | 2018-11-05 15:42:42 | reduce cache sizes; less memcmp calls during 'got log PATH' | ||
| 41fa1437 | 2018-11-05 15:30:15 | back out mini-commits; no significant performance difference | ||
| 710f3f4e | 2018-11-05 15:26:18 | make got-read-pack pre-seed the main process mini commit cache | ||
| 05e1230b | 2018-11-05 12:42:03 | rename got_commit_object_mini to got_mini_commit_object | ||
| e32baab7 | 2018-11-05 12:39:49 | add an object cache for mini commits | ||
| 7762fe12 | 2018-11-05 11:46:30 | add a mini-commit object for use by commit graph | ||
| b36429ab | 2018-11-05 01:44:27 | reduce the amount of memcmp() calls via got_object_idset_add() | ||
| fd1d2703 | 2018-11-04 22:29:58 | don't eat errors in detect_changed_path() + cosmetic fixes | ||
| 6eb07a17 | 2018-11-04 22:09:59 | fix imsg limit calculation in got_privsep_send_tree() | ||
| b00c9821 | 2018-11-04 21:37:28 | avoid unnecessary imsg flushing in got_privsep_send_tree() | ||
| 904df868 | 2018-11-04 21:31:51 | avoid unnecessary imsg_flush() in got_privsep_send_commit() | ||
| fa4ffeb3 | 2018-11-04 19:59:47 | properly flush imsg in send_commit_logmsg() | ||
| 644e44ed | 2018-11-04 16:40:28 | remove some dead code | ||
| 18336eed | 2018-11-04 14:29:05 | fix error check in got_privsep_recv_blob() | ||
| 77880158 | 2018-11-04 13:09:52 | move code not used by libexec tools out of object_parse.c | ||
| f2877bf5 | 2018-10-24 15:49:13 | expose merge commits in log output again | ||
| 23721109 | 2018-10-22 23:47:25 | fix logging /sys in tog while /sys symlink exists on disk | ||
| 1a76625f | 2018-10-22 21:36:39 | make 'tog log' use background thread and introduce global mutex | ||
| 4a8520aa | 2018-10-18 22:32:17 | use a constant for max diff context size | ||
| df2871d2 | 2018-10-18 11:45:20 | make amount of diff context configurable at API level | ||
| 93e45b7c | 2018-09-24 11:57:04 | use commit graph for path filtering in 'tog log' | ||
| 8d49203e | 2018-09-20 15:07:49 | allocate less tips by default in commit graph | ||
| 0c92744a | 2018-09-20 15:05:17 | initialize *outfile in got_opentemp_named() | ||
| ff7c4d82 | 2018-09-20 14:49:32 | remove now inaccurate comment | ||
| eac0d6b4 | 2018-09-20 14:48:53 | remove obsolete TODO comment | ||
| 293f6400 | 2018-09-20 14:18:51 | make 'blame' traverse history via commit graph | ||
| 4db73312 | 2018-09-20 11:07:56 | add a TODO note for blame | ||
| e65e3e2f | 2018-09-20 10:51:38 | remove useless code in #if 0 | ||
| 414611d9 | 2018-09-19 22:03:24 | fix off-by-one in commit ref counter printed by check_refcount() | ||
| 2673a8da | 2018-09-19 20:01:20 | whitespace | ||
| 298a4a4b | 2018-09-19 20:00:36 | avoid unnecessary strlen() call in find_entry_by_name() | ||
| d9e7e1f6 | 2018-09-19 16:08:32 | match tree entries exactly, not by prefix, in find_entry_by_name() | ||
| 5c2f5761 | 2018-09-19 15:53:10 | fix git repository detection segv bug | ||
| 6bc66952 | 2018-09-19 15:09:35 | fix commit graph iteration again; second entry was omitted | ||
| 028d7a4e | 2018-09-19 14:52:32 | fix commit graph iteration with just one iter-list entry | ||
| d415e120 | 2018-09-19 14:19:23 | fix previous: last entry returned by graph iteration was duplicated | ||
| bee6b577 | 2018-09-19 14:14:24 | make commit graph skip no-op branches and fix iter-list management | ||
| 2c7f8870 | 2018-09-19 13:19:41 | typos | ||
| 221e79cd | 2018-09-16 19:30:04 | count object cache searches | ||
| 71eb0e7f | 2018-09-16 19:24:26 | eliminate redundant cache search in got_object_open_as_tree() | ||
| 434025f3 | 2018-09-16 19:22:12 | eliminate redundant cache search in got_object_open_as_commit() | ||
| e8eb494a | 2018-09-16 19:18:01 | check caches first in got_object_open_as_{tree,commit}() | ||
| bb7182a5 | 2018-09-16 16:12:58 | speed up object id cache by using multiple lists | ||
| 59790a32 | 2018-09-15 21:41:21 | search pack index before doing a stat for loose objects | ||
| 65a9bbe9 | 2018-09-15 21:23:55 | avoid strdup in got_object_id_by_path() and got_object_tree_path_changed() | ||
| 106807b4 | 2018-09-15 20:57:10 | make object caching actually work in got-read-pack | ||
| f4081577 | 2018-09-15 20:45:42 | add a Makefile.inc knob which enables cache debug output | ||
| 7cf5e9c2 | 2018-09-15 20:44:10 | show process name in cache stats debug output | ||
| a31cea73 | 2018-09-15 20:43:39 | fix leaked trees in got_object_tree_path_changed() | ||
| 1c7a5dcb | 2018-09-15 20:31:55 | don't call mktime() needlessly in commit graph | ||
| f970fa8a | 2018-09-15 20:27:04 | fix filtering for directory paths in 'got log' | ||
| 315fa2b2 | 2018-09-15 20:19:18 | count cache eviction events in cache debug stats | ||
| cec9c8a2 | 2018-09-15 20:18:32 | bump tree cache size; some operations are doing lots of tree walks | ||
| faaa1c0f | 2018-09-15 20:05:47 | handle errors from read(2) better while reading pack files | ||
| 31cedeaf | 2018-09-15 19:42:15 | add path filtering support to commit graph | ||
| 07862c20 | 2018-09-15 15:32:22 | introduce got_object_tree_path_changed() and use it in 'got log' | ||
| 60f50a58 | 2018-09-15 15:20:24 | don't crash in got_diff_tree() if trees are empty | ||
| 27d434c2 | 2018-09-15 13:52:06 | replace got_object_open_by_path() with got_object_id_by_path() | ||
| 6402fb3c | 2018-09-15 13:21:51 | change got_object_get_id() semantics; avoids pointless allocations | ||
| 2ff12563 | 2018-09-15 12:39:48 | fix 'make PROFILE=1' build | ||
| 13e51608 | 2018-09-15 12:23:14 | fix bug where duplicates were being added to object idset | ||
| 0dcf3e9c | 2018-09-15 10:57:05 | tweak log message headers again | ||
| dab5fe87 | 2018-09-14 20:22:22 | tweak commit display | ||
| 405a764e | 2018-09-14 00:30:38 | don't display blob IDs twice when diffing blobs directly | ||
| 3b8ef1a8 | 2018-09-14 00:25:13 | tweak diff output and adjust test expectations accordingly | ||
| 8f97f261 | 2018-09-14 00:13:19 | show blob IDs in diffs again and make repository test pass | ||
| f6861a81 | 2018-09-13 23:48:14 | display file paths in diffs instead of blob SHA1s |