This repository was archived by the owner on Dec 13, 2021. It is now read-only.
Tags: osrg/namazu
Tags
*: Release v0.2.1 (#171) Release Note: http://osrg.github.io/namazu/post/release-0-2-1/ Changes from v0.2.0: * #167, #168, #169, #170: doc: miscellaneous improvements * #166: vendor go packages * #163: *: bump up Go to 1.7 * #162: container: add support for inspectors/fs * #160: inspectors/fs: implement Fsync * #158, #159: inspectors/fs: improved CLI (thank you @v01dstar !) * #156: inspectors/proc: improved error handling * #154, #155: inspectors/proc: improved CLI Signed-off-by: Akihiro Suda <[email protected]>
*: Release v0.2.0 (#149) Release Note: http://osrg.github.io/namazu/post/release-0-2-0/ Changes from v0.1.2: * New project name (Earthquake --> Namazu) * New feature: process inspector (useful for reproducing flaky xUnit test failures) * New feature: filesystem inspector (found YARN-4301) * New feature: Container CLI (Docker-like, human-friendly CLI) * New experimental feature: Semi-deterministic replaying API Changes from v0.2.0-rc2: * #146: Reduce CPU consumption * #142: New project name (Earthquake --> Namazu) * #140: Integrate `earthquake-container` to `earthquake` * #139: Support static build * #137: New experimental feature: Semi-deterministic replaying API * #131: New minor feature: Standalone orchestrator * Improvement on docs * Some minor fixes
inspector, c: move destructor Signed-off-by: Hitoshi Mitake <[email protected]>