Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import async versions of key code from clamav-rs #4

Merged
merged 12 commits into from
Nov 17, 2023

Conversation

shutton
Copy link
Contributor

@shutton shutton commented Nov 8, 2023

This is the culmination of work that's been ongoing within the Cisco-Talos ClamAV team.

Most blocking operations have been restructured to be made async, ensuring locks on critical C-owned structures as necessary, spawning long-running tasks such as scans and signature compilation onto blocking threads that contribute progress information, etc.

@shutton shutton linked an issue Nov 8, 2023 that may be closed by this pull request
@shutton shutton self-assigned this Nov 8, 2023
@shutton shutton requested a review from micahsnyder November 8, 2023 16:50
Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
src/fmap.rs Show resolved Hide resolved
src/fmap.rs Outdated Show resolved Hide resolved
src/fmap.rs Outdated Show resolved Hide resolved
src/callback.rs Show resolved Hide resolved
src/cvd.rs Outdated Show resolved Hide resolved
src/cvd.rs Outdated Show resolved Hide resolved
src/cvd/head_libclamav.rs Outdated Show resolved Hide resolved
src/lib.rs Show resolved Hide resolved
@shutton shutton requested a review from micahsnyder November 16, 2023 17:55
@shutton shutton merged commit 7548ba3 into main Nov 17, 2023
@shutton shutton deleted the 3-import-async-versions-of-key-code-from-clamav-rs branch November 17, 2023 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import async versions of key code from clamav-rs
2 participants