summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4572 from pks-t/pks/index-secfixesv0.26.2Patrick Steinhardt2018-03-083-20/+39
|\
| * Bump version to v0.26.2Patrick Steinhardt2018-03-081-2/+2
| * CHANGELOG: udpate for v0.26.2Patrick Steinhardt2018-03-081-0/+10
| * index: error out on unreasonable prefix-compressed path lengthsPatrick Steinhardt2018-03-081-0/+4
| * index: fix out-of-bounds read with invalid index entry prefix lengthPatrick Steinhardt2018-03-081-9/+10
| * index: convert `read_entry` to return entry size via an out-paramPatrick Steinhardt2018-03-081-9/+13
|/
* Merge pull request #4568 from pks-t/pks/zlib-update-0.26v0.26.1Edward Thomson2018-03-0719-732/+1835
|\
| * Bump version to 0.26.1Patrick Steinhardt2018-03-071-2/+2
| * CHANGELOG.md: update for version 0.26.1Patrick Steinhardt2018-03-071-6/+9
| * travis: we use bintray's own key for signingCarlos Martín Nieto2018-03-071-1/+1
| * travis: fetch trusty dependencies from bintrayEdward Thomson2018-03-071-0/+7
| * cmake: fix linker error with dbghelper libraryPatrick Steinhardt2018-03-071-1/+1
| * deps: upgrade embedded zlib to version 1.2.11Patrick Steinhardt2018-03-0715-723/+1816
|/
* CHANGELOG: document git_filter_init and GIT_FILTER_INITv0.26.0-rc2v0.26.0Edward Thomson2017-06-141-0/+3
* Merge pull request #4267 from mohseenrm/masterEdward Thomson2017-06-143-1/+24
|\
| * Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam2017-06-133-1/+24
| * adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of conventionMohseen Mukaddam2017-06-131-1/+1
* | Merge pull request #4268 from pks-t/pks/homebrew-dupes-deprecationEdward Thomson2017-06-141-1/+1
|\ \
| * | travis: replace use of deprecated homebrew/dupes tapPatrick Steinhardt2017-06-131-1/+1
| |/
* | Merge pull request #4269 from pks-t/pks/testsEdward Thomson2017-06-146-33/+294
|\ \ | |/ |/|
| * tests: odb: add more low-level backend testsPatrick Steinhardt2017-06-131-0/+232
| * tests: odb: implement `exists_prefix` for the fake backendPatrick Steinhardt2017-06-132-0/+22
| * tests: odb: use correct OID lengthPatrick Steinhardt2017-06-131-1/+1
| * tests: odb: have the fake backend detect ambiguous prefixesPatrick Steinhardt2017-06-131-26/+32
| * tests: core: test initialization of `git_proxy_options`Patrick Steinhardt2017-06-131-0/+5
| * tests: network: add missing include for `git_repository_new`Patrick Steinhardt2017-06-131-0/+1
| * cmake: disable optimization on debug buildsPatrick Steinhardt2017-06-131-1/+1
| * cmake: set "-D_DEBUG" on non-Windows platformsPatrick Steinhardt2017-06-131-3/+1
| * cmake: remove stale comment on precompiled headersPatrick Steinhardt2017-06-131-3/+0
|/
* Merge pull request #4265 from pks-t/pks/read-prefix-testsEdward Thomson2017-06-124-155/+299
|\
| * tests: odb: add tests with multiple backendsPatrick Steinhardt2017-06-121-0/+121
| * tests: odb: allow passing fake objects to the fake backendPatrick Steinhardt2017-06-123-76/+78
| * tests: do not reuse OID from backendPatrick Steinhardt2017-06-121-8/+17
| * tests: odb: move fake backend into its own filePatrick Steinhardt2017-06-123-137/+149
* | Merge pull request #4263 from libgit2/ethomson/config_for_inmemory_repoEdward Thomson2017-06-123-11/+24
|\ \
| * | remote: ensure we can create an anon remote on inmemory repoethomson/config_for_inmemory_repoEdward Thomson2017-06-121-0/+16
| * | repository: don't fail to create config option in inmemory repoEdward Thomson2017-06-121-6/+3
| * | repository_item_path: return ENOTFOUND when appropriateEdward Thomson2017-06-122-3/+3
| * | repository_item_path: error messages lowercasedEdward Thomson2017-06-121-2/+2
* | | Merge pull request #4266 from libgit2/ethomson/travis-explicit-opensslEdward Thomson2017-06-121-0/+1
|\ \ \ | |_|/ |/| |
| * | travis: install openssl explicitlyethomson/travis-explicit-opensslEdward Thomson2017-06-121-0/+1
| |/
* | Merge pull request #4261 from RogerGee/fix_wait_while_ackEdward Thomson2017-06-121-1/+2
|\ \
| * | smart_protocol: fix parsing of server ACK responsesRoger Gee2017-06-101-1/+2
* | | Merge pull request #4264 from libgit2/ethomson/read_prefixPatrick Steinhardt2017-06-121-1/+4
|\ \ \ | |_|/ |/| |
| * | odb_read_prefix: reset error in backends loopethomson/read_prefixEdward Thomson2017-06-121-1/+4
|/ /
* | Merge pull request #4262 from libgit2/ethomson/bump-v26v0.26.0-rc1Edward Thomson2017-06-112-8/+22
|\ \
| * | Update version number to v0.26ethomson/bump-v26Edward Thomson2017-06-112-7/+16
| * | changelog: add some final 0.26 changesEdward Thomson2017-06-111-1/+6
|/ /
* | Merge pull request #4254 from pks-t/pks/changelog-v0.26Edward Thomson2017-06-111-0/+67
|\ \
| * | CHANGELOG: add various changes introduced since v0.25Patrick Steinhardt2017-06-091-0/+67