|
5261c201
|
2018-04-01T23:37:09
|
|
rename 'refs' to 'reference'
|
|
0a585a0d
|
2018-03-17T18:13:19
|
|
remove GOT_ERR_NO_MEM, we can just use errno in those cases
|
|
718b3ab0
|
2018-03-17T17:50:48
|
|
rename the library-internal headers again to a common prefix
|
|
f7e127f3
|
2018-03-17T02:02:32
|
|
move delta cache into struct got_pack
|
|
7e656b93
|
2018-03-17T01:37:48
|
|
add struct got_pack; some preparation for mmap, which isn't used yet
|
|
65cf1e80
|
2018-03-16T22:33:22
|
|
revert the pack file handle cache again; needs more thought
|
|
87c99799
|
2018-03-16T21:26:06
|
|
start caching file handles to packfiles
|
|
bd1223b9
|
2018-03-14T01:21:09
|
|
add a delta cache; saves us from reading + decompressing some deltas
|
|
4847cca1
|
2018-03-12T20:56:31
|
|
make is_git_repo() check for a usable HEAD reference
|
|
4986b9d5
|
2018-03-12T20:51:37
|
|
add support for opening bare repositories
|
|
deeca238
|
2018-03-12T20:41:51
|
|
in is_git_repo(), actually verify presence of git repository dirs and files
|
|
32cb896c
|
2018-03-11T14:10:56
|
|
rename library-private headers from *_priv.h to *_lib.h
|
|
5677e194
|
2018-03-11T13:20:25
|
|
rename got_zb_priv.h to got_zbuf_priv.h
|
|
86c3caaf
|
2018-03-10T00:22:23
|
|
add worktree skeleton code; implement got_worktree_init()
|
|
79b11c62
|
2018-03-09T17:01:49
|
|
add a pack index cache; speeds tree listing up quite a lot
|
|
2393f13b
|
2018-03-09T15:36:55
|
|
support an absolute repos path argument in got_repo_open()
|
|
1411938b
|
2018-02-12T23:25:38
|
|
rename private header filenames so they are in got_ namespace
|
|
3b339b2f
|
2018-02-12T22:56:07
|
|
make struct got_repository opaque
|
|
a1fd68d8
|
2018-01-12T20:59:51
|
|
Extract non-deltified objects from pack files.
|
|
cb672fbd
|
2018-01-10T22:14:47
|
|
remove unncessary #include
|
|
a0448d60
|
2017-11-12T16:10:06
|
|
remove an unused function
|
|
11995603
|
2017-11-05T17:26:31
|
|
resolve symbolic refs
|
|
c3f94f68
|
2017-11-05T14:20:01
|
|
remove got_path functions from public api
|
|
92af5469
|
2017-11-05T14:15:47
|
|
do not require that got applications normalize paths
|
|
4df642d9
|
2017-11-05T13:54:45
|
|
add more special refs which live directly in .git
|
|
7b19e0f1
|
2017-11-05T13:35:01
|
|
add copyright
|
|
4027f31a
|
2017-11-04T19:41:54
|
|
initial import; current implementation only parses the .git/HEAD ref
|