summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mempack functions: return an intEdward Thomson2020-01-241-1/+3
* | repository functions: return an intEdward Thomson2020-01-241-5/+11
* | index functions: return an intEdward Thomson2020-01-241-6/+17
* | remote functions: return an intEdward Thomson2020-01-241-2/+6
* | tree functions: return an intEdward Thomson2020-01-241-2/+6
* | oid functions: return an intEdward Thomson2020-01-241-7/+13
* | git_attr_cache_flush: return an intEdward Thomson2020-01-241-1/+3
|/
* http: introduce GIT_ERROR_HTTPethomson/gssapiEdward Thomson2020-01-243-56/+56
* httpclient: use defines for status codesEdward Thomson2020-01-243-14/+25
* trace: compare against an int valueEdward Thomson2020-01-241-1/+1
* http: send probe packetsEdward Thomson2020-01-242-2/+70
* http: use the new httpclientEdward Thomson2020-01-242-1374/+407
* httpclient: support expect/continueEdward Thomson2020-01-246-9/+61
* httpclient: support CONNECT proxiesEdward Thomson2020-01-242-76/+251
* httpclient: handle chunked responsesEdward Thomson2020-01-242-7/+15
* httpclient: support authenticationEdward Thomson2020-01-242-8/+373
* net: free the url's query componentEdward Thomson2020-01-241-0/+1
* net: introduce path formatting functionEdward Thomson2020-01-242-0/+15