summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused 'sys/remote.h' headerethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
* Merge pull request #4320 from pks-t/pks/rebase-submodule-assertsEdward Thomson2017-07-281-7/+7
|\
| * tests: rebase::submodule: verify initialization method callsPatrick Steinhardt2017-07-281-7/+7
|/
* Merge pull request #4275 from tiennou/fix-rebase-submodule-testEdward Thomson2017-07-273-7/+36
|\
| * tests: fix the rebase-submodule testEtienne Samson2017-07-252-7/+36
| * Remove invalid submoduleEtienne Samson2017-07-201-0/+0
* | Merge pull request #4314 from pks-t/pks/timsortEdward Thomson2017-07-261-1/+0
|\ \
| * | tsort: remove idempotent conditional assignmentPatrick Steinhardt2017-07-211-1/+0
* | | Merge pull request #4317 from libgit2/ethomson/libcurl_buildEdward Thomson2017-07-263-12/+17
|\ \ \
| * | | travis: only install custom libcurl on trustyEdward Thomson2017-07-241-4/+8
| * | | travis: only kill our own sshdEdward Thomson2017-07-241-1/+2
| * | | travis: use trustyEdward Thomson2017-07-241-0/+1
| * | | travis: build with patched libcurlEdward Thomson2017-07-242-11/+10
| |/ /
* | | Merge pull request #4311 from libgit2/ethomson/win32_remediateEdward Thomson2017-07-262-5/+11
|\ \ \ | |/ / |/| |
| * | 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 #4250 from pks-t/pks/config-file-iterationEdward Thomson2017-07-192-173/+209
|\ \
| * | config_file: refuse modifying included variablesPatrick Steinhardt2017-07-152-0/+29
| * | config_file: move reader into `config_read` onlyPatrick Steinhardt2017-07-152-45/+44
| * | config_file: refresh all files if includes were modifiedPatrick Steinhardt2017-07-152-36/+56
| * | config_file: remove unused backend field from parse dataPatrick Steinhardt2017-07-151-7/+5
| * | config_file: pass reader directly to callbacksPatrick Steinhardt2017-07-151-15/+15
| * | config_file: refactor include handlingPatrick Steinhardt2017-07-151-98/+116
| * | tests: config::include: use init and cleanup functionsPatrick Steinhardt2017-07-151-43/+15
| |/
* | Merge pull request #4272 from pks-t/pks/patch-idEdward Thomson2017-07-195-1/+313
|\ \ | |/ |/|
| * diff: implement function to calculate patch IDPatrick Steinhardt2017-06-265-1/+313
* | 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
|\