summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | | Fix typo causing removal of symbol 'git_worktree_prune_init_options'Seth Junot2020-04-041-1/+1
|/ /
* | Merge pull request #5425 from lhchavez/fix-get-delta-basePatrick Steinhardt2020-04-043-26/+44
|\ \
| * | Re-adding the "delta offset is zero" error caselhchavez2020-04-021-0/+6
| * | Making get_delta_base() conform to the general error-handling patternlhchavez2020-04-013-25/+29
| * | pack: Improve error handling for get_delta_base()lhchavez2020-04-011-7/+15
| |/
* | Merge pull request #5477 from pks-t/pks/rename-detection-negative-cachesPatrick Steinhardt2020-04-041-7/+20
|\ \
| * | merge: cache negative cache results for similarity metricsPatrick Steinhardt2020-04-011-7/+20
* | | Merge pull request #5388 from bk2204/repo-format-v1Patrick Steinhardt2020-04-021-9/+38
|\ \ \
| * | | repository: handle format v1brian m. carlson2020-02-111-9/+38
* | | | Merge pull request #5461 from pks-t/pks/refdb-fs-unused-headerEdward Thomson2020-04-012-21/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | refdb_fs: remove unused header filePatrick Steinhardt2020-03-252-21/+0
* | | | patch: correctly handle mode changes for renamesPatrick Steinhardt2020-03-262-7/+8
| |_|/ |/| |
* | | Merge pull request #5445 from lhchavez/fix-5443Edward Thomson2020-03-261-1/+1
|\ \ \
| * | | Fix segfault when calling git_blame_buffer()lhchavez2020-03-231-1/+1
| |/ /
* | | Fix spelling errorUtkarsh Gupta2020-03-261-1/+1
|/ /
* | refdb_fs: initialize backend versionPatrick Steinhardt2020-03-221-0/+3
* | Merge pull request #5455 from pks-t/pks/cmake-install-dirsEdward Thomson2020-03-211-11/+5
|\ \
| * | cmake: use install directories provided via GNUInstallDirsPatrick Steinhardt2020-03-141-11/+5
* | | cmake: ignore deprecation notes for Secure TransportPatrick Steinhardt2020-03-131-0/+4
* | | win32: don't canonicalize symlink targetsEdward Thomson2020-03-101-2/+1
* | | win32: introduce relative path handling functionEdward Thomson2020-03-102-2/+41
* | | win32: clarify usage of path canonicalization funcsEdward Thomson2020-03-081-0/+3
|/ /
* | Merge pull request #5422 from pks-t/pks/cmake-booleansEdward Thomson2020-03-061-1/+1
|\ \