summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-04Fix missing null guardErik Johnston1-1/+1
2019-03-04Only check history visibility when filteringErik Johnston2-35/+46
2019-03-04s/get_forward_events/get_successor_events/Er