Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #6000 from libgit2/ethomson/ci | Edward Thomson | 2021-08-23 | 7 | -0/+8 | |
|\ \ | | | | | | | ci: tag new containers with the latest tag | |||||
| * | | ci: update container versions | Edward Thomson | 2021-08-23 | 6 | -0/+6 | |
| | | | | | | | | | | | | | | | Update all the container versions to force a rebuild so that they'll get tagged with latest (due to changes in the CI scripts). | |||||
| * | | ci: tag new containers with the latest tag | Edward Thomson | 2021-08-23 | 1 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #5995 from libgit2/ethomson/centos_ci | Edward Thomson | 2021-08-21 | 2 | -1/+5 | |
|\ \ | | | | | | | ci: update centos builds | |||||
| * | | ci: update centos to find libssh2ethomson/centos_ci | Edward Thomson | 2021-08-21 | 2 | -1/+5 | |
| | | | ||||||
* | | | Merge pull request #5999 from libgit2/ethomson/openssl_valgrind | Edward Thomson | 2021-08-21 | 1 | -5/+10 | |
|\ \ \ | |/ / |/| | | openssl: don't fail when we can't customize allocators | |||||
| * | | openssl: don't fail when we can't customize allocatorsethomson/openssl_valgrind | Edward Thomson | 2021-08-21 | 1 | -5/+10 | |
|/ / | | | | | | | | | | | | | | | | | | | During valgrind runs, we try to swap out the OpenSSL allocators for our own. This allows us to avoid some unnecessary warnings about usage. Unfortunately, many builds of OpenSSL do not allow you to swap allocators; for example FIPS builds and the builds running in CentOS. Try to swap the allocators, but do not fail when they cannot be customized. | |||||
* | | Merge pull request #5997 from boretrk/sha1_endian | Edward Thomson | 2021-08-18 | 1 | -2/+0 | |
|\ \ | | | | | | | sha1dc: remove conditional for <sys/types.h> | |||||
| * | | sha1dc: remove conditional for <sys/types.h> | Peter Pettersson | 2021-08-18 | 1 | -2/+0 | |
|/ / | ||||||
* | | Merge pull request #5994 from ↵ | Edward Thomson | 2021-08-17 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | jairbubbles/fix-libgit2-filename-not-being-passed-to-the-reso | |||||
| * | | Fix LIBGIT2_FILENAME not being passed to the resource compiler | Julien Richard | 2021-08-17 | 1 | -1/+1 | |
|/ / | ||||||
* | | ci: update centos builds | Edward Thomson | 2021-08-16 | 1 | -1/+2 | |
| | | ||||||
* | | ci: update centos builds | Edward Thomson | 2021-08-16 | 2 | -6/+35 | |
| | | ||||||
* | | ci: update centos builds | Edward Thomson | 2021-08-15 | 2 | -1/+2 | |
| | | ||||||
* | | ci: update centos7 and centos8 build | Edward Thomson | 2021-08-15 | 2 | -1/+4 | |
| | | ||||||
* | | ci: run centos7 and centos8 builds nightly | Edward Thomson | 2021-08-15 | 1 | -0/+12 | |
| | | ||||||
* | | Merge pull request #5992 from libgit2/ethomson/centos_ci | Edward Thomson | 2021-08-15 | 3 | -0/+71 | |
|\ \ | | | | | | | ci: add centos 7 and centos 8 | |||||
| * | | ci: run centos7 and centos8 builds nightly | Edward Thomson | 2021-08-15 | 1 | -0/+2 | |
| | | | ||||||
| * | | ci: add centos7 and centos8 docker definitions | Edward Thomson | 2021-08-15 | 2 | -0/+69 | |
|/ / | ||||||
* | | Merge pull request #5989 from libgit2/ethomson/ci_nightly | Edward Thomson | 2021-08-14 | 1 | -5/+6 | |
|\ \ | | | | | | | ci: update nightly to use source path | |||||
| * | | ci: update nightly to use source pathethomson/ci_nightly | Edward Thomson | 2021-08-14 | 1 | -5/+6 | |
| | | | ||||||
* | | | Merge pull request #5972 from libgit2/ethomson/http_empty_password | Edward Thomson | 2021-08-14 | 1 | -2/+6 | |
|\ \ \ | |/ / |/| | | http: don't require a password | |||||
| * | | http: don't require a passwordethomson/http_empty_password | Edward Thomson | 2021-08-05 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Attempt authentication when a username is presented but a password is not; this can happen in particular when users are doing token authentication and specifying the token in the URL itself. For example, `https://token@host/` is a valid URI and should be treated as a username of `token` with an empty password. | |||||
* | | | ci: final docs update | Edward Thomson | 2021-08-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | ci: build docs in source directory for consistency | Edward Thomson | 2021-08-10 | 1 | -9/+4 | |
| | | | | | | | | | All the other workflows jobs check out into the `source` directory; do this in the documentation build job as well, for consistency across jobs. | |||||
* | | | ci: update path during documentation generation | Edward Thomson | 2021-08-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | ci: update paths during docker build | Edward Thomson | 2021-08-10 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge pull request #5854 from alexjg/respect-force-flag-in-remote-fetch | Edward Thomson | 2021-08-10 | 2 | -0/+174 | |
|\ \ \ | | | | | | | | | Respect the force flag on refspecs in git_remote_fetch | |||||
| * | | | skip descendant check if remote ref not found | Alex Good | 2021-08-05 | 2 | -20/+7 | |
| | | | | ||||||
| * | | | Merge branch 'main' into respect-force-flag-in-remote-fetch | Alex Good | 2021-06-30 | 10 | -14/+30 | |
| |\ \ \ | ||||||
| * | | | | Fix memory sanitizer failures in tests | Alex Good | 2021-06-30 | 1 | -15/+18 | |
| | | | | | ||||||
| * | | | | Merge branch 'libgit2:main' into respect-force-flag-in-remote-fetch | alexjg | 2021-06-11 | 0 | -0/+0 | |
| |\ \ \ \ | ||||||
| * | | | | | Respect the force flag on refspecs in git_remote_fetch | Alex Good | 2021-06-11 | 3 | -1/+185 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5980 from libgit2/ethomson/dockerfile | Edward Thomson | 2021-08-09 | 6 | -33/+30 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | docker: remove the entrypoint | |||||
| * | | | | | | ci: remove the docker entrypointethomson/dockerfile | Edward Thomson | 2021-08-09 | 6 | -33/+30 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Omitting an entrypoint.sh to configure the container and instead depending on docker primitives allows us to be more portable. (If a distribution uses a different mechanism for adding users, we need not have multiple entrypoint.sh files or invariants within it; instead we can configure that in the dockerfile itself along with all the other distribution specific components.) | |||||
* | | | | | | Merge pull request #5978 from boretrk/amiga | Edward Thomson | 2021-08-09 | 1 | -3/+3 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | amiga: use ';' as path list separator on AmigaOS | |||||
| * | | | | | amiga: use ';' as path list separator on AmigaOS | Peter Pettersson | 2021-08-08 | 1 | -3/+3 | |
|/ / / / / | | | | | | | | | | | | | | | | Like on Windows ':' is used for volume names in absolute paths. | |||||
* | | | | | Merge pull request #5962 from libgit2/ethomson/futimens | Edward Thomson | 2021-07-31 | 3 | -1/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmake: extended futimens checking on macOSethomson/futimens | Edward Thomson | 2021-07-30 | 3 | -1/+16 | |
| | | | | | | ||||||
* | | | | | | README: link to more information about cmake | Edward Thomson | 2021-07-30 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #5961 from libgit2/ethomson/odb_tests_priority | Edward Thomson | 2021-07-30 | 3 | -2/+11 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | | | tests: reset odb backend priority | |||||
| * | | | | | tests: reset odb backend priorityethomson/odb_tests_priority | Edward Thomson | 2021-07-30 | 3 | -2/+11 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'pr/5491' | Edward Thomson | 2021-07-30 | 4 | -7/+50 | |
|\ \ \ \ \ | ||||||
| * | | | | | odb: Implement option for overriding of default odb backend priority | Tony De La Nuez | 2021-07-30 | 4 | -7/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce GIT_OPT_SET_ODB_LOOSE_PRIORITY and GIT_OPT_SET_ODB_PACKED_PRIORITY to allow overriding the default priority values for the default ODB backends. Libgit2 has historically assumed that most objects for long- running operations will be packed, therefore GIT_LOOSE_PRIORITY is set to 1 by default, and GIT_PACKED_PRIORITY to 2. When a client allows libgit2 to set the default backends, they can specify an override for the two priority values in order to change the order in which each ODB backend is accessed. | |||||
* | | | | | | Merge pull request #5957 from lhchavez/fix-master-build | Edward Thomson | 2021-07-30 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix one memory leak in master | |||||
| * | | | | | Fix one memory leak in master | lhchavez | 2021-07-30 | 1 | -0/+2 | |
|/ / / / / | | | | | | | | | | | | | | | | There was one test that wasn't correctly disposing of the repository. | |||||
* | | | | | Merge branch 'pr/5861' | Edward Thomson | 2021-07-30 | 3 | -3/+49 | |
|\ \ \ \ \ | ||||||
| * | | | | | tests: reformat upstream merge | Edward Thomson | 2021-07-30 | 1 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | tests: upstream merge test has been added. | Dmitry Lobanov | 2021-06-18 | 1 | -0/+23 | |
| | | | | | | ||||||
| * | | | | | branch: git branch upstream with format format name parameter has been added. | Dmitry Lobanov | 2021-05-18 | 1 | -28/+3 | |
| | | | | | |