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

Shutdown strengthening #16

Merged
merged 15 commits into from
Jan 2, 2024
Merged

Shutdown strengthening #16

merged 15 commits into from
Jan 2, 2024

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    fd26e8a View commit details
    Browse the repository at this point in the history
  2. Add conditional backtrace

    diondokter committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    35e9986 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    e62f501 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Add release note

    diondokter committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9e15145 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    8ec2768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a781e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccbb670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66280c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ccd8ff View commit details
    Browse the repository at this point in the history
  6. Add to release notes

    diondokter committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8e4af04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2759502 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Make page state more forgiving and put the data crc first in item wit…

    …h an adapted crc to fix the multi-write issues
    diondokter committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2fa9d88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75633c View commit details
    Browse the repository at this point in the history
  3. Get rid of the old non-shutdown versions of the fuzzing targets. The …

    …shutdown versions were a superset, so the old are not necessary anymore.
    diondokter committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    bd06b5e View commit details
    Browse the repository at this point in the history
  4. Reexpressed free item search as a find item header query.

    Find item now skips forward a full item header instead of just a word when it encounters corruption. This makes things more consistent.
    diondokter committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a0261d5 View commit details
    Browse the repository at this point in the history