summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: free thread-local data on thread exitcmn/win32-free-tlsCarlos Martin Nieto2016-03-181-0/+14
* Merge pull request #3690 from libgit2/cmn/pool-limitEdward Thomson2016-03-165-9/+41
|\
| * Split the page size from the mmap alignmentcmn/pool-limitCarlos Martín Nieto2016-03-165-9/+41
|/
* Merge pull request #3677 from pks-t/pks/coverity-fixes-round7Carlos Martín Nieto2016-03-146-14/+39
|\
| * config_cache: check return value of `git_config__lookup_entry`Patrick Steinhardt2016-03-111-1/+2
| * filebuf: handle write error in `lock_file`Patrick Steinhardt2016-03-111-1/+6
| * config_file: handle error when trying to lock strmapPatrick Steinhardt2016-03-111-8/+20
| * blame: handle error when resoling HEAD in normalize_optionsPatrick Steinhardt2016-03-111-3/+8
| * blame_git: handle error returned by `git_commit_parent`Patrick Steinhardt2016-03-111-1/+2
| * refdb_fs: fail if refcache returns NULL pointerPatrick Steinhardt2016-03-111-0/+1
* | Merge pull request #3647 from pks-t/pks/coverity-fixes-round6Carlos Martín Nieto2016-03-148-17/+45
|\ \
| * | coverity: report errors when uploading tarballPatrick Steinhardt2016-03-111-2/+16
| * | diff_tform: fix potential NULL pointer accessPatrick Steinhardt2016-03-111-3/+5
| * | submodule: avoid passing NULL pointers to strncmpPatrick Steinhardt2016-03-111-1/+2
| * | pack-objects: fix memory leak on overflowPatrick Steinhardt2016-03-111-1/+3
| * | index: assert required OID are non-NULLPatrick Steinhardt2016-03-111-3/+9
| * | object: avoid call of memset with ouf of bounds pointerPatrick Steinhardt2016-03-111-6/+3
| * | config_file: handle missing quotation marks in section headerPatrick Steinhardt2016-03-101-0/+5
| * | describe: handle error code returned by git_pqueue_insertPatrick Steinhardt2016-03-101-1/+2
| |/
* | Merge pull request #3671 from libgit2/cmn/remove-mingw32Edward Thomson2016-03-144-25/+1
|\ \
| * | Remove CI support for mingw32cmn/remove-mingw32Carlos Martín Nieto2016-03-144-25/+1
* | | Merge pull request #3683 from dbussink/dbussink/better-openssl-ciphersCarlos Martín Nieto2016-03-146-1/+53
|\ \ \
| * | | Use general cl_git_fail because the error is genericDirkjan Bussink2016-03-141-2/+1
| * | | Start error string with lower case characterDirkjan Bussink2016-03-141-2/+2
| * | | Setup better defaults for OpenSSL ciphersDirkjan Bussink2016-03-146-0/+53
|/ / /
* | | Merge pull request #3636 from nerdishbynature/fix-non-modular-header-in-moduleCarlos Martín Nieto2016-03-111-1/+2
|\ \ \ | |_|/ |/| |
| * | Check for __CLANG_INTTYPES_HPiet Brauer2016-03-111-1/+2
* | | Merge pull request #3623 from ethomson/rebase_with_commitCarlos Martín Nieto2016-03-093-5/+288
|\ \ \
| * | | rebase: additional tests for completing a rebaseEdward Thomson2016-02-282-5/+83
| * | | rebase: additional setup tests of exotic behaviorEdward Thomson2016-02-171-0/+205
* | | | Merge pull request #3672 from libgit2/cmn/do-fail-appveyorCarlos Martín Nieto2016-03-091-0/+1
|\ \ \ \
| * | | | appveyor: stop if the first test failsCarlos Martín Nieto2016-03-091-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #3670 from libgit2/vmg/expand-fixesEdward Thomson2016-03-092-70/+163
|\ \ \ \ | |/ / / |/| | |
| * | | odb: Try to lookup headers in all backends before passthroughvmg/expand-fixesVicent Marti2016-03-091-5/+20
| * | | odb: Refactor `git_odb_expand_ids`Vicent Marti2016-03-091-21/+26
| * | | odb: Implement new helper to read types without refreshingVicent Marti2016-03-091-45/+104
| * | | odb: Handle corner cases in `git_odb_expand_ids`Vicent Marti2016-03-092-22/+36
* | | | Merge pull request #3668 from libgit2/cmn/mwindow-try-harderEdward Thomson2016-03-091-2/+12
|\ \ \ \ | |/ / / |/| | |
| * | | mwindow: free unused windows if we fail to mmapcmn/mwindow-try-harderCarlos Martín Nieto2016-03-091-2/+12
|/ / /
* | | Merge pull request #3656 from ethomson/exists_prefixesVicent Marti2016-03-088-37/+297
|\ \ \
| * | | git_odb_expand_ids: accept git_odb_expand_id arrayEdward Thomson2016-03-083-92/+89
| * | | git_odb_expand_ids: rename func, return the typeEdward Thomson2016-03-083-32/+49
| * | | git_odb_exists_many_prefixes: query odb for multiple short idsEdward Thomson2016-03-074-13/+249
| * | | odb: improved not found error messagesEdward Thomson2016-03-075-24/+34
* | | | Merge pull request #3555 from cbargren/ssh-git-protocolsEdward Thomson2016-03-084-19/+49
|\ \ \ \
| * | | | TabsChris Bargren2015-12-281-2/+2
| * | | | Adding test cases that actually test the functionality of the new transportChris Bargren2015-12-281-0/+6
| * | | | Removing #define for SSH_PREFIX_COUNT and using ARRAY_SIZE insteadChris Bargren2015-12-281-6/+5
| * | | | Updating change to http_parser to reflect PR for nodejs/http-parserChris Bargren2015-12-281-2/+5
| * | | | Adding spec coverage for ssh+git and git+ssh protocolsChris Bargren2015-12-221-0/+4