-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: NikParam42/pythonfuzz
base: master
head repository: fuzzitdev/pythonfuzz
compare: master
- 13 commits
- 6 files changed
- 3 contributors
Commits on Mar 2, 2020
-
Use (recv/send)_butes instead of recv/send
This commit improves a bit the performances in the same spirit as b91ad83
Configuration menu - View commit details
-
Copy full SHA for 80acd38 - Browse repository at this point
Copy the full SHA 80acd38View commit details
Commits on Mar 6, 2020
-
Significantly speed up coverage collection
This reduces the time spent in get_coverage from ~30% to ~2% in my local tests on Python3.
Configuration menu - View commit details
-
Copy full SHA for e438c4c - Browse repository at this point
Copy the full SHA e438c4cView commit details
Commits on Mar 12, 2020
-
Merge pull request fuzzitdev#39 from jvoisin/speed_up_get_coverage
Significantly speed up coverage collection
Yevgeny Pats authoredMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 63f0782 - Browse repository at this point
Copy the full SHA 63f0782View commit details -
Bump psutil from 5.6.3 to 5.6.6
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.3 to 5.6.6. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](giampaolo/psutil@release-5.6.3...release-5.6.6) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f3a68b - Browse repository at this point
Copy the full SHA 4f3a68bView commit details
Commits on Mar 13, 2020
-
Merge pull request fuzzitdev#40 from fuzzitdev/dependabot/pip/psutil-…
…5.6.6 Bump psutil from 5.6.3 to 5.6.6
Yevgeny Pats authoredMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for bac02de - Browse repository at this point
Copy the full SHA bac02deView commit details
Commits on Jun 9, 2020
-
Merge pull request fuzzitdev#38 from jvoisin/send_to-send_bytes
Use (recv/send)_bytes instead of recv/send
Yevgeny Pats authoredJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 4975fdf - Browse repository at this point
Copy the full SHA 4975fdfView commit details
Commits on Jun 10, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for ca49603 - Browse repository at this point
Copy the full SHA ca49603View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e806f3b - Browse repository at this point
Copy the full SHA e806f3bView commit details
Commits on Jun 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 846e69b - Browse repository at this point
Copy the full SHA 846e69bView commit details
Commits on Jun 27, 2020
-
Merge pull request fuzzitdev#48 from jvoisin/add_html
Add two html-related issues to the trophies
Yevgeny Pats authoredJun 27, 2020 Configuration menu - View commit details
-
Copy full SHA for d4224bd - Browse repository at this point
Copy the full SHA d4224bdView commit details -
Merge pull request fuzzitdev#47 from jvoisin/initialize
Move the coprus initialization out of a hot path
Yevgeny Pats authoredJun 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 70b0f68 - Browse repository at this point
Copy the full SHA 70b0f68View commit details -
Merge pull request fuzzitdev#46 from jvoisin/remove_numpy
Get rid of numpy
Yevgeny Pats authoredJun 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 44e3f0a - Browse repository at this point
Copy the full SHA 44e3f0aView commit details
Commits on Jul 12, 2020
-
Yevgeny Pats authored
Jul 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 2434a92 - Browse repository at this point
Copy the full SHA 2434a92View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master