summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move libgit2 settings into libgit2.cethomson/init-bakEdward Thomson2020-07-113-323/+329
* Rename global.c to libgit2.cEdward Thomson2020-07-111-0/+0
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-07-1127-215/+259
* thread: don't use the global tlsdata for thread exitEdward Thomson2020-07-112-11/+18
* thread: restore the git_thread_exit testsEdward Thomson2020-07-111-1/+7
* global: separate global state from thread-local stateEdward Thomson2020-07-117-239/+258
* global init: check error message buffer allocationEdward Thomson2020-07-111-2/+5
* mwindow: localize mutexEdward Thomson2020-07-115-18/+15
* settings: localize global dataEdward Thomson2020-07-117-19/+38
* win32: stack tracing uses the normal initEdward Thomson2020-07-115-15/+18
* init: move thread init to git_global_threads_initEdward Thomson2020-07-115-5/+7
* Merge pull request #5568 from lhchavez/ubsanEdward Thomson2020-07-093-9/+15
|\
| * Make the tests run cleanly under UndefinedBehaviorSanitizerlhchavez2020-06-303-9/+15
* | Merge pull request #5567 from lhchavez/msanEdward Thomson2020-07-099-13/+21
|\ \
| * | Make the tests pass cleanly with MemorySanitizerlhchavez2020-06-309-13/+21
| |/
* | Merge pull request #5561 from A-Ovchinnikov-mx/a-ovchin/windres-rcEdward Thomson2020-07-092-6/+19
|\ \
| * | Use __GNUC__ macro in the resource scriptAlexander Ovchinnikov2020-07-012-7/+7
| * | Review: Rename the stringize macroAlexander Ovchinnikov2020-07-011-5/+5
| * | Enable building git2.rc resource script with GCCAlexander Ovchinnikov2020-07-012-4/+17
| |/
* | Merge pull request #5571 from lhchavez/ntlmclient-sanitizersEdward Thomson2020-07-021-11/+8
|\ \ | |/ |/|
| * Make NTLMClient Memory and UndefinedBehavior Sanitizer-cleanlhchavez2020-06-301-11/+8
|/
* Merge pull request #5559 from pks-t/pks/diff-print-fixupsEdward Thomson2020-06-231-52/+55
|\
| * diff_print: adjust code to match current coding stylePatrick Steinhardt2020-06-171-44/+32
| * diff_print: return out-of-memory situation when printing binaryPatrick Steinhardt2020-06-171-0/+3
| * diff_print: do not call abort(3P)Patrick Steinhardt2020-06-171-3/+2
| * diff_print: handle errors when printing to filePatrick Steinhardt2020-06-171-5/+18
* | Merge pull request #5419 from lhchavez/fix-git_index_add_from_buffer-docsPatrick Steinhardt2020-06-171-2/+1
|\ \ | |/ |/|
| * index: Update the documentation for git_index_add_from_buffer()lhchavez2020-02-231-2/+1
* | Merge pull request #5550 from libgit2/ethomson/github_actionsEdward Thomson2020-06-167-8/+267
|\ \
| * | Introduce CI with GitHub Actionsethomson/github_actionsEdward Thomson2020-06-164-2/+263
| * | docker: don't take BASE as an argumentEdward Thomson2020-06-112-4/+2
| * | azure pipelines: use bundled zlibEdward Thomson2020-06-101-2/+2
* | | Merge pull request #5552 from libgit2/pks/small-fixesEdward Thomson2020-06-133-63/+17
|\ \ \
| * | | checkout: remove unused code for deferred removalspks/small-fixesPatrick Steinhardt2020-06-081-53/+11
| * | | tests: refs: modernize coding style of testcasePatrick Steinhardt2020-06-081-8/+3
| * | | revparse: remove superfluous tab characterPatrick Steinhardt2020-06-081-1/+1
| * | | revparse: detect out-of-memory cases when parsing curly brace contentsPatrick Steinhardt2020-06-081-1/+2
* | | | Merge pull request #5553 from pks-t/pks/example-log-docfixEdward Thomson2020-06-121-9/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | examples: log: fix documentation generationPatrick Steinhardt2020-06-081-9/+18
| |/ /
* | | Merge pull request #5551 from pks-t/pks/missing-declarationsPatrick Steinhardt2020-06-1052-124/+148
|\ \ \
| * | | cmake: enable warnings for missing function declarationsPatrick Steinhardt2020-06-091-0/+2
| * | | refs: add missing function declarationPatrick Steinhardt2020-06-091-0/+1
| * | | tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-0931-6/+79
| * | | tree-wide: add missing header includesPatrick Steinhardt2020-06-093-4/+7
| * | | tree-wide: mark local functions as staticPatrick Steinhardt2020-06-0920-61/+59
| * | | tree-wide: remove unused functionsPatrick Steinhardt2020-06-084-53/+0
|/ / /
* | | Revert .github/workflows/main.ymlEdward Thomson2020-06-071-111/+0
* | | yoEdward Thomson2020-06-072-10/+2
* | | Update main.ymlEdward Thomson2020-06-071-1/+1
* | | Update main.ymlEdward Thomson2020-06-071-36/+36