1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 08:47:42 +08:00

3680 Commits

Author SHA1 Message Date
bcbc268d42 Merge pull request #900 from jbenet/fix/bitswap-ctx-respect
respect contexts in a more timely manner
2015-03-09 00:35:22 -07:00
5eb08c4473 add warning comment about possibly leaked goroutines 2015-03-09 00:22:14 -07:00
2274b93afc Merge pull request #897 from anarcat/patch-1
`gc` is actually `repo gc`, reflect in docs
2015-03-08 23:27:37 -07:00
e015337d88 Merge pull request #890 from jbenet/fix/cmdsNewRequest
commands.NewRequest() has unexported type in it's arguments
2015-03-08 23:09:10 -07:00
f15b28d91f Merge pull request #903 from kkoroviev/comment-fix
Move the comment back to where it belongs
2015-03-08 23:01:43 -07:00
6e5217fd97 Move the comment back to where it belongs 2015-03-09 06:36:06 +02:00
451222cf1d gc is actually repo gc, reflect in docs
not exactly elegant, but fixes #871 in the short term. in the mid term, unless more `repo` commands show up, i suggest just replacing `repo gc` simply by `gc`.
2015-03-08 18:05:42 -04:00
8ed0f4b854 respect contexts in a more timely manner 2015-03-08 14:10:02 -07:00
86b34a2af6 NewRequest() - export OptMap type 2015-03-08 12:14:41 +01:00
1924586373 Merge pull request #885 from jbenet/t0045_cleanup
t0045: style cleanup and add missing &&
2015-03-07 20:11:14 -08:00
e1a33a0e92 t0045: style cleanup and add missing &&
This makes the following changes:

- remove some superfluous \ at the end of some lines
- use `cat <<-\EOF >expected` to ignore the starting tabs
  in the here document
- add missing && after some `cat`
- use test_cmp to compare files

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-03-07 20:26:45 +01:00
bff7f73068 Merge pull request #878 from jbenet/dontIgnoreCancelFuncs
context: Always call returned cancel funcs
2015-03-07 09:49:19 -08:00
1d5b903611 added cancel func calls previously ignored 2015-03-07 09:31:46 -08:00
dfe2b16763 cmds/id: use req context -- dont timeout unnecessarily
commands should last as long as the user keeps the cmd going
2015-03-07 09:24:15 -08:00
276f471ca8 Merge pull request #882 from jbenet/ipfsObject
Ipfs object put from stdin
2015-03-07 08:16:33 -08:00
2a0cd6d3d3 object: added sharness tests for get, put and stat 2015-03-07 16:50:30 +01:00
bc84ffafe3 enable stdin input for ipfs object put 2015-03-07 16:50:00 +01:00
5db973a210 Merge pull request #879 from anarcat/patch-1
document how to change daemon ports
2015-03-07 05:49:10 -08:00
aa55eebe7e fixed two more 2015-03-07 14:47:07 +01:00
435e8188a3 don't ignore returned cancelFunc() 2015-03-07 14:47:07 +01:00
5cdd8b5d61 expand the ports documentation
i took @jbenet's suggestion, but reorganised it a bit to *not* suggest what is actually warned against later. :)
2015-03-07 08:42:30 -05:00
006df7db0d Merge pull request #880 from anarcat/patch-2
explain what direct/indirect/recursive means
2015-03-07 05:37:49 -08:00
6a3578be84 explain what direct/indirect/recursive means
i couldn't understand what those meant. it was explain (at least partly) in #590 so let's share the goods!
2015-03-07 08:32:48 -05:00
fb8a1ab161 document how to change daemon ports
this more clearly explains that the daemon is listening on the network. it also hints as to how to change the listening ports. this is also related to #874
2015-03-07 08:24:59 -05:00
b65a3cf85b Merge pull request #877 from jbenet/race-fix
query: fixed race condition
2015-03-07 04:19:24 -08:00
c2bbca0596 query: fix race condition: redux
this time just move to goprocess
2015-03-07 04:08:26 -08:00
7a03d677ff query: fixed race condition 2015-03-07 02:44:20 -08:00
f0a15b9e20 Merge pull request #876 from wagdav/patch-1
Correct link to paper
2015-03-07 01:29:53 -08:00
f117e8ae9b Correct link to paper 2015-03-07 10:26:07 +01:00
d0e69a04b1 Merge pull request #865 from jbenet/ipns/refactor-unixfs
Ipns/refactor unixfs
2015-03-06 22:34:37 -08:00
0e9772c57e refactoring unixfs node and importer/helpers to match 2015-03-06 22:12:03 -08:00
f17521b76f Merge pull request #864 from jbenet/fix/fuse-read
take offset into account for computing read size
2015-03-06 16:36:21 -08:00
da47c218b7 take offset into account for computing read size 2015-03-06 11:07:09 -08:00
4e7140dd0f Merge pull request #857 from tonistiigi/nofuse-fix
Fix nofuse build tags syntax
2015-03-05 21:02:26 -08:00
6374d5f3c7 Merge pull request #860 from jbenet/fix/hasblock-explosion
implement a worker to consolidate HasBlock provide calls into one
2015-03-05 20:21:44 -08:00
34961a5aef toprovide -> toProvide 2015-03-05 16:37:40 -08:00
bfee4894b4 simplify provideCollector 2015-03-05 16:27:47 -08:00
8937f5fbda implement a worker to consolidate HasBlock provide calls into one to alieviate memory pressure 2015-03-05 15:18:57 -08:00
0f69823077 Add nofuse build tag to darwin mounter 2015-03-05 18:00:45 +02:00
91ab1401ab Fix nofuse build tags syntax 2015-03-05 18:00:36 +02:00
4b7493e9fd Merge pull request #853 from jbenet/noFuse
simple nofuse build tag
2015-03-04 17:24:43 -08:00
40e0a5a886 added nofuse make target 2015-03-05 01:24:17 +01:00
e55aaf3f83 nofuse: better help description for 'ipfs mount' 2015-03-05 01:24:17 +01:00
293234ae63 InitializeKeyspace doesnt care about fuse 2015-03-05 01:24:17 +01:00
66f1035d93 simple nofuse build tag to allow freebsd compilation and maybe pave the way towards windows as well 2015-03-05 01:24:17 +01:00
2d16d252ea Merge pull request #848 from techfreek/master
peer short tags are improved
2015-03-04 16:02:46 -08:00
014f0108d3 Merge pull request #852 from jbenet/t0110_cleanup
t0110: cleanup using expr
2015-03-04 12:16:19 -08:00
b01e535115 t0110: cleanup using expr
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-03-04 21:02:32 +01:00
32dd4dbfa9 Merge pull request #844 from jbenet/tests-fix
fix the tests
2015-03-04 08:39:26 -08:00
4dd2e8fde9 fixed dht kbucket race
closes #836
2015-03-04 08:28:55 -08:00