1. 06 Jul, 2020 9 commits
  2. 05 Jul, 2020 14 commits
  3. 03 Jul, 2020 2 commits
  4. 20 Jun, 2020 1 commit
  5. 09 Jun, 2020 2 commits
  6. 02 Jun, 2020 1 commit
  7. 31 May, 2020 1 commit
  8. 11 May, 2020 1 commit
  9. 14 Apr, 2020 1 commit
  10. 05 Apr, 2020 4 commits
  11. 04 Mar, 2020 1 commit
  12. 14 Feb, 2020 2 commits
  13. 10 Feb, 2020 1 commit
    • Kirill Smelkov's avatar
      Merge branch 'master' into t · a6a767c9
      Kirill Smelkov authored
      * master: (79 commits)
        go/zodb/zodbtools: Regenerate test data + fix
        go/zodb/fs1: Regenerate
        go/neo/proto: Regenerate
        go/neo/proto: Fix protogen to work without prior `go install`
        go/*: Add Unwrap to custom errors that have Cause
        go/zodb/btree: Represent a tree node - either BTree or Bucket - by Node
        go/zodb: Cosmetics
        go/zodb: LiveCache: Reclassify all objects on cache control change
        go/zodb: LiveCache: Allow objects to be pinned / omitted from the cache
        go/zodb: Prepare to rework/fix LiveCache control
        go/zodb: persistent tests: Factor test database setup out of TestPersistentDB
        go/zodb: persistent test: Fix thinko in tPersistentDB.checkObj
        go/zodb: Don't expose LiveCache internal organization onto its users
        go/zodb: OpenStorage -> Open
        go/zodb: LastTid -> Sync + Head
        go/zodb: DB: preserve δtail not to go down to ø slice on seldom commits
        go/zodb: ΔTail += Data()
        go/zodb/*: Cosmetics, typos, ...
        go/zodb: Connection.Resync
        go/zodb: DB: handle invalidations
        ...
      a6a767c9