1. 19 2月, 2019 1 次提交
  2. 24 12月, 2018 1 次提交
  3. 15 11月, 2018 1 次提交
  4. 13 11月, 2018 2 次提交
    • F
      swarm/storage: fix garbage collector index skew (#18080) · c41e1bd1
      Ferenc Szabo 提交于
      On file access LDBStore's tryAccessIdx() function created a faulty
      GC Index Data entry, because not indexing the ikey correctly.
      That caused the chunk addresses/hashes to start with '00' and the last
      two digits were dropped. => Incorrect chunk address.
      
      Besides the fix, the commit also contains a schema change which will
      run the CleanGCIndex() function to clean the GC index from erroneous
      entries.
      
      Note: CleanGCIndex() rebuilds the index from scratch which can take
      a really-really long time with a huge DB (possibly an hour).
      c41e1bd1
    • F
      swarm/storage: fix access count on dbstore after cache hit (#17978) · 8080265f
      Ferenc Szabo 提交于
      Access count was not incremented when chunk was retrieved
      from cache. So the garbage collector might have deleted the most
      frequently accessed chunk from disk.
      Co-authored-by: NFerenc Szabo <ferenc.szabo@ethereum.org>
      8080265f
  5. 27 10月, 2018 1 次提交
    • F
      swarm: clean up unused private types and functions (#17989) · 54f650a3
      Ferenc Szabo 提交于
      * swarm: clean up unused private types and functions
      
      Those that were identified by code inspection tool.
      
      * swarm/storage: move/add Proximity GoDoc from deleted private function
      
      The mentioned proximity() private function was deleted in:
      1ca8fc1e6fa0ab4ab1aaca06d6fb32e173cd5f2f
      54f650a3
  6. 12 10月, 2018 1 次提交
  7. 03 10月, 2018 1 次提交
  8. 15 9月, 2018 1 次提交
  9. 13 9月, 2018 1 次提交
  10. 12 9月, 2018 1 次提交
  11. 06 9月, 2018 1 次提交
  12. 20 8月, 2018 1 次提交
  13. 13 7月, 2018 1 次提交
  14. 22 6月, 2018 1 次提交