1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +08:00

599 Commits

Author SHA1 Message Date
41aab9f46f comment + import nits 2014-10-01 01:30:01 -07:00
b787c705e2 command output nit 2014-10-01 01:28:55 -07:00
1cfb0ffd05 command output nit 2014-10-01 01:28:20 -07:00
14a384d826 pin: add depth arg. 2014-10-01 01:26:48 -07:00
728f17d3c9 cmd/ipfs/pin.go now uses MakeCommand
+ added recursive pinning func
2014-10-01 01:17:27 -07:00
26a481a904 fixed key hashing interface + test 2014-10-01 00:52:26 -07:00
11a8826d4f RPCAddress -> ddresses.API 2014-10-01 00:46:39 -07:00
7cd9e4db3e remove merge issue (logger) 2014-10-01 00:45:36 -07:00
f085d594aa vendoring ipns things 2014-10-01 00:44:22 -07:00
9652ada0d2 implement publisher for ipns to wait until moments of rapid churn die down 2014-10-01 00:42:17 -07:00
54142b2173 update logging in multiple packages 2014-10-01 00:41:30 -07:00
9b0c578fc0 better cleanup of ipfs on program exit 2014-10-01 00:41:30 -07:00
ed2fbd0512 new files and directories appear to work properly 2014-10-01 00:41:30 -07:00
3b8b9e6847 new file creation inside ipns dirs now works 2014-10-01 00:41:29 -07:00
6080944af9 writing files inside ipns works now! also implemented resolve cli command 2014-10-01 00:41:29 -07:00
006b68b558 WIP: getting closer to being able to write in ipns dirs 2014-10-01 00:41:29 -07:00
7f5e13716d writes to ipns work if the top object is the written file (no directories yet!) 2014-10-01 00:39:57 -07:00
e61c59758b implement initial ipns filesystem interface as well as plumbing command for publishing 2014-10-01 00:39:57 -07:00
375a38c5f7 add basic publish command, needs polish 2014-10-01 00:39:57 -07:00
16aa636273 allow ipns to be mounted by mount command 2014-10-01 00:38:32 -07:00
a65e8600a3 catch ipns branch up to master and make all things compile 2014-10-01 00:37:53 -07:00
1a3886597d Address concerns from PR 2014-10-01 00:33:00 -07:00
d1f011244f address comments from the PR #45 2014-10-01 00:33:00 -07:00
2aa2b8c6c7 add routing resolver test 2014-10-01 00:26:59 -07:00
4c0f18cbbd implement ipns publisher code 2014-10-01 00:26:59 -07:00
8ddfb57c59 some bugfixes and added logging 2014-10-01 00:26:59 -07:00
c41a9717fe make disconnects and reconnects work a little better 2014-10-01 00:26:59 -07:00
da1890e5ef add run command 2014-10-01 00:26:59 -07:00
b5fd9492d7 fixes to make interface more usable 2014-10-01 00:25:52 -07:00
235a767492 implement namesys resolvers (thanks to bren2010 for dns and proquint) 2014-10-01 00:16:05 -07:00
0d84af554e Merge pull request #24 from verokarhu/master
serve command (http api)
2014-09-30 13:27:50 -07:00
f40fbb2462 fix http test 2014-09-30 23:16:55 +03:00
c6c758d93f fix compile error after rebase 2014-09-30 23:02:22 +03:00
0b0bee6fd5 switch to multiaddr and use /ipfs/ path in http api 2014-09-30 22:59:57 +03:00
0beff4bb4a return the read bytes when EOF is reached 2014-09-30 22:59:56 +03:00
8382c797fc use dagreader in servehttp 2014-09-30 22:59:56 +03:00
7b22bdc68b fix compile error after sync 2014-09-30 22:59:56 +03:00
600829b4e7 fix localNode call 2014-09-30 22:59:55 +03:00
4510977a4d fix imports on mux 2014-09-30 22:59:55 +03:00
cf0100c97c vendor github.com/gorilla dependencies 2014-09-30 22:59:55 +03:00
f320023c7b test for posthandler 2014-09-30 22:59:54 +03:00
65f9087689 rewrote test to use separate test interface 2014-09-30 22:59:54 +03:00
436f14b45d test for serveHTTP 2014-09-30 22:59:54 +03:00
c4d55c7bb7 fix compile errors 2014-09-30 22:59:53 +03:00
d894d6382f daemon listener to http serve code 2014-09-30 22:59:53 +03:00
8eb95faf50 moved http to server/http and implemented serve http subcommand 2014-09-30 22:59:53 +03:00
0a25b64f0a implemented suggestions by whyrusleeping 2014-09-30 22:59:52 +03:00
866ea4286b add todo 2014-09-30 22:59:52 +03:00
a82f814b06 get rid of fmt dependency in http 2014-09-30 22:59:52 +03:00
356ee0383f add serve to readme.md 2014-09-30 22:59:51 +03:00