Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| a143fb78 | 2018-12-25 15:59:11 | try to sync file index to disk if checkout hits an error | ||
| 271d2a38 | 2018-12-25 15:38:24 | store parsed head reference in struct got_worktree | ||
| fc76cabb | 2018-12-25 15:24:16 | store base commit of each blob in file index | ||
| eaccb85f | 2018-12-25 15:19:52 | store a parsed base commit ID in struct got_worktree | ||
| 0f92850e | 2018-12-25 15:02:25 | fix naming of some work tree meta data files and macros | ||
| 4acef5ee | 2018-12-24 22:26:29 | fix crash in tog when diffing a root commit | ||
| 93a30277 | 2018-12-24 20:11:47 | make got_worktree_checkout_files() infer base commit from meta data | ||
| 65596e15 | 2018-12-24 19:59:50 | store base commit in a dedicated meta file | ||
| 08d425ea | 2018-12-24 19:49:50 | undo previous | ||
| a1a7858a | 2018-12-24 18:15:42 | store commit hash along with the HEAD ref in .got/head | ||
| de060dff | 2018-12-24 17:39:23 | handle zero-length files in open_blob() correctly | ||
| 454a6b59 | 2018-12-24 17:32:40 | fix fwrite() call in got_object_blob_dump_to_file() | ||
| 61d6eaa3 | 2018-12-24 17:30:26 | fix broken fwrite() check in add_file_on_disk() | ||
| b6752625 | 2018-12-24 17:28:46 | fix an unchecked fwrite() call in got_object_blob_dump_to_file() | ||
| f392e333 | 2018-12-24 17:28:20 | verify total size vs header length in got-read-blob | ||
| b87c6f83 | 2018-12-24 17:09:24 | catch fatal i/o errors in add_file_on_disk() | ||
| 3fe2daf1 | 2018-12-24 17:03:21 | remove pointless memcopies from fileindex code | ||
| 7426bbfd | 2018-12-24 16:53:03 | rename fileindex functions from open/close to alloc/free | ||
| 9eb6a6b2 | 2018-12-24 16:48:45 | fix byte-swaps in fileindex read code | ||
| 52a74475 | 2018-12-24 16:46:13 | implement got_fileindex_read() - not yet tested | ||
| b8bdcc21 | 2018-12-24 15:49:43 | rename local variable in got_worktree_checkout_files() | ||
| 5e0b25c4 | 2018-12-24 14:37:19 | wrap another long line | ||
| a7403916 | 2018-12-24 14:33:38 | wrap overlong line | ||
| aea5f015 | 2018-12-24 14:29:50 | drop dead code from got_privsep_send_obj_req() | ||
| 9f2369b0 | 2018-12-24 14:25:18 | make all the read_privsep functions local to object.c | ||
| ebc55e2d | 2018-12-24 14:18:56 | eliminate got_object_open() round-trip when opening blobs | ||
| 09de383e | 2018-12-24 14:18:21 | fix crash in blame since 18f4293943894155d5ccbdb423f1e8a2bb1e1d62 | ||
| 268f7291 | 2018-12-24 11:18:58 | eliminate got_object_open() round-trip when opening tags | ||
| 0de8fe28 | 2018-12-24 11:00:43 | make repos regress tests pass again | ||
| 54156555 | 2018-12-24 10:58:32 | undo commit timestamps next to paths in diffs; they are redundant | ||
| 18f42939 | 2018-12-24 10:49:42 | show blob headers in diffs for added/deleted files | ||
| adacb96f | 2018-12-24 10:39:46 | show commit timestamps in diff headers | ||
| 13c729f7 | 2018-12-24 09:35:07 | eliminate got_object_open() round-trip when opening trees | ||
| c1124f18 | 2018-12-24 00:12:33 | don't show a colon after 'commit' in tog | ||
| 8524ff9a | 2018-12-23 23:45:06 | don't clean up twice in start_pack_privsep_child() | ||
| 711fb6e8 | 2018-12-23 23:41:25 | de-duplicate some code I copied around in object.c | ||
| a158c901 | 2018-12-23 23:35:37 | make all the _packed_read_privsep() functions local to object.c | ||
| 6e72e6a3 | 2018-12-23 23:21:35 | there's no point in embedding the object header in commits | ||
| 1785f84a | 2018-12-23 23:15:42 | eliminate got_object_open() round-trip when opening commits | ||
| 4c838a52 | 2018-12-23 22:58:50 | fix message of GOT_ERR_PRIVSEP_MSG error | ||
| 4796fb13 | 2018-12-23 15:09:42 | pass object ID to open_loose_object() instead of an object | ||
| 7b390526 | 2018-12-23 15:01:48 | document UTF-8 API functions | ||
| 5a3026e5 | 2018-12-23 14:57:57 | remove obsolete statements from API docs | ||
| ddf1c734 | 2018-12-23 14:54:03 | make got_object_blob_id_str() a private API | ||
| 15a94983 | 2018-12-23 14:48:47 | remove struct got_object from public library API | ||
| 57670559 | 2018-12-23 14:13:45 | prevent crash in error path via tog's stop_blame() | ||
| 450eaa8b | 2018-12-23 12:12:12 | typos | ||
| 2df4e4ff | 2018-12-23 12:11:34 | mention that commit timestamps are UTC in API docs | ||
| 45d799e2 | 2018-12-23 12:10:27 | make commit objects opaque in the library's API | ||
| 56765ebb | 2018-12-23 11:37:47 | remove colon from diff header | ||
| abd2672a | 2018-12-23 11:36:31 | move commit header printing in diffs out of the library | ||
| 0f2b3dca | 2018-12-22 12:57:39 | show diffed commit IDs in 'got log -p' output | ||
| a9a46275 | 2018-12-22 12:52:21 | show IDs of commits being compared in 'got diff' | ||
| 33d869be | 2018-12-22 12:44:02 | undo previous; indentation is enough to avoid parsing problems | ||
| e52d343e | 2018-11-29 10:23:41 | make 'got log' show the number of lines in a log message | ||
| 06ca4d09 | 2018-11-19 10:14:24 | stop history traversal once blame has annotated all lines | ||
| 6fcac457 | 2018-11-19 10:05:28 | store number of lines in int instead of size_t | ||
| f2e233d8 | 2018-11-19 09:57:31 | don't abort blame in annotate_line() if lines are out of range | ||
| 998ff57f | 2018-11-19 00:22:17 | make advance_branch() search the smaller id set first | ||
| 9f57848c | 2018-11-19 00:20:14 | remove unnecessary graph search in advance_branch() | ||
| 81a966c0 | 2018-11-19 00:11:01 | whitespace | ||
| b7cd37e5 | 2018-11-19 00:05:48 | eliminate strlen() in got_object_id_by_path() | ||
| 3b7f9878 | 2018-11-19 00:04:25 | eliminate strlen() call in got_object_tree_path_changed() | ||
| 73026088 | 2018-11-18 23:47:19 | rename got_commit_graph_node's commit_timestamp to timestamp | ||
| 7a62478b | 2018-11-18 23:45:45 | remove some unused cruft from commit graph | ||
| 0e9101d5 | 2018-11-18 23:37:05 | if-return-early instead of if-else in detect_changed_path() | ||
| 7310c1c3 | 2018-11-18 23:33:59 | don't open tree unnecessarily in detect_changed_path() | ||
| ce95c694 | 2018-11-18 23:30:14 | remove unreachable code | ||
| 45f209d7 | 2018-11-18 23:18:50 | add_node() must remove freed nodes from graph in error path | ||
| 9b88e78c | 2018-11-18 23:08:01 | don't add duplicates to commit graph's open branches set | ||
| d2c2d781 | 2018-11-18 21:46:12 | fix comparison of parents content in advance_branch() | ||
| 6dcdad08 | 2018-11-18 21:45:31 | plug memory leaks in advance_branch() | ||
| e20293f2 | 2018-11-17 16:35:27 | revert previous; it made a wrong assumption and broke diff | ||
| 4b917664 | 2018-11-17 16:34:00 | make diff's match_entry_by_name() exit early if possible | ||
| d6ce02f1 | 2018-11-17 16:30:29 | fix paths in diffs showing newly added trees | ||
| 28714985 | 2018-11-17 16:12:36 | add got-read-tag libexec helper | ||
| f4a881ce | 2018-11-17 16:04:05 | more support for tag objects; new code is not yet reachable | ||
| c945ec50 | 2018-11-17 15:52:59 | init output param in {parse,read}_object_header | ||
| 13f977b4 | 2018-11-17 13:14:21 | Set output to NULL if got_object_parse_tree() fails. | ||
| 6f3efa55 | 2018-11-16 09:49:09 | remove unused declarations | ||
| 8fa9fd14 | 2018-11-11 15:14:58 | remove unnecessary cast | ||
| 73b7854a | 2018-11-11 15:13:06 | handle error imsg directly in got_privsep_recv_imsg() | ||
| 46de5bfd | 2018-11-11 15:10:33 | wrap overlong line | ||
| 96732e0b | 2018-11-11 15:05:43 | fix error handling in got_pack_stop_privsep_child() | ||
| e93cd828 | 2018-11-11 15:03:21 | fix imsg_compose() error check in got_privsep_send_error() | ||
| 84453469 | 2018-11-11 14:36:55 | make 'got log' and 'got tree' bail out cleanly upon Ctrl-C | ||
| 9489f1f7 | 2018-11-11 13:53:24 | avoid use-after-free via got_object_idset_for_each() | ||
| d1451975 | 2018-11-11 13:52:20 | add custom error code for 'no such tree entry' errors | ||
| 91a3d81f | 2018-11-11 13:41:46 | introduce got errors with custom messages; add one for ERR_NO_OBJ | ||
| 80d5f134 | 2018-11-11 12:59:22 | don't be noisy on stderr when Ctrl-C is hit | ||
| 99437157 | 2018-11-11 12:52:59 | abort checkout operations cleanly when Ctrl-C is hit | ||
| b2f7af54 | 2018-11-11 11:40:53 | check for size_t overflow in got_delta_apply_in_mem() like libgit2's c15771104 (delta: fix overflow when computing limit) | ||
| 53509745 | 2018-11-11 11:34:13 | test for libgit2's out-of-bounds read of delta bug | ||
| 89817b30 | 2018-11-11 11:29:19 | test for git's "Fix big left-shifts of unsigned char" delta bug | ||
| 34fca9c3 | 2018-11-11 11:10:11 | bounds checks before memcpy in got_delta_apply_in_mem() | ||
| 246e1c78 | 2018-11-08 19:09:27 | prevent free of bogus pointers via fetch_commits_from_open_branches() | ||
| 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() |