summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * cmake: move http-parser build instructions into subdirectoryPatrick Steinhardt2017-08-162-2/+6
| * cmake: move regex build instructions into subdirectoryPatrick Steinhardt2017-08-162-3/+6
| * cmake: move winhttp build instructions into subdirectoryPatrick Steinhardt2017-08-162-28/+33
| * cmake: define WIN_RC with other platform sourcesPatrick Steinhardt2017-08-161-2/+5
| * cmake: find dependencies after setting build flagsPatrick Steinhardt2017-08-161-157/+158
| * cmake: move definition of Win32 flags togetherPatrick Steinhardt2017-08-161-4/+3
| * cmake: inline TARGET_OS_LIBRARIES functionPatrick Steinhardt2017-08-161-27/+21
| * cmake: keep track of libraries and includes via listsPatrick Steinhardt2017-08-163-40/+46
| * cmake: use absolute path to depsPatrick Steinhardt2017-08-161-10/+10
| * cmake: move regcomp and futimens checks to "features.h"Patrick Steinhardt2017-08-163-4/+6
| * cmake: move defines into "features.h" headerPatrick Steinhardt2017-08-165-30/+70
| * cmake: create separate CMakeLists.txt for testsPatrick Steinhardt2017-08-162-64/+67
| * cmake: create own precompiled headers for testsPatrick Steinhardt2017-08-163-0/+10
| * cmake: create object library targetPatrick Steinhardt2017-08-161-8/+21
| * cmake: remove unused variable "CLAR_RESOURCES"Patrick Steinhardt2017-08-161-2/+0
| * cmake: try to detect threads libraryPatrick Steinhardt2017-08-161-0/+1
|/
* Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson2017-08-15238-254/+614
|\
| * Make sure to always include "common.h" firstPatrick Steinhardt2017-07-03235-143/+437
| * Add missing license headersPatrick Steinhardt2017-07-037-0/+49
| * Fix missing include for header filesPatrick Steinhardt2017-07-039-3/+19
| * zlib: include "git2/types.h" instead of "common.h"Patrick Steinhardt2017-07-031-1/+2
| * win32: fix circular include deps with w32_crtdbgPatrick Steinhardt2017-06-303-107/+107
* | Merge pull request #4330 from alpha0010/patch-1Edward Thomson2017-08-141-6/+6
|\ \
| * | Docs: Fix inline comments for git_diff_hunkAlpha2017-08-111-6/+6
* | | Merge pull request #4328 from libgit2/peff/hashcmp-is-memcmpEdward Thomson2017-08-141-8/+1
|\ \ \
| * | | oid: use memcmp in git_oid__hashcmppeff/hashcmp-is-memcmpJeff King2017-08-091-8/+1
| |/ /
* | | Merge pull request #4327 from libgit2/peff/drop-sha1-entry-posEdward Thomson2017-08-143-224/+0
|\ \ \
| * | | sha1_lookup: drop sha1_entry_pos functionpeff/drop-sha1-entry-posJeff King2017-08-093-224/+0
| |/ /
* | | Merge pull request #4326 from libgit2/peff/binary-search-do-whileEdward Thomson2017-08-141-2/+2
|\ \ \ | |/ / |/| |
| * | sha1_position: convert do-while to whilepeff/binary-search-do-whileJeff King2017-08-091-2/+2
|/ /
* | Merge pull request #4304 from pks-t/pks/patch-buffersEdward Thomson2017-07-312-4/+4
|\ \
| * | patch_generate: represent buffers as void pointersPatrick Steinhardt2017-07-102-4/+4
* | | Merge pull request #4323 from libgit2/ethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
|\ \ \
| * | | Remove unused 'sys/remote.h' headerethomson/remove_sys_remote_hEdward Thomson2017-07-311-16/+0
* | | | Merge branch '4233'Edward Thomson2017-07-315-13/+137
|\ \ \ \ | |/ / / |/| | |
| * | | changelog: update to reflect `detached` api nameEdward Thomson2017-07-311-1/+1
| * | | remote: test creating and fetching detached remotesPatrick Steinhardt2017-05-051-0/+38
| * | | tests: online::remotes: add defines for URL and refspecPatrick Steinhardt2017-05-051-5/+6
| * | | remote: add function to create detached remotesEric Myhre2017-05-054-7/+40
| * | | remote: reject various actions for detached remotesPatrick Steinhardt2017-05-052-0/+50
| * | | remote: improve error message if no URL is setPatrick Steinhardt2017-05-051-1/+3
* | | | 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