summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* httpclient: consume final chunk messageEdward Thomson2020-01-241-111/+153
* httpclient: add chunk support to POSTEdward Thomson2020-01-241-11/+44
* httpclient: introduce a simple http implementationEdward Thomson2020-01-242-0/+1045
* net: introduce url formatting functionEdward Thomson2020-01-242-0/+36
* buf: add consume_bytesEdward Thomson2020-01-242-0/+6
* net: introduce git_net_url_joinpathEdward Thomson2020-01-242-0/+76
* net: refactor gitno redirect handlingEdward Thomson2020-01-246-122/+114
* net: add an isvalid functionEdward Thomson2020-01-242-4/+12