Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.
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: fuzzitdev/pythonfuzz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: community
Choose a base ref
...
head repository: fuzzitdev/pythonfuzz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 2, 2020

  1. Use (recv/send)_butes instead of recv/send

    This commit improves a bit the performances
    in the same spirit as b91ad83
    jvoisin committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    80acd38 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Merge pull request #38 from jvoisin/send_to-send_bytes

    Use (recv/send)_bytes instead of recv/send
    Yevgeny Pats authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    4975fdf View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Get rid of numpy

    Numpy's types aren't doing much beside eating CPU
    and doing a simple wraparound, which can be done via a simple modulo.
    This commit also unroll a couple of loops.
    jvoisin committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ca49603 View commit details
    Browse the repository at this point in the history
  2. Move the coprus initialization out of a hot path

    This initial corpus seeding can be done in the constructor,
    instead of checking if it has been initialized every single time
    the fuzzer generates an input.
    jvoisin committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    e806f3b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

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

Commits on Jun 27, 2020

  1. Merge pull request #48 from jvoisin/add_html

    Add two html-related issues to the trophies
    Yevgeny Pats authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    d4224bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from jvoisin/initialize

    Move the coprus initialization out of a hot path
    Yevgeny Pats authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    70b0f68 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from jvoisin/remove_numpy

    Get rid of numpy
    Yevgeny Pats authored Jun 27, 2020
    Configuration menu
    Copy the full SHA
    44e3f0a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Update README.md

    Yevgeny Pats authored Jul 12, 2020
    Configuration menu
    Copy the full SHA
    2434a92 View commit details
    Browse the repository at this point in the history
Loading