Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: greenbone/openvas-scanner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.42.0
Choose a base ref
...
head repository: greenbone/openvas-scanner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.42.1
Choose a head ref
  • 13 commits
  • 42 files changed
  • 4 contributors

Commits on Mar 19, 2026

  1. Add rust-toolchain.toml

    Tehforsch committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    08e92cd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Merge pull request #2172 from greenbone/add-rust-toolchain

    Add rust-toolchain.toml
    Tehforsch authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    9cf7796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1ec232 View commit details
    Browse the repository at this point in the history
  3. Remove unused trait impls.

    Tehforsch committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    61b9f5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02938b2 View commit details
    Browse the repository at this point in the history
  5. Make ContextStorage async

    Tehforsch committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    464f8f8 View commit details
    Browse the repository at this point in the history
  6. Make Dispatcher async.

    Revive all test code and downstream builtins afterwards.
    Tehforsch committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    aadb727 View commit details
    Browse the repository at this point in the history
  7. Make Retriever async.

    Tehforsch committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    df88ed0 View commit details
    Browse the repository at this point in the history
  8. Make Remover async.

    Tehforsch committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    2f62206 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2170 from greenbone/async-storage

    Async storage
    Tehforsch authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    dd9add2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97fb0cd View commit details
    Browse the repository at this point in the history
  11. Fix: do start and stop immediately instead of scheduling

    Instead of handling start and stop action via the scheduler it is done
    immediately. This helps to reflect the actual status to the client
    instead of doing it in the background.
    
    Although the request may potentially take longer it prevents race
    conditions as it should ensure that the change is known to the database
    on return.
    nichtsfrei committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    403a645 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    601d892 View commit details
    Browse the repository at this point in the history
Loading