aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/fs.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-4/+4
|
* cmd/swarm: FUSE do not require --ipcpath (#18112)Ferenc Szabo2018-11-231-19/+17
| | | | | | | | | - Have `${DataDir}/bzzd.ipc` as IPC path default. - Respect the `--datadir` flag. - Keep only the global `--ipcpath` flag and drop the local `--ipcpath` flag as flags might overwrite each other. (Note: before global `--ipcpath` was ignored even if it was set) fixes ethersphere#795
* cmd/swarm: split flags and cli command declarations to the relevant files ↵Elad2018-10-121-0/+37
| | | | (#17896)
* cmd/swarm, swarm: various test fixes (#17299)Janoš Guljaš2018-08-061-1/+1
| | | | | | | | | | | | * swarm/network/simulation: increase the sleep duration for TestRun * cmd/swarm, swarm: fix failing tests on mac * cmd/swarm: update TestCLISwarmFs skip comment * swarm/network/simulation: adjust disconnections on simulation close * swarm/network/simulation: call cleanups after net shutdown
* swarm: network rewrite mergeethersphere2018-06-221-0/+127