An IPFS implementation in Go
master
core/commands: Enabled stdin arguments for 'bootstrap {add, rm}
Matt Bell committed over 11 years ago
core/commands: Updated root command helptext
Matt Bell committed over 11 years ago
Brian Tiger Chow committed over 11 years ago
use --http flag to run expose IPFS HTTP API
Brian Tiger Chow committed over 11 years ago
Brian Tiger Chow committed over 11 years ago
Brian Tiger Chow committed over 11 years ago
commands: Made PostRun signature match Run
Matt Bell committed over 11 years ago
core/commands: config: Simplified some syntax
Matt Bell committed over 11 years ago
commands: Made Std{in|out|err} accessible in Request/Response
Matt Bell committed over 11 years ago
core/commands: add: Don't show progress bar when using --quiet option
Matt Bell committed over 11 years ago
core/commands: Fixed progress bar line clear race condition in 'add'
Matt Bell committed over 11 years ago
core/commands: Fixed 'add' progress bar sometimes not clearing progress bar output line
Matt Bell committed over 11 years ago
core/commands: Added progress bars for 'add'
Matt Bell committed over 11 years ago
commands/files: Added SizeFile interface
Matt Bell committed over 11 years ago
commands: request: Added Values map
Matt Bell committed over 11 years ago
commands/files: Added PeekFile and StatFile interfaces
Matt Bell committed over 11 years ago
core/commands: Added progress bar to 'cat'
Matt Bell committed over 11 years ago
commands: Added Length field to Response
Matt Bell committed over 11 years ago
commands: Refactored Command#Run function signature to (req Request, res Response)
Matt Bell committed over 11 years ago