Skip to content

Releases: ligurio/unreliablefs

0.2.0

18 Jul 19:02
Compare
Choose a tag to compare
  • Fixed compilation with Clang 11 (#77).
  • Fixed compilation on FreeBSD 11 (#83).
  • Use generic OS name in regression test suite (#78).
  • Added missed pytest.ini in regression test suite (#80).
  • Added Lua rockspec (#88).

0.1.0

30 Jun 12:01
Compare
Choose a tag to compare
  • Added support of configuration file that allows configuring faults in runtime (#3).
  • Added errinj_errno - return error value and set random errno (#6).
  • Added errinj_kill_caller - send SIGKILL to a process that invoked file operation (#28).
  • Added errinj_noop - replace file operation with no operation (#18).
  • Added errinj_slowdown - slowdown invoked file operation (#29).
  • Added continuous integration for macOS, Ubuntu Linux and FreeBSD.
  • Added manual pages for unreliablefs(1) and unreliablefs.conf(5).