Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

72 lines (52 loc) · 2.27 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project does adhere to Semantic Versioning.

[Unreleased]

  • Auto-Test Generator

[1.5.0] - 2019-06-20

Added

  • Dockerfile Add Dockerfile
  • Support docker app, wb, pywb, ftw_compatible_tool

[1.4.1] - 2019-05-24

Added

  • Travis Add continuous integration travis
  • pytest Add pytest file

[1.4.0] - 2019-04-30

Added

Changed

  • wb
    • Fixbug: to send/receive packages that contain binary data will fail
    • Fixbug: program will exit if the connect timeout
  • pywb add support for binary package

[1.3.0] - 2018-08-24

Added

  • pywb an enhanced tool to wb.

Changed

  • Makefile add argument -rf to rm for make clean
  • Makefile modify apr download url to a stable
  • example change sample folder to example folder

[1.2.1] - 2018-08-01

Added

  • wb.c Add a feature to forcefully assert the "Connection: close" for each request packets.

Changed

  • wb.c Polish the output

[1.1.0] - 2018-08-01

Added

  • wb.c Add a feature of sending requests ordered by timestamp

Removed

  • wb.c Remove useless comments

Fixed

  • wb.c Fix compiling warning
  • wb.c Fix typo
  • wb.c Fix crash bug of unspecified log
  • wb.c Fix carsh bug of sending huge packets

[1.0.0] - 2018-07-16

Added

  • README.md describes WAF Bench tool suits project.
  • CHANGELOG.md to track changes.
  • wb, a superset of ab to make benchmarking WAF more easily.
  • ./sample to show demos of WAF Bench tool suits. Currently, it only has examples for wb.

Changed

  • Revise the Makefile for apr and wb to support wb new feature.