|
246e1c78
|
2018-11-08T19:09:27
|
|
prevent free of bogus pointers via fetch_commits_from_open_branches()
|
|
5e50c36a
|
2018-11-08T19:09:08
|
|
remove premature optimization which resulted in buggy logic
|
|
b9c33926
|
2018-11-07T08:59:06
|
|
avoid unnecessary memcpy in got_privsep_send_commit()
|
|
a58a49db
|
2018-11-07T08:50:59
|
|
avoid unnecessary memcpy in got_privsep_send_tree()
|
|
68bf1b1e
|
2018-11-07T08:43:13
|
|
unnecessary repeated strlen() in parse_tree_entry()
|
|
c3b78ecc
|
2018-11-07T08:24:04
|
|
no need to zero tree during allocation in got_privsep_recv_tree()
|
|
291624d8
|
2018-11-07T08:21:38
|
|
kill more unnecessary memcpy in privsep.c
|
|
c0588d8d
|
2018-11-07T08:00:51
|
|
avoid unnecessary memcpy in got_privsep_recv_tree()
|
|
32777563
|
2018-11-07T07:28:37
|
|
avoid tips temp copy in fetch_commits_from_open_branches()
|
|
cb103d04
|
2018-11-07T06:42:26
|
|
allow got_object_idset_for_each() to return an error
|
|
1bf85b22
|
2018-11-07T06:28:59
|
|
stop messing with the open_branches set in add_node()
|
|
63da309a
|
2018-11-07T05:22:46
|
|
tree entries are sorted, so find_entry_by_name() can exit early
|
|
51c68690
|
2018-11-07T04:54:29
|
|
make tog always focus a diff view opened from blame view
|
|
08451938
|
2018-11-05T23:23:23
|
|
no need to zero path during allocation in get_packfile_path()
|
|
14118581
|
2018-11-05T23:20:43
|
|
no need to zero got_delta during allocation
|
|
e6ace2b9
|
2018-11-05T23:17:03
|
|
remove unnecessary #include
|
|
e336e3d6
|
2018-11-05T22:45:25
|
|
use userspace red-black tree macros, not kernel ones
|
|
f054b67a
|
2018-11-05T22:28:03
|
|
remove object_idcache; use object_idset instead
|
|
984e8a45
|
2018-11-05T21:18:58
|
|
implement object idset with a red-black tree
|
|
6dfaee02
|
2018-11-05T19:09:07
|
|
initialize te->mode in parse_tree_entry()
|
|
507aef8f
|
2018-11-05T18:57:41
|
|
no need to zero object cache entries during allocation
|
|
acf0c7c6
|
2018-11-05T18:56:36
|
|
no need to zero commit's tree ID during allocation
|
|
d83eb5cd
|
2018-11-05T18:50:09
|
|
make id cache eviction more efficient
|
|
5df4932d
|
2018-11-05T18:25:15
|
|
improve handling of struct got_object_qid allocations
|
|
a0b3389c
|
2018-11-05T18:15:49
|
|
no need to zero new id cache elements during allocation
|
|
294f39b0
|
2018-11-05T18:14:37
|
|
no need to zero new idset elements during allocation
|
|
32ac459c
|
2018-11-05T18:12:25
|
|
there's no need to zero tree entries during allocation
|
|
15fe583f
|
2018-11-05T17:57:30
|
|
search most recently opened pack index first, not last
|
|
649fc316
|
2018-11-05T17:41:24
|
|
remove a redundant call to detect_changed_path()
|
|
bfd1f6da
|
2018-11-05T16:59:42
|
|
init commit timestamp earlier in commit graph's add_node()
|
|
29696368
|
2018-11-05T16:58:13
|
|
rename local variable in got_object_tree_path_changed()
|
|
55566b34
|
2018-11-05T16:49:23
|
|
make tog always focus a diff view opened from log view
|
|
dab9d9b6
|
2018-11-05T16:41:53
|
|
actually initialize cache struct in got_object_cache_init()
|
|
19ae6da1
|
2018-11-05T16:38:08
|
|
compare object IDs just once in diff_entry_old_new()
|
|
9185b863
|
2018-11-05T16:30:04
|
|
tree cache size can be reduced without harmful effects
|
|
ccb26ccd
|
2018-11-05T16:16:35
|
|
avoid a call to mktime() in commit graph's add_node()
|
|
9bccfa63
|
2018-11-05T15:42:42
|
|
reduce cache sizes; less memcmp calls during 'got log PATH'
|
|
41fa1437
|
2018-11-05T15:30:15
|
|
back out mini-commits; no significant performance difference
|
|
710f3f4e
|
2018-11-05T15:26:18
|
|
make got-read-pack pre-seed the main process mini commit cache
|
|
05e1230b
|
2018-11-05T12:42:03
|
|
rename got_commit_object_mini to got_mini_commit_object
|
|
e32baab7
|
2018-11-05T12:39:49
|
|
add an object cache for mini commits
|
|
7762fe12
|
2018-11-05T11:46:30
|
|
add a mini-commit object for use by commit graph
|
|
b36429ab
|
2018-11-05T01:44:27
|
|
reduce the amount of memcmp() calls via got_object_idset_add()
|
|
fd1d2703
|
2018-11-04T22:29:58
|
|
don't eat errors in detect_changed_path() + cosmetic fixes
|
|
6eb07a17
|
2018-11-04T22:09:59
|
|
fix imsg limit calculation in got_privsep_send_tree()
|
|
b00c9821
|
2018-11-04T21:37:28
|
|
avoid unnecessary imsg flushing in got_privsep_send_tree()
|
|
904df868
|
2018-11-04T21:31:51
|
|
avoid unnecessary imsg_flush() in got_privsep_send_commit()
|
|
79fcf3e4
|
2018-11-04T21:20:17
|
|
fix build with PROFILE=1
|
|
fa4ffeb3
|
2018-11-04T19:59:47
|
|
properly flush imsg in send_commit_logmsg()
|
|
644e44ed
|
2018-11-04T16:40:28
|
|
remove some dead code
|
|
18336eed
|
2018-11-04T14:29:05
|
|
fix error check in got_privsep_recv_blob()
|
|
77880158
|
2018-11-04T13:09:52
|
|
move code not used by libexec tools out of object_parse.c
|
|
8a0ead39
|
2018-11-03T12:27:16
|
|
fix stuck cursor on page-up in tog's tree view
|
|
f2877bf5
|
2018-10-24T15:49:13
|
|
expose merge commits in log output again
|
|
2b380cc8
|
2018-10-24T13:43:13
|
|
delay creation of secondary threads in tog until view is shown
|
|
fed7eaa8
|
2018-10-24T13:40:00
|
|
always select the new view in tog's view loop
|
|
f7013a22
|
2018-10-24T13:33:36
|
|
add missing error check in tog's input_log_view()
|
|
f41eceb0
|
2018-10-24T12:04:26
|
|
prevent dead view from being re-used in tog's view_loop
|
|
25791caa
|
2018-10-24T11:50:14
|
|
fix crashes in tog when terminal is resized
|
|
a6d7eb8d
|
2018-10-24T11:27:28
|
|
in tog, check return code of replace_panel()
|
|
00338a04
|
2018-10-24T10:46:19
|
|
remove remaining calls into ncurses from secondary tog threads
|
|
758194b5
|
2018-10-24T10:45:03
|
|
tog: show appropriate panels when current view is moved into focus
|
|
34095730
|
2018-10-23T00:22:48
|
|
make backspace key work if 'tog log' runs in a child view
|
|
2bd27830
|
2018-10-23T00:05:15
|
|
give tog's child views >= 80 columns width
|
|
23721109
|
2018-10-22T23:47:25
|
|
fix logging /sys in tog while /sys symlink exists on disk
|
|
797bc7b9
|
2018-10-22T23:30:33
|
|
prevent use-after free in tog's close_log_view()
|
|
fd823528
|
2018-10-22T23:17:05
|
|
refresh tog screen faster during during init phase
|
|
2c438a0a
|
2018-10-22T22:56:50
|
|
remove #if 0 code which called curses from other threads
|
|
0833f15d
|
2018-10-22T22:55:32
|
|
use halfdelay mode to auto-refresh tog's screen every second
|
|
510e8b0a
|
2018-10-22T22:51:58
|
|
ncurses isn't thread-safe; disable ncurses calls in secondary threads
|
|
cc5bac66
|
2018-10-22T22:33:29
|
|
revert previous; didn't fix the issue
|
|
4e6e7fdc
|
2018-10-22T22:23:20
|
|
make tog read input from stdscr; avoids races when resizing
|
|
876c7f55
|
2018-10-22T21:54:30
|
|
fix error leak in tog's view_input()
|
|
d6144aad
|
2018-10-22T21:50:00
|
|
fix auto-update of 'tog blame' display
|
|
1a76625f
|
2018-10-22T21:36:39
|
|
make 'tog log' use background thread and introduce global mutex
|
|
f41a30ed
|
2018-10-18T22:47:14
|
|
remove print from 'got checkout' showing redundant information
|
|
4a8520aa
|
2018-10-18T22:32:17
|
|
use a constant for max diff context size
|
|
ae9f01af
|
2018-10-18T22:25:21
|
|
add -C option to diff and log synopsis in got man page
|
|
6e3e5d9c
|
2018-10-18T15:35:24
|
|
fix a NULL deref in tog
|
|
5de5890b
|
2018-10-18T15:18:16
|
|
add a 'got tree' subcommand
|
|
0996b108
|
2018-10-18T12:47:24
|
|
remove '[' and ']' key bindings from tog log
|
|
48ae06ee
|
2018-10-18T12:19:34
|
|
allow changing amount of context lines in tog diff view
|
|
c0cc5c62
|
2018-10-18T11:55:49
|
|
add diff context option to got(1)
|
|
df2871d2
|
2018-10-18T11:45:20
|
|
make amount of diff context configurable at API level
|
|
5c60c32a
|
2018-10-18T11:29:42
|
|
switch between full- and splitscreen when window size changes
|
|
86c66b02
|
2018-10-18T11:11:12
|
|
allow only one parent view per type in tog
|
|
c0d30c23
|
2018-10-07T15:06:31
|
|
tog man page updates
|
|
8f0b819c
|
2018-10-07T14:54:47
|
|
the ~ key binding has been removed from tog
|
|
669b5ffa
|
2018-10-07T14:32:50
|
|
switch tog's view model to a one-parent/one-child model
|
|
3f6f7423
|
2018-10-07T12:15:40
|
|
remove dead code from tog
|
|
a020b724
|
2018-10-07T12:08:37
|
|
remove unused fields from struct tog_view
|
|
b7f284cf
|
2018-10-07T11:49:47
|
|
fix inverted default in tog's view_needs_focus_indication()
|
|
bfddd0d9
|
2018-09-29T19:48:19
|
|
focus diff view when it comes up in fullscreen
|
|
a81bf10d
|
2018-09-29T19:43:27
|
|
quit all tog views upon quit with initial view in focus
|
|
878940b7
|
2018-09-29T19:40:09
|
|
try an alternative approach to updating tog sibling views
|
|
0cf4efb1
|
2018-09-29T19:01:00
|
|
tweak view organization in tog; add a fullscreen toggle
|
|
1004088d
|
2018-09-29T16:24:13
|
|
revert previous; non-top panels can be focussed
|
|
7eaae967
|
2018-09-29T15:56:14
|
|
track tog view focus via panel stack instead of a custom flag
|
|
38fe7374
|
2018-09-29T15:12:40
|
|
rename tog's show_commit() to open_diff_view_for_commit()
|
|
2a4718d3
|
2018-09-29T15:10:29
|
|
make tog's show_commit() more generic
|