summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: add GITTEST_SLOW env var checkethomson/large_loose_blobsEdward Thomson2017-12-201-13/+11
* hash: commoncrypto hash should support large filesEdward Thomson2017-12-201-2/+15
* hash: win32 hash mechanism should support large filesEdward Thomson2017-12-201-6/+24
* odb_loose: reject objects that cannot fit in memoryEdward Thomson2017-12-202-0/+26
* zstream: use UINT_MAX sized chunksEdward Thomson2017-12-201-2/+3
* odb: support large loose objectsEdward Thomson2017-12-201-98/+92
* object: introduce git_object_stringn2typeEdward Thomson2017-12-202-2/+13
* odb: test loose reading/writing large objectsEdward Thomson2017-12-201-0/+95
* util: introduce `git__prefixncmp` and consolidate implementationsEdward Thomson2017-12-203-16/+71
* zstream: treat `Z_BUF_ERROR` as non-fatalEdward Thomson2017-12-201-10/+15
* Merge pull request #4449 from libgit2/charliesome/git-authors-jonathan-tanEdward Thomson2017-12-191-0/+1
|\
| * Add Jonathan Tan to git.git-authorsCharlie Somerville2017-12-191-0/+1
|/
* Merge pull request #4447 from pks-t/pks/diff-file-contents-refcount-blobEdward Thomson2017-12-162-1/+42
|\
| * diff_file: properly refcount blobs when initializing file contentsPatrick Steinhardt2017-12-152-1/+42
* | Merge pull request #4432 from lhchavez/fix-missing-trailerPatrick Steinhardt2017-12-152-0/+21
|\ \ | |/ |/|
| * libFuzzer: Fix missing trailer crashlhchavez2017-12-082-0/+21
* | Merge pull request #4444 from tiennou/fix/4440Patrick Steinhardt2017-12-151-1/+3
|\ \ | |/ |/|
| * stransport: provide error message on trust failuresEtienne Samson2017-12-141-1/+3
|/
* Merge pull request #4431 from lhchavez/fix-stream-leakPatrick Steinhardt2017-12-082-0/+30
|\
| * libFuzzer: Fix a git_packfile_stream leaklhchavez2017-12-062-0/+30
|/
* Merge pull request #4318 from Uncommon/amend_statusEdward Thomson2017-12-013-7/+47
|\
| * status: Add a baseline field to git_status_options for comparing to trees oth...David Catmull2017-11-303-7/+47
* | Merge pull request #4427 from pks-t/pks/openssl-threadidEdward Thomson2017-12-011-0/+9
|\ \
| * | openssl: fix thread-safety on non-glibc POSIX systemsPatrick Steinhardt2017-11-301-0/+9
* | | Merge pull request #4426 from pks-t/pks/diff-flag-set-fixEdward Thomson2017-11-302-8/+1
|\ \ \
| * | | diff_generate: fix unsetting diff flagsPatrick Steinhardt2017-11-301-1/+1
| * | | diff: remove unused macros `DIFF_FLAG_*`Patrick Steinhardt2017-11-301-7/+0
| |/ /
* | | Merge pull request #4424 from tiennou/fix/incorrect-winhttp-cert-payloadEdward Thomson2017-11-301-1/+1
|\ \ \ | |/ / |/| |
| * | winhttp: pass the same payload as ssh & http transports when checking certifi...Etienne Samson2017-11-261-1/+1
* | | Merge pull request #4422 from pks-t/pks/commit-msg-styleEdward Thomson2017-11-301-0/+16
|\ \ \ | |/ / |/| |
| * | CONTRIBUTING: add documentation of our commit message stylePatrick Steinhardt2017-11-241-0/+16
* | | Merge pull request #4423 from apnadkarni/patch-1Patrick Steinhardt2017-11-251-0/+1
|\ \ \
| * | | Include git2/worktree.h in git2.hapnadkarni2017-11-251-0/+1
|/ / /
* | | Merge pull request #4410 from libgit2/ethomson/readmeEdward Thomson2017-11-242-13/+85
|\ \ \ | |/ / |/| |
| * | README: add up some marketingEdward Thomson2017-11-241-2/+14
| * | README: document test outputEdward Thomson2017-11-241-0/+10
| * | TROUBLESHOOTING: introduce guide for common errorsEdward Thomson2017-11-241-0/+13
| * | README: clarify why one would run libgit2_clarEdward Thomson2017-11-241-0/+23
| * | README: provide quick start paragraphEdward Thomson2017-11-241-0/+24
| * | README: drop VS command shell instructionsEdward Thomson2017-11-241-10/+0
| * | README: suggest `ctest -V` for getting startedEdward Thomson2017-11-241-1/+1
|/ /
* | Merge pull request #4298 from tiennou/gather-reflog-messages-testsPatrick Steinhardt2017-11-2410-523/+537
|\ \
| * | tests: move free functions at the endEtienne Samson2017-11-221-16/+17
| * | tests: move static method to the topEtienne Samson2017-11-151-12/+12
| * | tests: make reflog_check_entry more clar-yEtienne Samson2017-11-153-37/+75
| * | tests: clarify which steps corresponds to each checksEtienne Samson2017-11-151-5/+5
| * | tests: gather the reflog entry content testsEtienne Samson2017-11-1510-523/+498
* | | Merge pull request #4391 from libgit2/cmn/expose-indent-heuristicCarlos Martín Nieto2017-11-193-0/+12
|\ \ \
| * | | diff: expose the "indent heuristic" in the diff optionsCarlos Martín Nieto2017-11-193-0/+12
|/ / /
* | | Merge pull request #4420 from pks-t/pks/strict-aliasingCarlos Martín Nieto2017-11-186-10/+10
|\ \ \