summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make the tests run cleanly under UndefinedBehaviorSanitizerlhchavez2020-06-303-9/+15
* 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 #5552 from libgit2/pks/small-fixesEdward Thomson2020-06-132-55/+14
|\
| * checkout: remove unused code for deferred removalspks/small-fixesPatrick Steinhardt2020-06-081-53/+11
| * 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
* | 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-0930-1/+72
* | 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
|/
* Merge pull request #5536 from libgit2/ethomson/httpPatrick Steinhardt2020-06-031-4/+16
|\
| * httpclient: clear the read_buf on new requestsethomson/httpEdward Thomson2020-06-021-1/+4
| * httpclient: don't read more than the client wantsEdward Thomson2020-06-011-0/+4
| * httpclient: read_body should return 0 at EOFEdward Thomson2020-06-011-3/+8
* | Merge pull request #5532 from joshtriplett/pack-default-pathEdward Thomson2020-06-021-10/+21
|\ \
| * | git_packbuilder_write: Allow setting path to NULL to use the default pathJosh Triplett2020-05-231-0/+10
| * | git_packbuilder_write: Unify cleanup pathJosh Triplett2020-05-231-10/+11
* | | Merge pull request #5531 from joshtriplett/mempack-threadsEdward Thomson2020-06-021-0/+2
|\ \ \
| * | | mempack: Use threads when building the packJosh Triplett2020-05-231-0/+2
| |/ /
* | | strarray: we should `dispose` instead of `free`Edward Thomson2020-06-016-9/+14
* | | strarray: move to its own fileEdward Thomson2020-06-012-46/+56
| |/ |/|
* | Merge pull request #5526 from libgit2/ethomson/poolinitPatrick Steinhardt2020-06-0118-52/+56
|\ \
| * | git_pool_init: handle failure casesethomson/poolinitEdward Thomson2020-06-0116-49/+49
| * | git_pool_init: return an intEdward Thomson2020-05-232-3/+7
* | | Merge pull request #5527 from libgit2/ethomson/config_unreadablePatrick Steinhardt2020-06-011-0/+9
|\ \ \
| * | | config: ignore unreadable configuration filesWil Shipley2020-06-011-0/+9
| | |/ | |/|
* | | index: write v4: bugfix: prefix path with strip_len, not same_lenPatrick Wang2020-05-261-2/+2
|/ /
* | Merge pull request #5522 from pks-t/pks/openssl-cert-memleakEdward Thomson2020-05-231-6/+12
|\ \ | |/ |/|
| * streams: openssl: fix memleak due to us not free'ing certsPatrick Steinhardt2020-05-151-6/+12
* | Merge pull request #5515 from pks-t/pks/flaky-checkout-testEdward Thomson2020-05-231-3/+4
|\ \
| * | checkout: fix file being treated as unmodified due to racy indexPatrick Steinhardt2020-05-161-3/+4
* | | Merge pull request #5523 from libgit2/pks/cmake-sort-reproducible-buildsEdward Thomson2020-05-231-17/+23
|\ \ \ | |/ / |/| |
| * | cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-151-17/+23
| |/
* | futils: fix order of declared parameters for `git_futils_fake_symlink`pks/futils-symlink-argsPatrick Steinhardt2020-05-122-6/+6
|/
* assert: allow non-int returning functions to assertethomson/assert_macrosEdward Thomson2020-05-111-14/+21
* assert: optionally fall-back to assert(3)Edward Thomson2020-05-112-27/+52
* Introduce GIT_ASSERT macrosEdward Thomson2020-05-111-0/+27
* Fix uninitialized stack memory and NULL ptr dereference in stash_to_indexPhilip Kelley2020-05-101-2/+2
* checkout: Fix removing untracked files by path in subdirectoriesSegev Finer2020-05-111-2/+7
* checkout: filter pathspecs for _all_ checkout typesethomson/checkout_pathspecsEdward Thomson2020-05-101-9/+20
* Merge pull request #5431 from libgit2/ethomson/hexdumpEdward Thomson2020-05-101-9/+22
|\
| * git__hexdump: better mimic `hexdump -C`ethomson/hexdumpEdward Thomson2020-04-011-9/+22
* | blame: add option to ignore whitespace changesCarl Schwan2020-04-141-3/+6
* | Merge pull request #5485 from libgit2/ethomson/sysdir_unusedPatrick Steinhardt2020-04-052-30/+0
|\ \
| * | sysdir: remove unused git_sysdir_get_strethomson/sysdir_unusedEdward Thomson2020-04-052-30/+0