storj/pkg
paul cannon 02be91b029
real-time tracking of space used per project (#1910)
Ran into difficulties trying to find the ideal solution for sharing
these counts between multiple satellite servers, so for now this is a
dumb solution storing recent space-usage changes in a big dumb in-memory
map with a big dumb lock around it. The interface used, though, should
allow us to swap out the implementation without much difficulty
elsewhere once we know what we want it to be.
2019-05-09 20:39:21 -05:00
..
accounting real-time tracking of space used per project (#1910) 2019-05-09 20:39:21 -05:00
audit do not return error if no stripe in audit selection (#1867) 2019-05-01 14:59:30 -04:00
auth Identity versioning (#1389) 2019-04-08 20:15:19 +02:00
bwagreement handle database error checks properly (#1796) 2019-04-23 14:13:57 +03:00
certdb Unite all cryptographic signing and verifying (#1244) 2019-02-07 14:39:20 -06:00
certificates add info log for successfull authorizations (#1804) 2019-04-25 12:47:40 +02:00
cfgstruct Fix to issue an error for empty enc key (#1923) 2019-05-09 12:07:07 -04:00
datarepair unskip TestIdentifyIrreparableSegments (#1927) 2019-05-09 15:55:34 +03:00
dht Refactor pb.Node protobuf (#1785) 2019-04-22 12:07:50 +03:00
discovery wired up IsHealthy to config (#1820) 2019-04-23 18:45:50 -04:00
eestream Download is hanging when one node is not responsive (#1764) 2019-04-25 10:17:26 +02:00
encryption Fix CalcEncryptedSize and CalcPieceSize (#1525) 2019-03-21 15:47:48 +02:00
identity expose identity version flag on relevant identity cli commands (#1776) 2019-04-22 13:58:57 +03:00
kademlia pkg/kademlia: fix timeout test slowness (#1937) 2019-05-09 18:01:06 +00:00
macaroon add apikey library on top of macaroons (#1862) 2019-05-07 16:10:49 -06:00
metainfo/kvmetainfo Refactor pb.Node protobuf (#1785) 2019-04-22 12:07:50 +03:00
miniogw Gateway should not require identity (#1921) 2019-05-08 12:52:57 -04:00
overlay repair checker resumes iterating where left off (#1879) 2019-05-08 13:59:50 -04:00
pb Refactor pb.Node protobuf (#1785) 2019-04-22 12:07:50 +03:00
peertls Refactor pb.Node protobuf (#1785) 2019-04-22 12:07:50 +03:00
pkcrypto Use sha256-simd for hashing (#1656) 2019-04-04 10:12:08 +02:00
process defaults now commented out (#1878) 2019-05-08 08:14:00 -04:00
ranger psserver: swallow io.EOF when getting full content in FileRanger (#1238) 2019-02-06 07:41:41 +02:00
server Move pointerdb.Service to satellite (#1826) 2019-04-25 10:46:32 +02:00
storage delete unused buckets/mocks (#1849) 2019-04-26 12:09:23 +03:00
storj use SerializableMeta to store bucket attributes (#1658) 2019-04-10 18:27:04 -04:00
stream remove utils.CombineErrors and utils.ErrorGroup (#1603) 2019-03-29 14:30:23 +02:00
telemetry Cleanup repository a bit (#1203) 2019-02-01 20:21:00 +02:00
transport pkg/kademlia: fix timeout test slowness (#1937) 2019-05-09 18:01:06 +00:00