summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: provide fast-path for retrying filesystem operationsethomson/win32_remediateEdward Thomson2017-07-261-11/+9
* Updated changelogCarson Howard2017-07-261-0/+3
* fixed win32 p_unlink retry sleep issueCarson Howard2017-07-261-1/+6
* Merge pull request #4306 from libgit2/cmn/tag-bad-signaturePatrick Steinhardt2017-07-141-0/+1
|\
| * signature: don't leave a dangling pointer to the strings on parse failurecmn/tag-bad-signatureCarlos Martín Nieto2017-07-121-0/+1
|/
* Merge pull request #4287 from AndreyG/reset/interface-cosmeticsPatrick Steinhardt2017-07-102-9/+9
|\
| * git_reset_*: pass parameters as const pointersAndrey Davydov2017-06-302-9/+9
* | Merge pull request #4291 from pks-t/pks/regex-header-confusionPatrick Steinhardt2017-07-071-0/+1
|\ \ | |/ |/|
| * tests: config: fix missing declaration causing errorPatrick Steinhardt2017-07-051-0/+1
|/
* Merge branch 'AndreyG/cmake/modernization'Patrick Steinhardt2017-06-281-1/+10
|\
| * cmake: consistently use TARGET_INCLUDE_DIRECTORIES if availablePatrick Steinhardt2017-06-281-5/+4
| * cmake: use `target_include_directories` for modern cmakeAndrey Davydov2017-06-281-1/+11
* | Merge pull request #4280 from ids1024/htonsPatrick Steinhardt2017-06-271-1/+1
|\ \ | |/ |/|
| * Convert port with htons() in p_getaddrinfo()Ian Douglas Scott2017-06-231-1/+1
* | Merge pull request #4235 from pks-t/pks/out-of-tree-buildsPatrick Steinhardt2017-06-274-18/+29
|\ \
| * | tests: refs::crashes: create sandbox for creating symrefPatrick Steinhardt2017-06-231-2/+2
| * | tests: index::tests: create sandboxed repo for lockingPatrick Steinhardt2017-06-231-1/+5
| * | cmake: generate clar.suite in binary directoryPatrick Steinhardt2017-06-231-3/+4
| * | generate.py: generate clar cache in binary directoryPatrick Steinhardt2017-06-231-2/+2
| * | generate.py: enable overriding path of generated clar.suitePatrick Steinhardt2017-06-231-3/+6
| * | generate.py: disallow generating test suites for multiple pathsPatrick Steinhardt2017-06-231-8/+11
| |/
* | Merge pull request #4278 from pks-t/pks/cmake-disable-http-parserPatrick Steinhardt2017-06-261-2/+3
|\ \ | |/ |/|
| * cmake: Permit disabling external http-parserJason Cooper2017-06-221-2/+3
|/
* Merge pull request #4277 from pks-t/pks/merge-coverity-fixEdward Thomson2017-06-211-1/+1
|\
| * merge: fix potential free of uninitialized memoryPatrick Steinhardt2017-06-211-1/+1
|/
* Merge pull request #4202 from mitesch/linear_exact_renameEdward Thomson2017-06-211-31/+152
|\
| * merge: perform exact rename detection in linear timeMichael Tesch2017-05-171-31/+152
* | Merge pull request #4211 from pks-t/pks/trustyEdward Thomson2017-06-213-9/+34
|\ \
| * | travis: upgrade container to Ubuntu 14.04Patrick Steinhardt2017-06-211-0/+7
| * | travis: cibuild: set up our own sshd serverPatrick Steinhardt2017-06-211-8/+26
| * | tests: online::clone: use URL of test serverPatrick Steinhardt2017-06-211-1/+1
* | | Merge pull request #4273 from azdavis/fix-template-dir-empty-stringPatrick Steinhardt2017-06-212-3/+20
|\ \ \ | |/ / |/| |
| * | repository: remove trailing whitespaceAriel Davis2017-06-191-2/+2
| * | repository: do not initialize templates if dir is an empty stringAriel Davis2017-06-191-1/+7
| * | tests: try to init with empty template pathAriel Davis2017-06-161-0/+11
|/ /
* | 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