summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixupcmn/dynamic-libssh2Carlos Martín Nieto2017-03-131-2/+2
* fixupCarlos Martín Nieto2017-03-121-1/+1
* fixupCarlos Martín Nieto2017-03-121-1/+5
* Revert "ssh: don't forget to look up libssh2_init"Carlos Martín Nieto2017-03-121-1/+0
* ssh: don't try to look up when linked at compile-timeCarlos Martín Nieto2017-03-121-7/+51
* ssh: do return an error if we cannot find a required functionCarlos Martín Nieto2017-03-121-0/+2
* ssh: don't forget to look up libssh2_initCarlos Martín Nieto2017-03-121-0/+1
* ssh: add a few more GIT_SSH checksCarlos Martín Nieto2017-03-121-7/+11
* appveyor: enable runtime libssh2 loadingCarlos Martín Nieto2017-03-121-1/+1
* ssh: explicitly keep track of libssh2 being availableCarlos Martín Nieto2017-03-121-2/+7
* ssh: allow linking against libssh2 as well as detecting at runtimeCarlos Martín Nieto2017-03-122-9/+34
* ssh: error out if we cannot find required functionsCarlos Martín Nieto2017-03-121-28/+44
* ssh: link against "dl"Carlos Martín Nieto2017-03-121-0/+3
* ssh: adjust meaning of GIT_FEATURE_SSHCarlos Martín Nieto2017-03-121-3/+2
* CHANGELOG: add a note about dynamically loading libssh2Carlos Martín Nieto2017-03-121-0/+4
* ssh: handle libssh2 DLL path for mingwCarlos Martín Nieto2017-03-121-3/+7
* ssh: use LoadLibrary with mingwCarlos Martín Nieto2017-03-121-4/+8
* appveyor: download a libssh2 DLL to run SSH during the testsCarlos Martín Nieto2017-03-121-0/+7
* ssh: add cast to make MSVC happyCarlos Martín Nieto2017-03-121-1/+1
* ssh: go with SOVERSION 1 directlyCarlos Martín Nieto2017-03-121-1/+1
* ssh: declare the function variables manuallyCarlos Martín Nieto2017-03-121-69/+67
* ssh: don't try to link against libssh2Carlos Martín Nieto2017-03-124-59/+1395
* Maybe WIN32 ?Etienne Samson2017-03-121-2/+5
* Wrong & misplaced #ifdef guardsEtienne Samson2017-03-121-3/+2
* Missing #ifdef around memory credentialsEtienne Samson2017-03-121-0/+2
* Wrap calls to libssh2 in our namespace and dlsym everything in initEtienne Samson2017-03-122-40/+135
* Weak-link against libssh2 and load it at runtimeEtienne Samson2017-03-122-1/+49
* Merge pull request #4157 from adamniedzielski/4099-git-sort-time-uninterestingCarlos Martín Nieto2017-03-112-3/+26
|\
| * Skip uninteresting commits in revwalk timesort iteratorAdam Niedzielski2017-03-092-3/+26
* | Merge pull request #4156 from libgit2/ethomson/readbuffer_dont_hashCarlos Martín Nieto2017-03-111-15/+16
|\ \
| * | git_futils_readbuffer: don't compute sha-1ethomson/readbuffer_dont_hashEdward Thomson2017-03-091-15/+16
| |/
* | Merge pull request #4151 from novalis/dturner/rebase-submodule-untrackedEdward Thomson2017-03-0934-1/+190
|\ \ | |/ |/|
| * rebase: ignore untracked files in submodulesDavid Turner2017-03-0334-1/+190
* | Merge pull request #4154 from libgit2/ethomson/namespacesEdward Thomson2017-03-062-26/+71
|\ \ | |/ |/|
| * refdb_fs: honor the namespaceethomson/namespacesEdward Thomson2017-03-061-26/+35
| * refs::namespace: add namespace testsEdward Thomson2017-03-061-0/+36
|/
* Merge pull request #4150 from libgit2/ethomson/freshen_treesCarlos Martín Nieto2017-03-034-19/+90
|\
| * git_commit_create: freshen tree objects in commitethomson/freshen_treesEdward Thomson2017-03-034-19/+90
|/
* Merge pull request #4136 from libgit2/ethomson/sha1dcCarlos Martín Nieto2017-03-0312-9/+1815
|\
| * cmake: drop unset `SHA1_TYPE`ethomson/sha1dcEdward Thomson2017-03-031-2/+2
| * hash: test for sha1 collision attack detectionEdward Thomson2017-03-033-0/+70
| * hash: include sha1collisiondetectionEdward Thomson2017-03-039-3/+1739
| * hash: rename implementation selection constantsEdward Thomson2017-03-032-6/+6
|/
* Merge pull request #4148 from pks-t/pks/fix-haiku-buildsPatrick Steinhardt2017-03-011-1/+4
|\
| * cmake: only enable supported compiler warning flagsPatrick Steinhardt2017-03-011-1/+4
|/
* Merge pull request #4145 from pks-t/pks/refs-create-memleakPatrick Steinhardt2017-03-011-1/+1
|\
| * tests: refs::create: fix memory leakPatrick Steinhardt2017-03-011-1/+1
|/
* Merge pull request #4143 from richardipsum/issue-4094Patrick Steinhardt2017-03-012-2/+56
|\
| * Add test for inclusion of (merge) in reflogRichard Ipsum2017-02-281-1/+43
| * Fix: make reflog include "(merge)" for merge commitsRichard Ipsum2017-02-271-1/+13