- 07 4月, 2015 16 次提交
-
-
Make bloom filters simpler
由 Juan Batiz-Benet 提交于 -
These did not work before, and had some unnecessary complexity. Now the filters use only one hashing function, no bignum arithmetic, and gets the additional bit positions by repeatedly hashing the result of prior hash. Since we're not concerned about crypto hashing here, this should be a win. External interfaces unchanged.
由 Kristoffer Ström 提交于 -
Unify shutdown message format string
由 Juan Batiz-Benet 提交于 -
由 Tor Arne Vestbø 提交于
-
ipfs-completion.bash: add the missing get command
由 Juan Batiz-Benet 提交于 -
由 Michael Muré 提交于
-
Extend logging when peer handshake detects clashing/same keys
由 Juan Batiz-Benet 提交于 -
由 Tor Arne Vestbø 提交于
-
Run tests with race flag using checkflags script
由 Juan Batiz-Benet 提交于 -
refactor task queue to have queues per peer
由 Jeromy Johnson 提交于 -
Add benchmark for just the time it takes to cat
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
- 06 4月, 2015 13 次提交
-
-
由 Jeromy 提交于
-
fuse.md: Added troubleshooting instructions for #813
由 Juan Batiz-Benet 提交于 -
由 Marcin Rataj 提交于
-
由 Marcin Rataj 提交于
-
The GOFLAGS variable makes it possible to run all sharness tests with go binaries built with some special flags. The "race" target makes it easy run the sharness tests with go binaries built with the -race flag. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
...and remove bin/* stuff from the .gitignore as /test/bin is already in the root .gitignore. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
This builds go binaries using the -race flag and then runs all the tests. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
This makes it possible to build binaries with different flags. The content of the GOFLAGS variable is stored in a IPFS-BUILD-OPTIONS file, so that if GOFLAGS changes a rebuild of the binaries with the new flags is forced. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
This script can be used in a Makefile to detect flag changes and to save the new flags in a file. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
handle error from GetClosestPeers
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
Correct port in quick-start examples
由 Juan Batiz-Benet 提交于 -
由 theswitch 提交于
-
- 04 4月, 2015 3 次提交
-
-
Test sort cmp
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 03 4月, 2015 1 次提交
-
-
Fuse allow options
由 Juan Batiz-Benet 提交于
-
- 02 4月, 2015 7 次提交
-
-
ipfs config Mounts.FuseAllowOther --bool true ipfs daemon --mount由 Ho-Sheng Hsiao 提交于 -
由 Juan Batiz-Benet 提交于
-
dht-handlers-log-keys
由 Juan Batiz-Benet 提交于 -
gobuilder improvements
由 Juan Batiz-Benet 提交于 -
test/README: update sharness test coverage
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
- README.md - install.sh script - LICENSE - trigger in main repo
由 Juan Batiz-Benet 提交于
-