Matt Bell
|
a9bd172414
|
commands: Fixed handling of int/uint option values
|
2014-11-14 03:17:38 -08:00 |
|
Matt Bell
|
17c5923160
|
core/commands2: Fixed init option definition
|
2014-11-14 03:17:38 -08:00 |
|
Matt Bell
|
3e507f7c9f
|
commands: Changed option accessor API (Request#Option now returns an OptionValue)
|
2014-11-14 03:17:38 -08:00 |
|
Matt Bell
|
20591c7e64
|
commands: Made SetOption override existing values (even if they used a different alias)
|
2014-11-14 03:17:37 -08:00 |
|
Matt Bell
|
e34a0fd658
|
commands: Updated tests
|
2014-11-14 03:17:37 -08:00 |
|
Matt Bell
|
d700a2ce87
|
cmd/ipfs2: Cleaned up main option checking (no longer need temporary Request)
|
2014-11-14 03:17:37 -08:00 |
|
Matt Bell
|
eebb43753b
|
commands: Added list of option definitions to Request, so Option can lookup values by all aliases
|
2014-11-14 03:17:37 -08:00 |
|
Matt Bell
|
ce28fa363b
|
commands: Fixed tests
|
2014-11-14 03:17:37 -08:00 |
|
Matt Bell
|
8ee3e996cc
|
core/commands2: Use Option constructors in commands
|
2014-11-14 03:17:37 -08:00 |
|
Matt Bell
|
38b31c65f8
|
commands: Added Option helper constructors
|
2014-11-14 03:17:37 -08:00 |
|
Matt Bell
|
3e30093c2b
|
core/commands2: Updated commands to new Run function API
|
2014-11-14 03:17:37 -08:00 |
|
Matt Bell
|
2029168e98
|
commands: Made Command run functions return (interface{}, error) instead of setting the values in the response
|
2014-11-14 03:17:37 -08:00 |
|
Matt Bell
|
352c29418f
|
core/commands2: Made 'ls' output match old command
|
2014-11-14 03:17:36 -08:00 |
|
Matt Bell
|
68693783fe
|
core/commands2: Made 'resolve' output match old command
|
2014-11-14 03:17:36 -08:00 |
|
Matt Bell
|
2d756473f6
|
core/command2: Make help text match old commands
|
2014-11-14 03:17:36 -08:00 |
|
Matt Bell
|
3406ee0ef4
|
core/commands2: Added 'refs' command
|
2014-11-14 03:17:36 -08:00 |
|
Matt Bell
|
a1d34365e4
|
core/commands2: Restored logging that got removed
|
2014-11-14 03:17:36 -08:00 |
|
Matt Bell
|
91da11ae66
|
core/commands2: Replaced NewDagFromReader with BuildDagFromReader
|
2014-11-14 03:17:36 -08:00 |
|
Brian Tiger Chow
|
f4d0b8baa0
|
clarity(util) ToReaders -> CastToReaders
|
2014-11-14 03:17:36 -08:00 |
|
Brian Tiger Chow
|
38a6d0ead0
|
fix(init) version
|
2014-11-14 03:17:36 -08:00 |
|
Brian Tiger Chow
|
8ffd27a6e1
|
fix(init) inline bootstrap peers
|
2014-11-14 03:17:36 -08:00 |
|
Matt Bell
|
b3ea49954a
|
cmd/ipfs2: Handle SIGTERM
|
2014-11-14 03:17:35 -08:00 |
|
Matt Bell
|
cc519c47a3
|
cmd/ipfs2: Ensure process exits smoothly
|
2014-11-14 03:17:35 -08:00 |
|
Matt Bell
|
f3733873de
|
core/commands2: Fixed 'object get' dagnode output format
|
2014-11-14 03:17:35 -08:00 |
|
Matt Bell
|
f1c788d710
|
commands/http: Don't set Content-Type for stream outputs so browsers can MIME-sniff the actual content type
|
2014-11-14 03:17:35 -08:00 |
|
Matt Bell
|
35983b480a
|
cmd/ipfs2: Made '/ipfs' handler return more accurate HTTP response codes, resolves #287
|
2014-11-14 03:17:35 -08:00 |
|
Matt Bell
|
897e0f869f
|
cmds/ipfs2: Added '/ipfs' HTTP handling
|
2014-11-14 03:17:35 -08:00 |
|
Matt Bell
|
5a18554f6e
|
commands: Fixed tests
|
2014-11-14 03:17:35 -08:00 |
|
Matt Bell
|
652e3d0523
|
core/commands2: Fixed 'add' output adding an empty object
|
2014-11-14 03:17:35 -08:00 |
|
Matt Bell
|
20285ead82
|
commands: Indent JSON-marshalled Response output
|
2014-11-14 03:17:34 -08:00 |
|
Matt Bell
|
c8345bb5c6
|
core/commands2: 'object' description formatting improvements
|
2014-11-14 03:17:34 -08:00 |
|
Matt Bell
|
3d94e89dd1
|
cmd/ipfs2: Made error messages more visible
|
2014-11-14 03:17:34 -08:00 |
|
Matt Bell
|
c542cb52aa
|
core/commands2: Added 'object' command
|
2014-11-14 03:17:34 -08:00 |
|
Matt Bell
|
cdf221078d
|
commands: Fixed tests
|
2014-11-14 03:17:34 -08:00 |
|
Matt Bell
|
92f2e8440a
|
core/commands2: Updated root help text
|
2014-11-14 03:17:34 -08:00 |
|
Matt Bell
|
165c69543b
|
cmd/ipfs2: Output generated help text on error or help flag
|
2014-11-14 03:17:34 -08:00 |
|
Matt Bell
|
3255bb02d1
|
commands/cli: Output command path in Parse
|
2014-11-14 03:17:34 -08:00 |
|
Matt Bell
|
c827573e32
|
commands/cli: Helptext spacing fix for root command output
|
2014-11-14 03:17:33 -08:00 |
|
Matt Bell
|
c169fca5a2
|
commands/cli: Added a helptext generator
|
2014-11-14 03:17:33 -08:00 |
|
Matt Bell
|
c8696a8d32
|
core/commands2: Better formatted descriptions for 'mount'
|
2014-11-14 03:17:33 -08:00 |
|
Matt Bell
|
2b8ef917b8
|
cmd/ipfs2: Added descriptions for 'init', 'tour'
|
2014-11-14 03:17:33 -08:00 |
|
Matt Bell
|
c2615d3481
|
core/commands2: Added descriptions for all the existing commands
|
2014-11-14 03:17:33 -08:00 |
|
Matt Bell
|
bb7d4683f1
|
core/commands2: Removed test subcommands
|
2014-11-14 03:17:33 -08:00 |
|
Matt Bell
|
218d52642c
|
core/commands2: Added descriptions for 'add', 'block'
|
2014-11-14 03:17:33 -08:00 |
|
Matt Bell
|
351ed9589a
|
commands: Added 'Description' fields to Command, Argument, Option
|
2014-11-14 03:17:33 -08:00 |
|
Brian Tiger Chow
|
538dac153b
|
diag doc
|
2014-11-14 03:17:33 -08:00 |
|
Brian Tiger Chow
|
7046ff0e57
|
net-diag -> diag net
|
2014-11-14 03:17:32 -08:00 |
|
Brian Tiger Chow
|
2720c4f1c6
|
fix(name:resolve, name:publish) docs
|
2014-11-14 03:17:32 -08:00 |
|
Brian Tiger Chow
|
101601195c
|
docs(pin) help
|
2014-11-14 03:17:32 -08:00 |
|
Brian Tiger Chow
|
3dcae0e079
|
pin/unpin -> add rm
addresses
https://github.com/jbenet/go-ipfs/pull/263#issuecomment-62242970
|
2014-11-14 03:17:32 -08:00 |
|