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

Prevent state file corruption and check state file sanity on save #1682

Merged
merged 5 commits into from
Sep 13, 2016

Commits on Sep 2, 2016

  1. Add sanity check to SaveState

    Also just reuse the task states snapshot taken by `Alloc()` instead of
    doing a redundant copy.
    schmichael committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    6f2b09f View commit details
    Browse the repository at this point in the history
  2. Lock around saving state

    Prevent interleaving state syncs as it could conceivably lead to
    empty state files as per #1367
    schmichael committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    8d9468d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cb85ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe9fe4c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Revert "A nil context isn't an error"

    This reverts commit fe9fe4c.
    schmichael committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    78a4bef View commit details
    Browse the repository at this point in the history