storj/uplink
Ivan Fraixedes 14e661a1b0
uplink/storage/segments: non-functional improvements (#3400)
* uplink/storage/streams: Remove unused field of struct

  Remove an unused field from a struct type because it isn't used.

* uplink/storage/streams: Add end period in func doc

  Add missing end period in some functions documentation comments for
  following conventions.

* uplink/storage/segments: Replace switch by if
  
  Replace the switch statement of 2 branches one with a condition which
  returns and the second is the default by a if conditional because it's
  easy to read.
2019-10-29 15:39:17 +01:00
..
ecclient storagenode/gracefulexit + satellite/gracefulexit: add storagenode-side transfer validation (#3371) 2019-10-25 13:16:20 -04:00
eestream Repair with hashes (#2925) 2019-09-06 15:20:36 -04:00
metainfo uplink/storage: remove bucket store (#3376) 2019-10-28 09:40:46 -07:00
piecestore storagenode/gracefulexit + satellite/gracefulexit: add storagenode-side transfer validation (#3371) 2019-10-25 13:16:20 -04:00
storage uplink/storage/segments: non-functional improvements (#3400) 2019-10-29 15:39:17 +01:00
stream lib/uplink: remove Seek method (#2768) 2019-08-13 20:29:02 +03:00
config.go pkg/rpc: remove read/write deadlines as a mechanism for request timeouts (#3335) 2019-10-22 17:57:24 -06:00