summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* references: use new names in internal usageethomson/git_refEdward Thomson2019-01-1710-80/+81
* proxy: fix crash on remote connection with GIT_PROXY_AUTO but no proxy is det...Jason Haslam2019-01-141-0/+3
* Merge pull request #4926 from csware/warning-c4133Edward Thomson2019-01-091-1/+1
|\
| * Fix warning 'function': incompatible types - from 'git_cvar_value *' to 'int ...Sven Strickroth2019-01-071-1/+1
* | Fix Linux warningslhchavez2019-01-081-1/+1
* | refs: assert that we're passed valid refs when renamingEtienne Samson2019-01-041-0/+2
* | diff: assert that we're passed a valid git_diff objectEtienne Samson2019-01-041-0/+2
* | submodule: grab the error while loading from configEtienne Samson2019-01-041-1/+1
* | config: assert that our parameters are validEtienne Samson2019-01-041-0/+2
|/
* Merge pull request #4919 from pks-t/pks/shutdown-cb-countEdward Thomson2019-01-037-20/+49
|\
| * global: move init callbacks into an arrayPatrick Steinhardt2019-01-021-14/+22
| * hash: convert `global_init` macros to real functionPatrick Steinhardt2019-01-026-6/+27
* | Merge pull request #4904 from libgit2/ethomson/crlfEdward Thomson2019-01-033-201/+215
|\ \
| * | crlf: update to match git's logicEdward Thomson2018-12-033-201/+215
* | | refdb_fs: refactor error handling in `refdb_reflog_fs__delete`Patrick Steinhardt2018-12-191-12/+11
* | | Merge pull request #4833 from csware/drop-empty-dirsPatrick Steinhardt2018-12-191-2/+42
|\ \ \
| * | | Remove empty directories when deleting refsSven Strickroth2018-10-131-2/+42
* | | | annotated_commit: peel to commit instead of assuming we have onecmn/annotated-from-tagCarlos Martín Nieto2018-12-141-4/+4
* | | | refs: constify git_reference_peelCarlos Martín Nieto2018-12-141-7/+8
* | | | Merge pull request #4906 from QBobWatson/bugfixEdward Thomson2018-12-061-5/+9
|\ \ \ \
| * | | | Typesetting conventionsJoe Rabinoff2018-12-061-9/+9
| * | | | Removed one null checkJoe Rabinoff2018-12-041-3/+2
| * | | | Fix segfault in loose_backend__readstreamJoe Rabinoff2018-12-041-5/+10
* | | | | make proxy_stream_close close target stream even on errorsAnders Borum2018-12-041-0/+6
| |_|/ / |/| | |
* | | | object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-0147-311/+311
* | | | index: use new enum and structure namesEdward Thomson2018-12-015-55/+56
| |_|/ |/| |
* | | Merge pull request #4770 from tiennou/feature/merge-analysis-any-branchPatrick Steinhardt2018-11-304-10/+63
|\ \ \ | |/ / |/| |
| * | merge: assert that we're passed sane parametersEtienne Samson2018-10-191-2/+2
| * | merge: make analysis possible against a non-HEAD referenceEtienne Samson2018-10-193-8/+59
| * | repository: assert that we're passed a valid head pointerEtienne Samson2018-10-161-0/+2
* | | Merge pull request #4888 from TheBB/add-cbPatrick Steinhardt2018-11-291-7/+3
|\ \ \
| * | | revwalk: Allow changing hide_cbEivind Fonn2018-11-281-7/+3
* | | | Merge pull request #4895 from pks-t/pks/unused-warningsPatrick Steinhardt2018-11-2926-146/+191
|\ \ \ \
| * | | | khash: move khash include into implementation filesPatrick Steinhardt2018-11-288-43/+54
| * | | | khash: remove intricate knowledge of khash typesPatrick Steinhardt2018-11-2819-54/+51
| * | | | khash: implement map-specific foreach macrosPatrick Steinhardt2018-11-284-5/+46
| * | | | khash: implement begin/end via functions instead of macrosPatrick Steinhardt2018-11-286-5/+41
| * | | | submodule: remove string map implementation that strips trailing slashesPatrick Steinhardt2018-11-281-29/+0
| * | | | idxmap: remove unused foreach macrosPatrick Steinhardt2018-11-281-3/+0
| * | | | iterator: remove unused function `tree_iterator_entry_cmp`Patrick Steinhardt2018-11-281-8/+0
* | | | | Merge pull request #4870 from libgit2/ethomson/proxyEdward Thomson2018-11-2822-746/+956
|\ \ \ \ \
| * | | | | http: reset replay_count upon connectionethomson/proxyEdward Thomson2018-11-281-0/+1
| * | | | | stream registration: take an enum typeEdward Thomson2018-11-284-20/+37
| * | | | | http: don't allow SSL connections to a proxyEdward Thomson2018-11-281-1/+9
| * | | | | http: only load proxy configuration during connectionEdward Thomson2018-11-281-2/+4
| * | | | | stream: provide generic registration APIEdward Thomson2018-11-286-73/+163
| * | | | | http: disallow repeated headers from serversEdward Thomson2018-11-281-9/+18
| * | | | | http: remove cURLEdward Thomson2018-11-289-466/+2
| * | | | | streams: remove unused tls functionsEdward Thomson2018-11-285-42/+12
| * | | | | http: use CONNECT to talk to proxiesEdward Thomson2018-11-281-13/+224