Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 247140b2 | 2019-02-05 17:15:54 | make got_worktree_open() crawl upwards | ||
| f5d3d7af | 2019-02-05 15:19:24 | use path lists to sort dirent, tree object, and file index entries | ||
| a808cfa5 | 2019-02-03 17:07:55 | add GOT_ERR_BAD_REF_DATA | ||
| 2aa0475c | 2019-02-03 17:00:40 | add got_error_not_ref() | ||
| 5d56da81 | 2019-01-13 17:15:53 | happy new copyright year | ||
| 27793341 | 2019-01-12 18:58:04 | introduce special error code for a corrupt file index | ||
| be7061eb | 2018-12-30 17:30:42 | ensure that 'got update' stays on the current branch | ||
| 49520a32 | 2018-12-29 15:51:56 | verify path prefix when checking out into existing work tree | ||
| 52a74475 | 2018-12-24 16:46:13 | implement got_fileindex_read() - not yet tested | ||
| 4c838a52 | 2018-12-23 22:58:50 | fix message of GOT_ERR_PRIVSEP_MSG error | ||
| 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 | ||
| 99437157 | 2018-11-11 12:52:59 | abort checkout operations cleanly when Ctrl-C is hit | ||
| 89817b30 | 2018-11-11 11:29:19 | test for git's "Fix big left-shifts of unsigned char" delta bug | ||
| 1a76625f | 2018-10-22 21:36:39 | make 'tog log' use background thread and introduce global mutex | ||
| 55afbf19 | 2018-09-08 12:15:13 | tweak imsg-related error messages | ||
| 730c718b | 2018-06-21 18:25:45 | introduce GOT_ERR_RANGE | ||
| 9ba79e04 | 2018-06-11 18:42:04 | commit graph support for tog(1) | ||
| 372ccdbb | 2018-06-10 19:01:41 | basic commit graph; make 'got log' use it; WIP with known bugs | ||
| 54be8251 | 2018-06-04 20:23:59 | add an object id set data structure | ||
| 0c048b15 | 2018-04-27 11:25:46 | offsets in pack files should not make us seek beyond EOF | ||
| b419fc47 | 2018-04-26 22:17:43 | error out if child dies or does not exit with success | ||
| 8c580685 | 2018-04-22 15:40:59 | treat unexpected message from unpriv processes as error | ||
| 2178c42e | 2018-04-22 14:51:49 | read object headers with privsep | ||
| 5b7e13a7 | 2018-04-02 12:46:33 | put a limit on delta chain recursion | ||
| 0c60ce5a | 2018-04-02 11:10:05 | document the current public API | ||
| 0a585a0d | 2018-03-17 18:13:19 | remove GOT_ERR_NO_MEM, we can just use errno in those cases | ||
| 25783624 | 2018-03-12 13:59:29 | use stricter CPPFLAGS from mpi | ||
| 9d31a1d8 | 2018-03-11 20:39:31 | initial implementation of worktree checkout | ||
| 6d9d28c3 | 2018-03-11 02:03:45 | implement worktree open and close operations | ||
| 09fe317a | 2018-03-11 01:33:02 | add function to read worktree meta data file | ||
| 86c3caaf | 2018-03-10 00:22:23 | add worktree skeleton code; implement got_worktree_init() | ||
| 59ece79d | 2018-02-12 22:13:27 | make struct got_object_id opaque | ||
| 885d3e02 | 2018-01-27 01:05:56 | implement delta combiner and a small test suite for it | ||
| 96f5e8b3 | 2018-01-23 13:38:17 | add support for delta chains; implement them for offset deltas | ||
| 3ee5fc21 | 2018-01-17 22:25:01 | add support for extracting non-deltified packed objects | ||
| a487c1d0 | 2018-01-14 17:49:25 | refactor dump_packed_object() a bit; no functional change | ||
| 8251fdbc | 2018-01-12 23:00:06 | introduce got_ferror() and use it | ||
| f334529e | 2018-01-12 21:17:22 | add a conversion function from errno to got_error and use it | ||
| a1fd68d8 | 2018-01-12 20:59:51 | Extract non-deltified objects from pack files. | ||
| 0ebaf008 | 2018-01-10 21:56:48 | verify pack file index checksum | ||
| 0a0a3048 | 2018-01-10 21:15:21 | open pack file index | ||
| 7d283eee | 2017-11-29 17:11:11 | add and test basic blob diffing functionality | ||
| d1cda826 | 2017-11-06 18:53:05 | parse commit objects | ||
| ab9a70b2 | 2017-11-06 13:49:35 | parse object header | ||
| 7b19e0f1 | 2017-11-05 13:35:01 | add copyright | ||
| 4027f31a | 2017-11-04 19:41:54 | initial import; current implementation only parses the .git/HEAD ref |