summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clone: set the credentials callback during testingcmn/push-testsCarlos Martín Nieto2015-06-121-0/+1
* push: pass the callbacks during setup as wellCarlos Martín Nieto2015-06-121-3/+7
* travis: fail if we fail the push testsCarlos Martín Nieto2015-06-121-2/+2
* Merge pull request #3155 from mgorny/userpass-constCarlos Martín Nieto2015-06-111-2/+2
|\
| * cred_helpers: Add 'const' qualifiers to git_cred_userpass_payloadMichał Górny2015-05-241-2/+2
* | Merge pull request #3205 from ethomson/crlf_queryCarlos Martín Nieto2015-06-114-1/+133
|\ \
| * | Introduce `git_filter_list_contains`Edward Thomson2015-06-104-1/+133
* | | Merge pull request #3207 from ethomson/winhttp_eolCarlos Martín Nieto2015-06-111-29/+29
|\ \ \
| * | | Correct line endings on winhttp.defEdward Thomson2015-06-101-29/+29
* | | | Merge pull request #3174 from libgit2/cmn/idx-fill-holeEdward Thomson2015-06-101-3/+4
|\ \ \ \
| * | | | indexer: use lseek to extend the packfilecmn/idx-fill-holeCarlos Martín Nieto2015-06-021-3/+4
* | | | | Merge pull request #3204 from git-up/git_diff_find_similarEdward Thomson2015-06-101-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed handling of GIT_DELTA_CONFLICTED in git_diff_find_similar()Pierre-Olivier Latour2015-06-101-4/+4
| | |/ / | |/| |
* | | | Merge pull request #3203 from ethomson/gitattributesCarlos Martín Nieto2015-06-101-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | gitattributes: let clients use native line endingsEdward Thomson2015-06-101-2/+1
|/ / /
* | | Merge pull request #3201 from libgit2/cmn/coverityEdward Thomson2015-06-104-19/+21
|\ \ \
| * | | filter: close the descriptor in case of errorcmn/coverityCarlos Martín Nieto2015-06-101-2/+3
| * | | object: correct the expected ID size in prefix lookupCarlos Martín Nieto2015-06-101-5/+5
| * | | pack: use git_buf when building the index nameCarlos Martín Nieto2015-06-101-10/+11
| * | | merge: actually increment the counts, not the pointersCarlos Martín Nieto2015-06-101-2/+2
|/ / /
* | | cache: add a check for a failed allocationCarlos Martín Nieto2015-06-101-0/+1
* | | Merge pull request #3198 from libgit2/cmn/coverityEdward Thomson2015-06-095-10/+11
|\ \ \
| * | | Initialize a few variablesCarlos Martín Nieto2015-06-093-3/+3
| * | | ssh: move NULL check to the free functionCarlos Martín Nieto2015-06-091-5/+5
| * | | remote: some error-handling issues from CoverityCarlos Martín Nieto2015-06-071-2/+3
* | | | Merge pull request #3165 from ethomson/downcaseCarlos Martín Nieto2015-06-088-24/+75
|\ \ \ \
| * | | | git__tolower: test that some non-ASCII downcasing isn'tEdward Thomson2015-05-291-0/+4
| * | | | git__tolower: a tolower() that isn't dumbEdward Thomson2015-05-297-24/+33
| * | | | git__strcasecmp: treat input bytes as unsignedEdward Thomson2015-05-292-2/+40
* | | | | Merge pull request #3188 from thentenaar/clean-up-after-opensslCarlos Martín Nieto2015-06-081-0/+16
|\ \ \ \ \
| * | | | | global: Ensure we free our SSL context.Tim Hentenaar2015-06-081-0/+16
|/ / / / /
* | | | | Merge pull request #3185 from libgit2/cmn/foreach-cancel-looseCarlos Martín Nieto2015-06-072-2/+24
|\ \ \ \ \
| * | | | | path: error out if the callback returns an errorcmn/foreach-cancel-looseCarlos Martín Nieto2015-06-062-2/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #3175 from git-up/build_warningsCarlos Martín Nieto2015-06-078-10/+21
|\ \ \ \ \
| * | | | | Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-028-10/+21
| | |_|/ / | |/| | |
* | | | | Merge pull request #3179 from arielb2/masterCarlos Martín Nieto2015-06-071-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | print_usage functions is defined but not usedAriel O. Barria2015-06-031-0/+2
| |/ / /
* | | | Merge pull request #3172 from Therzok/patch-2Carlos Martín Nieto2015-06-041-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Change error when running out of ssh agent keysMarius Ungureanu2015-06-021-1/+7
|/ / /
* | | Include git2/transaction.hCarlos Martín Nieto2015-05-311-0/+1
* | | Merge pull request #3152 from tkelman/patch-1Carlos Martín Nieto2015-05-311-0/+1
|\ \ \
| * | | build maint branches on appveyorTony Kelman2015-05-221-0/+1
| | |/ | |/|
* | | Merge pull request #3048 from pks-t/insteadofCarlos Martín Nieto2015-05-315-5/+164
|\ \ \
| * | | remote: test insteadOf for anonymous remotesPatrick Steinhardt2015-05-311-0/+12
| * | | Add CHANGELOG entry for url.*.insteadOf feature.Patrick Steinhardt2015-05-311-0/+4
| * | | remote: apply insteadOf configuration.Patrick Steinhardt2015-05-314-5/+148
|/ / /
* | | CHANGELOG: fill in a few missing entriesCarlos Martín Nieto2015-05-291-5/+20
* | | Merge pull request #3157 from mgorny/ssh_memory_authCarlos Martín Nieto2015-05-295-1/+168
|\ \ \
| * | | test: Add a test for in-memory SSH private key cred_cbMichał Górny2015-05-271-0/+68
| * | | cred: Check for null values when getting key from memoryMichał Górny2015-05-271-1/+4