1. 31 Jan, 2017 7 commits
  2. 30 Jan, 2017 9 commits
  3. 29 Jan, 2017 9 commits
  4. 28 Jan, 2017 13 commits
  5. 27 Jan, 2017 2 commits
    • Danny Auble's avatar
      Fix DBD cache restore from previous versions. · f31751fe
      Danny Auble authored
      Turns out this never worked, ever.  What used to happen is if the protocol_version that was
      read in didn't match the rpc_version given to unpack things was just 0.  What this does
      now is set the rpc_version to what was stored making it all good.
      f31751fe
    • Morris Jette's avatar
      Disable some tests for ALPS · bcdc4134
      Morris Jette authored
      Most of these tests could be modified to work with ALPS, but since
        ALPS support is going way soon, just disable the tests as appropriate.
      bcdc4134