summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #4996 from eaigner/masterPatrick Steinhardt2019-02-213-1/+35
|\ \ \
| * | | tests: apply: verify that we correctly truncate the source bufferPatrick Steinhardt2019-02-211-0/+33
| * | | apply: prevent OOB read when parsing source bufferErik Aigner2019-02-212-1/+2
* | | | Merge pull request #4987 from lhchavez/fix-odb_otype_fast-leakPatrick Steinhardt2019-02-212-0/+22
|\ \ \ \
| * | | | Fix a memory leak in odb_otype_fast()lhchavez2019-02-202-0/+22
|/ / / /
* | | | Merge pull request #4986 from lhchavez/reallocPatrick Steinhardt2019-02-201-4/+3
|\ \ \ \
| * | | | Make stdalloc__reallocarray call stdalloc__realloclhchavez2019-02-161-4/+3
| | |_|/ | |/| |
* | | | Merge pull request #4990 from libgit2/remove_time_monotonicPatrick Steinhardt2019-02-202-36/+0
|\ \ \ \
| * | | | Remove `git_time_monotonic`remove_time_monotonicEdward Thomson2019-02-172-36/+0
| | |_|/ | |/| |
* | | | Merge pull request #4988 from lhchavez/fix-improbable-odb-initialization-leakPatrick Steinhardt2019-02-201-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a _very_ improbable memory leak in git_odb_new()lhchavez2019-02-161-2/+6
| |/ /
* | | Merge pull request #4989 from libgit2/ethomson/ci_docsEdward Thomson2019-02-171-3/+13
|\ \ \
| * | | ci: publish documentation on mergeethomson/ci_docsEdward Thomson2019-02-171-3/+13
|/ / /
* | | Revert "ci: publish documentation after merge"Edward Thomson2019-02-171-5/+118
* | | fooEdward Thomson2019-02-171-1/+1
* | | fooEdward Thomson2019-02-171-117/+0
* | | ci: publish documentation after mergeEdward Thomson2019-02-171-1/+5
|/ /
* | Merge pull request #4982 from pks-t/pks/worktree-add-bare-headEdward Thomson2019-02-147-33/+114
|\ \
| * | branch: fix `branch_is_checked_out` with bare reposPatrick Steinhardt2019-02-142-2/+16
| * | branches: introduce flag to skip enumeration of certain HEADsPatrick Steinhardt2019-02-145-19/+35
| * | branches: do not assert that the given ref is a branchPatrick Steinhardt2019-02-142-1/+11
| * | branches: add tests for `git_branch_is_checked_out`Patrick Steinhardt2019-02-141-0/+39
| * | worktree: error out early if given ref is not validPatrick Steinhardt2019-02-141-12/+14
* | | Merge pull request #4965 from hackworks/eliminate-check-for-keep-fileEdward Thomson2019-02-144-4/+29
|\ \ \
| * | | Allow bypassing check '.keep' files using libgit2 option 'GIT_OPT_IGNORE_PACK...Dhruva Krishnamurthy2019-02-024-4/+29
| | |/ | |/|
* | | Merge pull request #4979 from libgit2/ethomson/deprecateEdward Thomson2019-02-146-24/+38
|\ \ \ | |_|/ |/| |
| * | ci: enable hard deprecationethomson/deprecateEdward Thomson2019-02-142-22/+22
| * | deprecation: optionally enable hard deprecationEdward Thomson2019-02-141-0/+5
| * | deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson2019-02-144-3/+12
|/ /
* | Merge pull request #4980 from libgit2/ethomson/ci_nightlyEdward Thomson2019-02-141-0/+1
|\ \
| * | ci: skip ssh tests on macOS nightlyEdward Thomson2019-02-141-0/+1
|/ /
* | Merge pull request #4976 from libgit2/ethomson/readme_v028Edward Thomson2019-02-143-2/+16
|\ \ | |/ |/|
| * ci: skip ssh tests on macOSethomson/readme_v028Edward Thomson2019-02-141-0/+1
| * ci: provide more information about OSEdward Thomson2019-02-131-1/+13
| * README: use correct badge for nightliesEdward Thomson2019-02-131-1/+1
| * README: include build badge for v0.28 buildsEdward Thomson2019-02-121-0/+1
|/
* Merge pull request #4970 from libgit2/ethomson/0_28v0.28.0-rc1v0.28.0Edward Thomson2019-02-022-5/+5
|\
| * version: 0.28ethomson/0_28Edward Thomson2019-01-311-3/+3
| * changelog: this is 0.28Edward Thomson2019-01-311-2/+2
|/
* Merge pull request #4968 from tiennou/fix/documentationEdward Thomson2019-01-311-12/+21
|\
| * docs: minor changesEtienne Samson2019-01-301-12/+21
* | Merge branch 'pks/stream-truncated-writes'Edward Thomson2019-01-317-70/+73
|\ \ | |/ |/|
| * mbedtls: fix potential size overflow when reading or writing dataethomson/stream-truncated-writesPatrick Steinhardt2019-01-311-2/+9
| * mbedtls: make global variables staticPatrick Steinhardt2019-01-311-4/+2
| * openssl: fix potential size overflow when writing dataPatrick Steinhardt2019-01-311-2/+1
| * streams: handle short writes only in generic streamPatrick Steinhardt2019-01-312-20/+11
| * streams: fix callers potentially only writing partial dataPatrick Steinhardt2019-01-314-25/+35
| * streams: make file-local functions staticPatrick Steinhardt2019-01-313-19/+17
|/
* Merge pull request #4954 from tiennou/fix/documentationEdward Thomson2019-01-305-89/+142
|\
| * repo: split git_repository_open_flag_t options documentation inlineEtienne Samson2019-01-281-28/+41