summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sysdir: remove unused git_sysdir_get_strethomson/sysdir_unusedEdward Thomson2020-04-052-30/+0
* 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
|\ \
| * | cmake: fix ENABLE_TRACE parameter being too strictPatrick Steinhardt2020-02-241-1/+1
| |/
* | Merge pull request #5439 from ignatenkobrain/patch-2Edward Thomson2020-03-061-1/+1
|\ \
| * | Set proper pkg-config dependency for pcre2Igor Gnatenko2020-03-031-1/+1
* | | httpclient: use a 16kb read buffer for macOSethomson/sslreadEdward Thomson2020-03-041-1/+12
|/ /
* | Merge pull request #5417 from pks-t/pks/ntlmclient-htonllPatrick Steinhardt2020-02-251-2/+2
|\ \
| * | transports: auth_ntlm: fix use of strdup/strndupPatrick Steinhardt2020-02-241-2/+2
* | | Fix typo on GIT_USE_NECSven Strickroth2020-02-201-1/+1
* | | Merge pull request #5390 from pks-t/pks/sha1-lookupPatrick Steinhardt2020-02-194-56/+21
|\ \ \
| * | | sha1_lookup: inline its only function into "pack.c"Patrick Steinhardt2020-02-074-56/+21
* | | | Merge pull request #5391 from pks-t/pks/coverity-fixesPatrick Steinhardt2020-02-199-93/+132
|\ \ \ \ | |_|/ / |/| | |
| * | | streams: openssl: ignore return value of `git_mutex_lock`Patrick Steinhardt2020-02-071-1/+1
| * | | cache: fix invalid memory access in case updating cache entry failsPatrick Steinhardt2020-02-071-4/+8
| * | | worktree: report errors when unable to read locking reasonPatrick Steinhardt2020-02-071-28/+44
| * | | repository: check error codes when reading common linkPatrick Steinhardt2020-02-071-50/+63
| * | | pack-objects: check return code of `git_zstream_set_input`Patrick Steinhardt2020-02-071-1/+3
| * | | indexer: check return code of `git_hash_ctx_init`Patrick Steinhardt2020-02-071-3/+3
| * | | push: check error code returned by `git_revwalk_hide`Patrick Steinhardt2020-02-072-3/+4
| * | | notes: check error code returned by `git_iterator_advance`Patrick Steinhardt2020-02-071-3/+6
| |/ /
* | | streams: openssl: switch approach to silence Valgrind errorspks/valgrind-opensslPatrick Steinhardt2020-02-111-21/+53
* | | cmake: consolidate Valgrind optionPatrick Steinhardt2020-02-111-5/+4
| |/ |/|
* | transports: http: fix custom headers not being appliedPatrick Steinhardt2020-02-071-0/+1
|/
* fetchhead: strip credentials from remote URLPatrick Steinhardt2020-01-311-3/+35
* Merge pull request #5336 from libgit2/ethomson/credtypePatrick Steinhardt2020-01-3016-504/+603
|\
| * credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-2616-504/+603
* | git_libgit2_version: return an intethomson/no_voidEdward Thomson2020-01-241-1/+3
* | error functions: return an intEdward Thomson2020-01-241-5/+11
* | revwalk functions: return an intEdward Thomson2020-01-241-3/+8