summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #5478 from pks-t/pks/readme-ci-updateEdward Thomson2020-04-011-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | README.md: update build matrix to reflect our latest releasesPatrick Steinhardt2020-04-011-1/+1
|/ / / / /
* | | | | Merge pull request #5471 from pks-t/pks/v1.0v1.0.0Patrick Steinhardt2020-04-012-4/+55
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | version.h: bump version to v1.0.0Patrick Steinhardt2020-03-281-4/+4
| * | | | docs: update changelog for v1.0Patrick Steinhardt2020-03-281-0/+51
|/ / / /
* | | | Merge pull request #5464 from pks-t/pks/refdb-backend-docsPatrick Steinhardt2020-03-261-2/+109
|\ \ \ \
| * | | | refdb_backend: improve callback documentationPatrick Steinhardt2020-03-261-2/+109
| |/ / /
* | | | Merge pull request #5465 from libgit2/ethomson/cred_deprecationPatrick Steinhardt2020-03-261-0/+7
|\ \ \ \
| * | | | credentials: provide backcompat for opaque structsethomson/cred_deprecationEdward Thomson2020-03-261-0/+7
|/ / / /
* | | | Merge pull request #5445 from lhchavez/fix-5443Edward Thomson2020-03-266-2/+32
|\ \ \ \
| * | | | Fix segfault when calling git_blame_buffer()lhchavez2020-03-236-2/+32
| |/ / /
* | | | Merge pull request #5463 from utkarsh2102/spell-fixPatrick Steinhardt2020-03-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix spelling errorUtkarsh Gupta2020-03-261-1/+1
|/ / /
* | | Merge pull request #5456 from pks-t/pks/refdb-fs-backend-versionEdward Thomson2020-03-231-0/+3
|\ \ \
| * | | refdb_fs: initialize backend versionPatrick Steinhardt2020-03-221-0/+3
* | | | Merge pull request #5444 from josharian/issue5428Edward Thomson2020-03-231-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | repository: improve commondir docsJosh Bleecher Snyder2020-03-071-4/+5
* | | | Merge pull request #5455 from pks-t/pks/cmake-install-dirsEdward Thomson2020-03-214-19/+12
|\ \ \ \
| * | | | cmake: use install directories provided via GNUInstallDirsPatrick Steinhardt2020-03-144-19/+12
| |/ / /
* | | | Merge pull request #5451 from pks-t/pks/docker-curlEdward Thomson2020-03-1810-51/+58
|\ \ \ \
| * | | | ci: don't use --insecureEdward Thomson2020-03-172-2/+2
| * | | | azure: docker: use insecure flag to fix curl downloadsPatrick Steinhardt2020-03-132-8/+4
| * | | | azure: upgrade to newer hosted VM imagesPatrick Steinhardt2020-03-133-34/+42
| * | | | azure: docurium: fix build failure due to bumped CMake requirementsPatrick Steinhardt2020-03-131-5/+2
| * | | | azure: docker: consistently silence curl but show errorsPatrick Steinhardt2020-03-134-12/+12
| * | | | ntlmclient: silence deprecation warnings for CommonCrypto backendPatrick Steinhardt2020-03-131-0/+2
| * | | | cmake: ignore deprecation notes for Secure TransportPatrick Steinhardt2020-03-131-0/+4
|/ / / /
* | | | Merge pull request #5435 from libgit2/ethomson/canonicalEdward Thomson2020-03-105-14/+105
|\ \ \ \ | |/ / / |/| | |
| * | | win32: test relative symlinksethomson/canonicalPatrick Steinhardt2020-03-101-0/+20
| * | | win32: don't canonicalize symlink targetsEdward Thomson2020-03-101-2/+1
| * | | win32: introduce relative path handling functionEdward Thomson2020-03-103-2/+81
| * | | win32: clarify usage of path canonicalization funcsEdward Thomson2020-03-082-10/+3
|/ / /
* | | Merge pull request #5422 from pks-t/pks/cmake-booleansEdward Thomson2020-03-065-1/+30
|\ \ \
| * | | cmake: fix ENABLE_TRACE parameter being too strictPatrick Steinhardt2020-02-241-1/+1
| * | | cmake: sanitize boolean options passed by userPatrick Steinhardt2020-02-244-0/+29
| |/ /
* | | Merge pull request #5439 from ignatenkobrain/patch-2Edward Thomson2020-03-061-1/+1
|\ \ \
| * | | Set proper pkg-config dependency for pcre2Igor Gnatenko2020-03-031-1/+1
* | | | Merge pull request #5432 from libgit2/ethomson/sslreadPatrick Steinhardt2020-03-051-1/+12
|\ \ \ \ | |/ / / |/| | |
| * | | httpclient: use a 16kb read buffer for macOSethomson/sslreadEdward Thomson2020-03-041-1/+12
|/ / /
* | | Merge pull request #5437 from libgit2/ethomson/azpEdward Thomson2020-03-021-1/+3
|\ \ \
| * | | ci: provide globalsign certs for bionicethomson/azpEdward Thomson2020-03-021-1/+3
* | | | Merge pull request #5426 from pks-t/pks/freebsd-htobe64Edward Thomson2020-03-011-1/+1
|\ \ \ \
| * | | | deps: ntlmclient: fix htonll on big endian FreeBSDPatrick Steinhardt2020-02-261-1/+1
* | | | | Merge pull request #5433 from libgit2/ethomson/azpEdward Thomson2020-03-011-1/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | ci: provide globalsign certsEdward Thomson2020-03-011-1/+3
|/ / /
* | | Merge pull request #5417 from pks-t/pks/ntlmclient-htonllPatrick Steinhardt2020-02-252-2/+24
|\ \ \
| * | | transports: auth_ntlm: fix use of strdup/strndupPatrick Steinhardt2020-02-241-2/+2
| * | | deps: ntlmclient: fix missing htonll symbols on FreeBSD and SunOSPatrick Steinhardt2020-02-241-0/+22
* | | | Merge pull request #5420 from petersalomonsen/wasm-git-linksPatrick Steinhardt2020-02-241-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | README: add language binding link to wasm-gitPeter Salomonsen2020-02-231-0/+2
|/ / /