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

Implement persistent mode + use panic::set_hook() + many more #137

Merged
merged 11 commits into from
May 13, 2018

Commits on Apr 27, 2018

  1. Implement persistent mode with new function fuzz()

    Performance goes from ~2200/s to 17000/s on my i7-7700HQ
    while fuzzing the `url_read` target.
    
    closes rust-fuzz#131
    partially addresses rust-fuzz#31
    PaulGrandperrin committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    02348dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201d80b View commit details
    Browse the repository at this point in the history
  3. Implement defered forkserver mode

    It doesn't change much performance but why not
    PaulGrandperrin committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    f420846 View commit details
    Browse the repository at this point in the history
  4. Update RUSTFLAGS

    PaulGrandperrin committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    b2b306a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68176b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0df4ca8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e893d3c View commit details
    Browse the repository at this point in the history
  8. Add fuzz! macro

    PaulGrandperrin committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    e802246 View commit details
    Browse the repository at this point in the history
  9. travis: Add macOS

    PaulGrandperrin committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    c4b4a5d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8c43eb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. Update lib.rs

    frewsxcv committed May 13, 2018
    Configuration menu
    Copy the full SHA
    3bf1c09 View commit details
    Browse the repository at this point in the history