1. 29 Mar, 2016 5 commits
  2. 28 Mar, 2016 16 commits
  3. 27 Mar, 2016 4 commits
  4. 26 Mar, 2016 9 commits
  5. 25 Mar, 2016 4 commits
  6. 24 Mar, 2016 2 commits
    • Kevin Modzelewski's avatar
      Always use NULL instead of root_hcls · 5ec4e70d
      Kevin Modzelewski authored
      Refcounting added a second way to represent "no attrs" -- NULL as a hcls.
      This was causing guards to fail since a check would be written for one
      but then it would fail when objects came in with the other.
      
      So canonicalize to using NULL as the "no attributes" hcls.
      5ec4e70d
    • Kevin Modzelewski's avatar
      Reenable on-disk caching · 3f4eb295
      Kevin Modzelewski authored
      It can still be helpful to turn them off, but now that the refcounter non-determinism
      has been fixed I think it's time to have these back on.
      3f4eb295