- 29 9月, 2015 1 次提交
-
-
This commit adds a sequence number to the IpnsEntry protobuf that is used to determine which among a set of entries for the same key is the 'most correct'. GetValues has been added to the routing interface to retrieve a set of records from the dht, for the caller to select from. GetValue (singular) will call GetValues, select the 'best' record, and then update that record to peers we received outdated records from. This will help keep the dht consistent. License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 28 9月, 2015 1 次提交
-
-
Add a new line in the output of ipfs log level
由 Juan Benet 提交于
-
- 27 9月, 2015 7 次提交
-
-
License: MIT Signed-off-by:Michael Muré <mure.michael@gmail.com>
由 Michael Muré 提交于 -
Cleanup coreunix cat
由 Juan Benet 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
added docker file permission instructions.
由 Juan Benet 提交于 -
I screwed up my initial commit, so here goes again. That's what i get for using the github gui... I added the instructions to make the ipfs_data and ipfs_staging globally readable, which prevents permission errors. It may be better to limit permissions in some way, to prevent potential security risks. License: MIT Signed-off-by: sroerick sweeney@roerick.me
由 Roerick Sweeney 提交于 -
ipfs-test-lib: add shellquote()
由 Juan Benet 提交于 -
This function can be usefull in many places. See for example: https://github.com/ipfs/go-ipfs/pull/1742 Git has `git rev-parse --sq-quote` that does the same thing. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 26 9月, 2015 2 次提交
-
-
Sharness: add test for compression level
由 Juan Benet 提交于 -
由 sroerick 提交于
-
- 25 9月, 2015 9 次提交
-
-
allow for dht keys to be escaped
由 Juan Benet 提交于 -
allow bitswap stat to return total number of bytes wasted
由 Juan Benet 提交于 -
write correct address to api file
由 Juan Benet 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
bitswap stat can now track bytes that are wasted by receiving duplicate blocks. ps, gitcop smells License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Fix #1661 IPFS crashes on windows after first run
由 Juan Benet 提交于 -
remove hard-coded json content-type for streaming http output
由 Juan Benet 提交于 -
The first run does not try to connect to API, as an address is not yet saved in configuration. The second run did not recognize corrently a refused connection. Fixes #1661. License: MIT Signed-off-by:Marcin Janczyk <marcinjanczyk@gmail.com>
由 Marcin Janczyk 提交于 -
There was a stale assumption that streaming output from a channel would always be json. This commit removes that code, allowing Content-Type to appropriately be set like other, non-channel-streaming commands. License: MIT Signed-off-by:Cayman Nava <caymannava@gmail.com>
由 Cayman Nava 提交于
-
- 24 9月, 2015 3 次提交
-
-
document the set-data and append-data commands in patch
由 Juan Benet 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 23 9月, 2015 2 次提交
-
-
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
Fix gzip compression level not being set.
由 Juan Benet 提交于
-
- 21 9月, 2015 2 次提交
-
-
Added a Contribute file
由 Richard Littauer 提交于 -
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于
-
- 16 9月, 2015 5 次提交
-
-
dont need blockservice workers anymore
由 Juan Benet 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Godep update
由 Juan Benet 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 15 9月, 2015 7 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Use exec to start IPFS daemon
由 Juan Benet 提交于 -
extract logging
由 Juan Benet 提交于 -
If "compression-level" is set, the compression is set to gzip.Nocompression. License: MIT Signed-off-by:Klaus Post <klauspost@gmail.com>
由 klauspost 提交于 -
This incorporates feedback from @RX14 in #1685 and might fix #1537 as the ipfs daemon would get the stop signal from the docker daemon... Maybe that way it stops in a cleaner manner... License: MIT Signed-off-by:Knut Ahlers <knut@ahlers.me>
由 Knut Ahlers 提交于 -
implement unwant command to remove blocks from wantlist
由 Juan Benet 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 14 9月, 2015 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-