- 24 Aug, 2021 1 commit
-
-
Refactor the OpenSSL stream implementation so that the legacy code is better abstracted. This will enable future development.
Edward Thomson committed
-
- 23 Aug, 2021 3 commits
-
-
ci: tag new containers with the latest tag
Edward Thomson committed -
Update all the container versions to force a rebuild so that they'll get tagged with latest (due to changes in the CI scripts).
Edward Thomson committed -
Edward Thomson committed
-
- 21 Aug, 2021 4 commits
-
-
ci: update centos builds
Edward Thomson committed -
openssl: don't fail when we can't customize allocators
Edward Thomson committed -
Edward Thomson committed
-
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.
Edward Thomson committed
-
- 18 Aug, 2021 2 commits
-
-
sha1dc: remove conditional for <sys/types.h>
Edward Thomson committed -
Peter Pettersson committed
-
- 17 Aug, 2021 2 commits
-
-
Edward Thomson committed
-
Julien Richard committed
-
- 16 Aug, 2021 4 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
- 15 Aug, 2021 5 commits
-
-
Edward Thomson committed
-
ci: add centos 7 and centos 8
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
ci: update nightly to use source path
Edward Thomson committed
-
- 14 Aug, 2021 2 commits
-
-
http: don't require a password
Edward Thomson committed -
Edward Thomson committed
-
- 10 Aug, 2021 5 commits
-
-
Edward Thomson committed
-
All the other workflows jobs check out into the `source` directory; do this in the documentation build job as well, for consistency across jobs.
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Respect the force flag on refspecs in git_remote_fetch
Edward Thomson committed
-
- 09 Aug, 2021 3 commits
-
-
docker: remove the entrypoint
Edward Thomson committed -
amiga: use ';' as path list separator on AmigaOS
Edward Thomson committed -
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.)
Edward Thomson committed
-
- 08 Aug, 2021 1 commit
-
-
Like on Windows ':' is used for volume names in absolute paths.
Peter Pettersson committed
-
- 05 Aug, 2021 2 commits
-
-
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.
Edward Thomson committed -
Alex Good committed
-
- 31 Jul, 2021 1 commit
-
-
Edward Thomson committed
-
- 30 Jul, 2021 5 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
tests: reset odb backend priority
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-