summaryrefslogtreecommitdiff
path: root/src
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
* 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-121-2/+6
* ssh: error out if we cannot find required functionsCarlos Martín Nieto2017-03-121-28/+44
* ssh: use LoadLibrary with mingwCarlos Martín Nieto2017-03-121-4/+8
* 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-121-22/+54
* 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-121-36/+128
* Weak-link against libssh2 and load it at runtimeEtienne Samson2017-03-121-0/+43
* Merge pull request #4157 from adamniedzielski/4099-git-sort-time-uninterestingCarlos Martín Nieto2017-03-111-3/+6
|\
| * Skip uninteresting commits in revwalk timesort iteratorAdam Niedzielski2017-03-091-3/+6
* | 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-091-1/+3
|\ \ | |/ |/|
| * rebase: ignore untracked files in submodulesDavid Turner2017-03-031-1/+3
* | refdb_fs: honor the namespaceethomson/namespacesEdward Thomson2017-03-061-26/+35
|/
* git_commit_create: freshen tree objects in commitethomson/freshen_treesEdward Thomson2017-03-033-3/+9
* hash: include sha1collisiondetectionEdward Thomson2017-03-036-1/+1699
* hash: rename implementation selection constantsEdward Thomson2017-03-031-3/+3
* Fix: make reflog include "(merge)" for merge commitsRichard Ipsum2017-02-271-1/+13
* Merge pull request #4133 from stinb/khash-cleanup-regressionPatrick Steinhardt2017-02-241-3/+3
|\
| * pack: fix looping over cache entriesJason Haslam2017-02-221-3/+3
* | Merge pull request #4131 from pks-t/pks/attrcache-cleanupsCarlos Martín Nieto2017-02-222-10/+10
|\ \
| * | attrcache: remove useless `do_init` indirectionPatrick Steinhardt2017-02-212-5/+2
| * | attrcache: replace existing file entry with `git__swap`Patrick Steinhardt2017-02-211-2/+5
| * | attrcache: do not lock/unlock the mutex directlyPatrick Steinhardt2017-02-211-3/+3
| |/
* | Provide error on gcc < 4.1 when THREADSAFEethomson/ancient_gcc_not_threadsafeEdward Thomson2017-02-221-0/+6
|/
* Merge pull request #4130 from libgit2/ethomson/clar_messagesEdward Thomson2017-02-171-1/+1
|\
| * p_snprintf: no need for arguments to a formatEdward Thomson2017-02-171-1/+1
* | idxmap: remove GIT__USE_IDXMAPPatrick Steinhardt2017-02-173-23/+14
* | idxmap: convert to use functions instead of macrosPatrick Steinhardt2017-02-172-43/+143
* | offmap: remove GIT__USE_OFFMAP macroPatrick Steinhardt2017-02-173-6/+1
* | offmap: convert to use functions instead of macrosPatrick Steinhardt2017-02-172-23/+97
* | oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-179-23/+7
* | oidmap: convert macros to functionsPatrick Steinhardt2017-02-172-22/+115
* | strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt2017-02-1715-29/+1
* | strmap: convert macros to functionsPatrick Steinhardt2017-02-172-27/+112
* | khash: avoid using `kh_resize` directlyPatrick Steinhardt2017-02-172-6/+7