Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexey Sharov
dc5d643bb5
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
...
- Mime types generator (Standard "mime" package rely on system-settings, see mime.osInitMime)
- Changed swarm/api.Upload:
- simplify I/O throttling by semaphore primitive and use file name where possible
- f.Close() must be called in Defer - otherwise panic or future added early return will cause leak of file descriptors
- one error was suppressed
6 years ago
..
client
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
6 years ago
http
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
6 years ago
testdata/ test0
[ImgBot] optimizes images ( #17741 )
6 years ago
act.go
cmd/swarm: added password to ACT ( #17598 )
6 years ago
api.go
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
6 years ago
api_test.go
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
6 years ago
config.go
Merge branch 'master' into max-stream-peer-servers
6 years ago
config_test.go
swarm: network rewrite merge
6 years ago
encrypt.go
Encryption async api ( #17603 )
6 years ago
filesystem.go
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
6 years ago
filesystem_test.go
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
6 years ago
gen_mime.go
cmd/swarm, swarm: cross-platform Content-Type detection ( #17782 )
6 years ago
manifest.go
Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification ( #17559 )
6 years ago
manifest_test.go
cmd/swarm, swarm: added access control functionality ( #17404 )
6 years ago
storage.go
cmd/swarm, swarm: added access control functionality ( #17404 )
6 years ago
storage_test.go
swarm: ctx propagation; bmt fixes; pss generic notification framework ( #17150 )
6 years ago
testapi.go
swarm: network rewrite merge
6 years ago
uri.go
cmd/swarm, swarm: added access control functionality ( #17404 )
6 years ago
uri_test.go
swarm: network rewrite merge
6 years ago