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

Added Showcase entries for JerryScript. #80

Closed
wants to merge 25 commits into from
Closed

Added Showcase entries for JerryScript. #80

wants to merge 25 commits into from

Commits on Jun 23, 2020

  1. Added Showcase entries for JerryScript. All of the entries were repor…

    …ted as DoS and caused a crash in the normal builds too.
    nszetei committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    bad218b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Network Connections now run on their own DispatchQueue

    This should speed up network synchronization in many cases.
    Samuel Groß committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    2836a2b View commit details
    Browse the repository at this point in the history
  2. Small improvements to GCE scripts

    Samuel Groß committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d0933b9 View commit details
    Browse the repository at this point in the history
  3. Added comparator strictNotEqual

    amarekano authored and saelo committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    29bc824 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Minimization now runs on a separate DispatchQueue

    This makes the fuzzer much more responsive as minimization can take
    multiple seconds up to (probably) a few minutes and, if that happens
    on the main fuzzer queue, the fuzzer is unresponsive during that time.
    Samuel Groß committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    b8e1778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d497d51 View commit details
    Browse the repository at this point in the history
  3. Decreased memory footprint of Operations

    Samuel Groß committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    67023fd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. FuzzIL now uses Protobufs as serialization format

    This seems to roughly speed up encoding + decoding of Programs by a factor
    of 8, while reducing the size of the encoded data roughly by a factor of 4.
    Samuel Groß committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    8b119db View commit details
    Browse the repository at this point in the history
  2. Implemented Program equality testing for Tests/

    Samuel Groß committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    706a2c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    84babf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8b0ed2 View commit details
    Browse the repository at this point in the history
  3. Added new function types to FuzzIL

    Generators and async functions are now supported.
    Samuel Groß committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    fde8373 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. implemented bigint support

    carl-smith authored and Samuel Groß committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    f8f43cb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    baa425f View commit details
    Browse the repository at this point in the history
  2. Libreprl is a proper library now

    It has a decent API and a new client in Sources/REPRLRun, useful for testing
    REPRL support in a target. Also, libreprl can now capture the target's stdout
    and stderr with low overhead if requested.
    Samuel Groß committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    5ad8c2b View commit details
    Browse the repository at this point in the history
  3. Fuzzilli now appends the content of stderr to crashing programs as co…

    …mment
    Samuel Groß committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    a24e205 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. implemented Promise type

    carl-smith committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    07cc4ce View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Small changes to Cloud scripts and documentation

    Samuel Groß committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    598bb3a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Fixed for directory update

    WilliamParks authored and saelo committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    5e12771 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Make custom GCE config ignored by git

    samo98 authored and saelo committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    438abfc View commit details
    Browse the repository at this point in the history
  2. update revisions and v8 build script

    carl-smith authored and Samuel Groß committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c1dad0a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

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

Commits on Jul 19, 2020

  1. Added Showcase entries for JerryScript. All of the entries were repor…

    …ted as DoS and caused a crash in the normal builds too.
    nszetei committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    608ee16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b658fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36fdc17 View commit details
    Browse the repository at this point in the history