summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | oidmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-1510-62/+123
| * | | strmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-1514-61/+89
| * | | strmap: introduce `git_strmap_get` and use it throughout the treePatrick Steinhardt2019-02-1511-96/+79
| * | | maps: provide a uniform entry count interfacePatrick Steinhardt2019-02-159-13/+32
| * | | maps: use uniform lifecycle management functionsPatrick Steinhardt2019-02-1532-100/+237
* | | | Merge pull request #4984 from pks-t/pks/refdb-fs-raceEdward Thomson2019-02-221-41/+50
|\ \ \ \
| * | | | refdb_fs: fix race when migrating loose to packed refs in iterationPatrick Steinhardt2019-02-151-2/+2
| * | | | refdb_fs: remove ordering dependency on loose/packed refs loadingPatrick Steinhardt2019-02-151-8/+11
| * | | | refdb_fs: do not lazily copy packed ref cachePatrick Steinhardt2019-02-151-13/+6
| * | | | refdb_fs: refactor error handling in iterator creationPatrick Steinhardt2019-02-151-15/+16
| * | | | refdb_fs: fix potential race with ref repacking in `exists` callbackPatrick Steinhardt2019-02-151-6/+18
| |/ / /
* | | | Merge pull request #4998 from pks-t/pks/allocator-restructuringEdward Thomson2019-02-228-113/+142
|\ \ \ \
| * | | | allocators: make crtdbg allocator reuse its own reallocPatrick Steinhardt2019-02-211-2/+4
| * | | | allocators: extract crtdbg allocator into its own filePatrick Steinhardt2019-02-215-109/+135
| * | | | allocators: move standard allocator into subdirectoryPatrick Steinhardt2019-02-214-5/+6
* | | | | Merge pull request #4992 from pks-t/pks/cache-disposePatrick Steinhardt2019-02-214-6/+6
|\ \ \ \ \
| * | | | | cache: fix misnaming of `git_cache_free`Patrick Steinhardt2019-02-214-6/+6
| |/ / / /
* | | | | Merge pull request #4956 from pks-t/pks/examples-cgit2-standalonePatrick Steinhardt2019-02-2132-569/+316
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | examples/add: add explanatory comments and reformatEtienne Samson2019-02-151-23/+37
| * | | | examples: print available commands if no args are givenPatrick Steinhardt2019-02-151-4/+16
| * | | | examples: create common lg2 executablePatrick Steinhardt2019-02-1527-294/+173
| * | | | examples: merge common network codePatrick Steinhardt2019-02-1510-150/+109
| * | | | examples: remove unused MakefilePatrick Steinhardt2019-02-151-22/+0
| * | | | examples: remove test scriptPatrick Steinhardt2019-02-151-95/+0
| |/ / /
* | | | Merge pull request #4991 from libgit2/ethomson/inttypesPatrick Steinhardt2019-02-213-313/+6
|\ \ \ \
| * | | | Remove public 'inttypes.h' headerethomson/inttypesEdward Thomson2019-02-213-313/+6
* | | | | Merge pull request #4996 from eaigner/masterPatrick Steinhardt2019-02-213-1/+35
|\ \ \ \ \
| * | | | | tests: apply: verify that we correctly truncate the source bufferPatrick Steinhardt2019-02-211-0/+33
| * | | | | apply: prevent OOB read when parsing source bufferErik Aigner2019-02-212-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4987 from lhchavez/fix-odb_otype_fast-leakPatrick Steinhardt2019-02-212-0/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix a memory leak in odb_otype_fast()lhchavez2019-02-202-0/+22
|/ / / /
* | | | Merge pull request #4986 from lhchavez/reallocPatrick Steinhardt2019-02-201-4/+3
|\ \ \ \
| * | | | Make stdalloc__reallocarray call stdalloc__realloclhchavez2019-02-161-4/+3
| | |_|/ | |/| |
* | | | Merge pull request #4990 from libgit2/remove_time_monotonicPatrick Steinhardt2019-02-202-36/+0
|\ \ \ \
| * | | | Remove `git_time_monotonic`remove_time_monotonicEdward Thomson2019-02-172-36/+0
| | |_|/ | |/| |
* | | | Merge pull request #4988 from lhchavez/fix-improbable-odb-initialization-leakPatrick Steinhardt2019-02-201-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a _very_ improbable memory leak in git_odb_new()lhchavez2019-02-161-2/+6
| |/ /
* | | Merge pull request #4989 from libgit2/ethomson/ci_docsEdward Thomson2019-02-171-3/+13
|\ \ \
| * | | ci: publish documentation on mergeethomson/ci_docsEdward Thomson2019-02-171-3/+13
|/ / /
* | | Revert "ci: publish documentation after merge"Edward Thomson2019-02-171-5/+118
* | | fooEdward Thomson2019-02-171-1/+1
* | | fooEdward Thomson2019-02-171-117/+0
* | | ci: publish documentation after mergeEdward Thomson2019-02-171-1/+5
|/ /
* | Merge pull request #4982 from pks-t/pks/worktree-add-bare-headEdward Thomson2019-02-147-33/+114
|\ \
| * | branch: fix `branch_is_checked_out` with bare reposPatrick Steinhardt2019-02-142-2/+16
| * | branches: introduce flag to skip enumeration of certain HEADsPatrick Steinhardt2019-02-145-19/+35
| * | branches: do not assert that the given ref is a branchPatrick Steinhardt2019-02-142-1/+11
| * | branches: add tests for `git_branch_is_checked_out`Patrick Steinhardt2019-02-141-0/+39
| * | worktree: error out early if given ref is not validPatrick Steinhardt2019-02-141-12/+14
* | | Merge pull request #4965 from hackworks/eliminate-check-for-keep-fileEdward Thomson2019-02-144-4/+29
|\ \ \