Log

Author Commit Date CI Message
Stefan Sperling cd31e911 2018-07-23T17:49:17 fix a leak and use recallocarray in read_object_header()
Stefan Sperling 17d745b8 2018-07-23T17:19:40 replace reallocarray with recallocarray throughout inflate.c
Stefan Sperling 666b4ca8 2018-07-23T17:03:36 wrap overlong line
Stefan Sperling 37bd7602 2018-07-23T17:01:35 fix length calculations in mmap inflate; fixes garbage diffs
Stefan Sperling 720ad641 2018-07-23T13:40:13 don't remove cached elements in got_object_idcache_add()
Stefan Sperling 61c9f6dc 2018-07-23T13:37:08 plug a leak in got_object_idcache_add()
Stefan Sperling b565f6f8 2018-07-23T13:08:03 avoid unnecessary reallocations in fetch_commits_from_open_branches()
Stefan Sperling f4ceb45e 2018-07-23T12:40:12 commit graph child adjancencies are not used; drop them
Stefan Sperling 621015ac 2018-07-23T11:58:54 use strsep() correctly in got's print_commit()
Stefan Sperling 7a132809 2018-07-23T11:41:06 fix leak in object_path()
Stefan Sperling 117e771c 2018-07-23T11:34:57 eliminate local 'obj' variable in got's print_patch()
Stefan Sperling fa2f6902 2018-07-23T11:30:26 use got_object_qid_free() consistently
Stefan Sperling f831532b 2018-07-23T11:22:21 remove unused got_object_idset_remove_random()
Stefan Sperling fb5b9d5a 2018-07-23T11:18:44 fix more leaks in commit graph's add_node()
Stefan Sperling c336f889 2018-07-23T10:53:49 don't store copies of packfile paths in each delta
Stefan Sperling 673702af 2018-07-23T10:37:54 fix leak in dump_delta_chain_to_file()
Stefan Sperling ab3ad429 2018-07-23T10:34:33 fix leaks in resolve_offset_delta()
Stefan Sperling 063c1bed 2018-07-23T10:12:37 free parent ids when freeing commit graph nodes
Stefan Sperling 5aef3967 2018-07-22T16:25:11 plug some leaks in inflate.c
Stefan Sperling 4e845d01 2018-07-22T16:10:19 fix leaks in commig graph's add_node()
Stefan Sperling 6b765bce 2018-07-22T15:46:50 fix logic error in print_commits()
Stefan Sperling ca008b32 2018-07-22T15:38:50 fix leak in got_object_open_by_path()
Stefan Sperling fcc85cad 2018-07-22T15:17:37 make 'got log' show all commits again and fix some leaks
Stefan Sperling cb352812 2018-07-22T14:08:45 callers of add_node() don't need to check for GOT_ERR_OBJ_EXISTS
Stefan Sperling ce47a424 2018-07-22T13:52:36 treat double-linking to same child in commit graph as no-op
Stefan Sperling e0d42f60 2018-07-22T13:34:59 fix display of selected commit id in tog log view header
Stefan Sperling 034e3b69 2018-07-22T13:24:35 simplify selection of first entry to display in log view
Stefan Sperling c9beca56 2018-07-22T12:43:13 tog's blame_thread needs to hold mutex while closing repo
Stefan Sperling 69efd4c4 2018-07-18T09:57:07 allow entering log view from tree view
Stefan Sperling a7f40148 2018-07-18T09:39:14 make draw_commits() fetch more commits if necessary
Stefan Sperling 03943eb2 2018-07-18T09:34:28 ncurses does not return ERR with errno == EINTR; don't expect it
Stefan Sperling 55198a88 2018-07-16T18:00:51 fix tog crash with window resize and scrolling
Stefan Sperling ecb28ae0 2018-07-16T16:10:58 allow filtering history by path in tog log
Stefan Sperling 55ad411b 2018-07-16T13:59:27 set a boolean properly
Stefan Sperling e456239b 2018-07-16T13:58:36 initialize variable correctly
Stefan Sperling 04ca23f4 2018-07-16T13:05:23 allow filtering history by paths in 'got log'
Stefan Sperling 85f51bba 2018-07-16T07:49:08 scan upwards for git repositories
Stefan Sperling 2550e4c3 2018-07-13T11:42:02 fix memory leaks in tog display code
Stefan Sperling 7e30a9bd 2018-07-13T11:27:04 reenable mmap in got by default; committed by accident
Stefan Sperling 60507209 2018-07-13T11:26:37 fix a leak in got_inflate_to_mem_mmap()
Stefan Sperling e79f468e 2018-07-13T11:18:05 re-enable object cache; committed accidentally
Stefan Sperling df9513f1 2018-07-13T11:02:06 fix mem leak in blame_changes() error path
Stefan Sperling 3efa19e7 2018-07-13T10:51:34 fix more memleaks
Stefan Sperling 58c811c5 2018-07-13T10:40:56 remove a wrong free() in got_blame()
Stefan Sperling e8f89a81 2018-07-13T10:38:31 only unmap map if non-NULL in got_pack_close()
Stefan Sperling d4af3990 2018-07-13T10:28:26 fix mem leaks in got_blame()
Stefan Sperling ce7f1bfe 2018-07-13T10:26:08 fix a mem leak in blame_commit()
Stefan Sperling 9328d2ed 2018-07-13T10:15:35 make tog blame thread close its repo when done
Stefan Sperling 14437fb1 2018-07-13T10:04:13 in tog blame, set corret pointer to NULL after object close
Stefan Sperling 29779489 2018-07-13T00:40:57 fix typo in Makefile comments: CPLAGS -> CFLAGS
Stefan Sperling ccfe88e6 2018-07-13T00:39:26 provide a compile-time toggle for object caching
Stefan Sperling 062ebb78 2018-07-13T00:30:22 replace some calloc() with malloc() in object.c
Stefan Sperling 26206841 2018-07-13T00:06:40 always close blame in got_blame_incremental()
Stefan Sperling 1960a6f9 2018-07-12T23:56:25 don't leak objects in tog blame view
Stefan Sperling 7a2921f9 2018-07-12T23:48:35 allow blaming parents of commits in tog blame view
Stefan Sperling c46b9352 2018-07-12T23:32:01 make backspace scroll up an entire page in tog diff view
Stefan Sperling dccb68cb 2018-07-12T23:29:54 disable enter key scroll in tog diff view
Stefan Sperling 38f94530 2018-07-12T23:27:57 make backspace scroll up in blame view and document space key
Stefan Sperling d2dfcfbf 2018-07-12T23:22:11 don't page-down scroll beyond EOF in tog blame view
Stefan Sperling a026b947 2018-07-12T23:19:04 don't sroll beyond end of file in tog blame view
Stefan Sperling 030916b5 2018-07-12T22:11:03 man page for tog
Stefan Sperling 12a0b23b 2018-07-12T21:31:08 tweak tog blame progress indicator
Stefan Sperling 1d13200f 2018-07-12T19:17:57 allow showing object IDs in tog tree view
Stefan Sperling dbc6a6b6 2018-07-12T19:05:28 allow going back to previously blamed commits in tog blame
Stefan Sperling 245d91c1 2018-07-12T18:30:28 allow re-blaming file at older commits in tog blame view
Stefan Sperling 084063cd 2018-07-12T15:45:59 tweak tog blame current line display and fix page-down scrolling
Stefan Sperling ab089a2a 2018-07-12T15:31:52 show commit id in blame view header
Stefan Sperling decd3bd1 2018-07-12T15:17:27 tweak header line in tog tree view
Stefan Sperling c35a7943 2018-07-12T15:04:11 account for line shift in blame; lots of help from tb@
Stefan Sperling 45202a8f 2018-07-11T20:57:44 fix reading ref deltas
Stefan Sperling 89a4e64f 2018-07-11T13:11:58 add missing call to blame callback
Stefan Sperling bd24772e 2018-07-11T13:07:03 use a separate repository structure for blame thread
Stefan Sperling ede67fd9 2018-07-10T23:32:29 remove empty line from commit diff output
Stefan Sperling 867c6645 2018-07-10T23:29:54 show selected commit's hash in tog log view
Stefan Sperling 880dcab3 2018-07-10T22:53:34 remove hash from tog log view
Stefan Sperling b880a918 2018-07-10T22:21:11 refactor tog blame diff display code; no functional change
Stefan Sperling fb311a66 2018-07-10T22:00:22 don't crash in tog blame -> diff if commit has no parent
Stefan Sperling ee41ec32 2018-07-10T22:00:07 tweak tog blame display
Stefan Sperling 0e2a293c 2018-07-10T19:12:54 clean up allocations after showing diff from blame view
Stefan Sperling ad6a6c43 2018-07-10T19:10:17 allow switching from blame view to diff view in tog
Stefan Sperling b700b5d6 2018-07-10T18:53:33 implement line selection in tog blame view
Stefan Sperling b39d25c7 2018-07-10T17:26:28 show day of commit in tog log view
Stefan Sperling 18430de3 2018-07-10T15:42:52 nicer blame progress display in tog
Stefan Sperling 3bf198ba 2018-07-10T15:02:13 always pass commit ID to incremental blame callback
Stefan Sperling 3f60a8ef 2018-07-10T14:47:24 show a header line in tog's blame view
Stefan Sperling d68a0a7d 2018-07-10T13:47:25 implement cleaner cancellation of tog's blame view
Stefan Sperling 75b7a700 2018-07-10T13:32:19 allow quitting tog blame view while blame is in progress
Stefan Sperling 67c4c153 2018-07-10T13:24:56 fix a crash and a memory leak in tog
Stefan Sperling 84451b3e 2018-07-10T13:17:00 implement incremental blame display for tog
Stefan Sperling 63581804 2018-07-09T22:23:00 rename zbuf to inflate
Stefan Sperling fc79a48d 2018-07-09T17:00:51 add a compile time switch to read pack index with read(2)
Stefan Sperling af9b7fee 2018-07-09T16:32:39 add compile-time switch which disables mmap for pack files
Stefan Sperling 57363308 2018-07-09T16:20:48 fall back to read() as intended if mapping packfile fails
Stefan Sperling e7242cee 2018-07-09T15:59:44 less memset() needed in got_inflate_init()
Stefan Sperling d7464085 2018-07-09T15:30:16 read pack files with mmap
Stefan Sperling 1828273a 2018-07-09T13:52:40 don't crash in 'got blame' error path
Stefan Sperling 0cb74cf4 2018-07-08T19:08:12 don't verify pack index SHA1 upon regular access
Stefan Sperling e7ea91f8 2018-07-08T18:37:22 in tog, fix width calculation of lines with tabs
Stefan Sperling eb77ee11 2018-07-08T18:06:36 add an object id cache which backs the object cache
Stefan Sperling 60f2eee1 2018-07-08T17:18:45 undo previous; too much mixup in one data structure