Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow consumers to query the "backends" that libgit2 was built with#6971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ethomson merged 3 commits intomainfromethomson/features
Dec 23, 2024

Conversation

ethomson
Copy link
Member

Provide a mechanism to understand the backend provider for feature
within libgit2. For example, one can query the mechanism that provides
HTTPS by asking for the backend for theGIT_FEATURE_HTTPS.

This is particularly useful for features that are not completely
isomorphic; the HTTPS providers may have slightly different
functionality that can be controlled (eg, certificates or cipher
support). And the SSH feature isvery different between libssh2 and
OpenSSH.

It may also be useful to understand the support for things like the SHA1
or SHA256 backends to ensure that sha1dc is used, or that FIPS mode is
enabled.

Move the test for querying version information out of the`core::features` test and into the `core::version` test.
@ethomsonethomsonforce-pushed theethomson/features branch 7 times, most recently from75b6665 to7bd1cb8CompareDecember 22, 2024 15:12
Add the status of the zlib backend (builtin or external) to`git2_features.h`.
Provide a mechanism to understand the backend provider for featurewithin libgit2. For example, one can query the mechanism that providesHTTPS by asking for the backend for the `GIT_FEATURE_HTTPS`.This is particularly useful for features that are not completelyisomorphic; the HTTPS providers may have slightly differentfunctionality that can be controlled (eg, certificates or ciphersupport). And the SSH feature is _very_ different between libssh2 andOpenSSH.It may also be useful to understand the support for things like the SHA1or SHA256 backends to ensure that sha1dc is used, or that FIPS mode isenabled.
@ethomsonethomson merged commit95dfb83 intomainDec 23, 2024
19 checks passed
@ethomsonethomson deleted the ethomson/features branchDecember 23, 2024 09:14
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@ethomson

[8]ページ先頭

©2009-2025 Movatter.jp