summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* winhttp: enable TLS 1.2 on Windows 7 and earlierethomson/winhttpEdward Thomson2018-02-271-0/+14
* winhttp: include constants for TLS 1.1/1.2 supportEdward Thomson2018-02-271-5/+8
* mingw: update TLS option flagsEdward Thomson2018-02-272-4/+11
* Merge pull request #4549 from libgit2/ethomson/travis_libsshEdward Thomson2018-02-251-1/+1
|\
| * travis: use custom libssh2-1-dev packageethomson/travis_libsshEdward Thomson2018-02-251-1/+1
* | Merge pull request #4548 from libgit2/ethomson/travis_libsshEdward Thomson2018-02-251-1/+1
|\ \ | |/
| * travis: use custom libssh2 packageEdward Thomson2018-02-251-1/+1
|/
* Merge pull request #4533 from pks-t/pks/v0.27.0-rc1v0.27.0-rc1Edward Thomson2018-02-203-4/+28
|\
| * Update version number to v0.27Patrick Steinhardt2018-02-202-4/+15
| * CHANGELOG: third batch of updates to the changelog for v0.27.0Patrick Steinhardt2018-02-201-0/+6
| * docs: document increasing the version number for releasesPatrick Steinhardt2018-02-201-0/+7
|/
* Merge pull request #4535 from libgit2/ethomson/checkout_typechange_with_index...Patrick Steinhardt2018-02-202-10/+61
|\
| * checkout test: further ensure workdir perms are updatedethomson/checkout_typechange_with_index_and_wdEdward Thomson2018-02-201-0/+25
| * checkout test: ensure workdir perms are updatedEdward Thomson2018-02-201-0/+20
| * checkout: take mode into account when comparing index to baselineEdward Thomson2018-02-191-10/+16
* | Merge pull request #4539 from pks-t/pks/diff_renames_with_rewritesEdward Thomson2018-02-209-20/+255
|\ \ | |/ |/|
| * diff_tform: fix rename detection with rewrite/delete pairPatrick Steinhardt2018-02-202-1/+216
| * tests: add rename-rewrite scenarios to "renames" repositoryPatrick Steinhardt2018-02-208-0/+15
| * tests: diff::rename: use defines for commit OIDsPatrick Steinhardt2018-02-201-19/+24
|/
* Merge pull request #4537 from pks-t/pks/tests-filemode-uninitialized-memoryEdward Thomson2018-02-191-0/+1
|\
| * tests: index::filemodes: fix use of uninitialized memoryPatrick Steinhardt2018-02-191-0/+1
|/
* Merge pull request #4529 from libgit2/ethomson/index_add_requires_filesEdward Thomson2018-02-182-5/+70
|\
| * git_index_add_frombuffer: only accept files/linksethomson/index_add_requires_filesEdward Thomson2018-02-182-5/+70
* | Merge pull request #4534 from pks-t/pks/build-warningsEdward Thomson2018-02-188-17/+18
|\ \ | |/ |/|
| * util: clean up header includesPatrick Steinhardt2018-02-162-6/+7
| * Explicitly mark fallthrough cases with commentsPatrick Steinhardt2018-02-164-6/+6
| * index: shut up warning on uninitialized variablePatrick Steinhardt2018-02-161-1/+1
| * CMakeLists: increase strict aliasing level to 3Patrick Steinhardt2018-02-161-1/+1
| * streams: openssl: fix use of uninitialized variablePatrick Steinhardt2018-02-161-3/+3
|/
* Merge pull request #4532 from pks-t/pks/release-doc-filenamePatrick Steinhardt2018-02-151-0/+0
|\
| * docs: fix typo in "release.md" filenamePatrick Steinhardt2018-02-151-0/+0
|/
* Merge pull request #4485 from libgit2/cmn/release-docsPatrick Steinhardt2018-02-151-0/+74
|\
| * docs: udpates to wording in release documentationcmn/release-docsCarlos Martín Nieto2018-01-271-5/+17
| * docs: add release documentationCarlos Martín Nieto2018-01-191-0/+62
* | Merge pull request #4501 from pks-t/pks/v0.27.0-release-notesPatrick Steinhardt2018-02-151-5/+77
|\ \
| * | CHANGELOG: update for v0.27.0, second batchPatrick Steinhardt2018-02-091-6/+15
| * | CHANGELOG: update for v0.27.0Patrick Steinhardt2018-02-091-0/+63
* | | Merge pull request #4508 from libgit2/ethomson/user_agentEdward Thomson2018-02-103-27/+30
|\ \ \
| * | | http: standardize user-agent additionethomson/user_agentEdward Thomson2018-02-103-27/+30
|/ / /
* | | Merge pull request #4527 from pks-t/pks/resource-leaksEdward Thomson2018-02-093-2/+6
|\ \ \
| * | | hash: win32: fix missing comma in `giterr_set`Patrick Steinhardt2018-02-091-1/+1
| * | | odb_loose: only close file descriptor if it was opened successfullyPatrick Steinhardt2018-02-091-1/+2
| * | | odb: fix memory leaks due to not freeing hash contextPatrick Steinhardt2018-02-092-0/+3
|/ / /
* | | Merge pull request #4509 from libgit2/ethomson/odb_alloc_errorEdward Thomson2018-02-096-53/+126
|\ \ \
| * | | hash: set error messages on failureethomson/odb_alloc_errorEdward Thomson2018-02-091-8/+33
| * | | odb: error when we can't create object headerEdward Thomson2018-02-095-30/+63
| * | | odb: assert on logic errors when writing objectsEdward Thomson2018-02-091-2/+1
| * | | git_odb__hashfd: propagate error on failuresEdward Thomson2018-02-091-1/+1
| * | | git_odb__hashobj: provide errors messages on failuresEdward Thomson2018-02-091-4/+8
| * | | odb: check for alloc errors on hardcoded objectsEdward Thomson2018-02-091-6/+14