- 04 12月, 2017 5 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
instead of resolving all the pins first and then pinning, pin after resolving each pin. This: 1. Avoids storing all the nodes in memory. 2. Avoids not showing pin progress. fixes #4122 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Now that we add nodes to the DAG when pinning, don't bother adding them twice. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Otherwise, we could run a GC between adding and pinning. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
This came from an old commit that used a TODO context. Now that we have a real context, use that. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 03 12月, 2017 2 次提交
-
-
make repo size test pass deterministically
由 Whyrusleeping 提交于 -
gx: Update go-datastore to 1.4.0
由 Whyrusleeping 提交于
-
- 02 12月, 2017 2 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 01 12月, 2017 3 次提交
-
-
Before, we'd check to make sure the repo, when checked through a symlink, is at least as large as the repo *before* we checked it through the symlink. However, this assumes that the repo can't shrink. Really, this test exists to ensure we measure the repo size itself instead of the size of the symlink; this commit changes the test to reflect this. This test fails when 54d7e033 is reverted. fixes #4408 License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Fix various IPNS issues
由 Whyrusleeping 提交于 -
AddWithContext wraps custom context
由 Whyrusleeping 提交于
-
- 30 11月, 2017 2 次提交
-
-
namesys/pubsub: pubsub Publisher and Resolver
由 Whyrusleeping 提交于 -
Fix/add abort panic
由 Whyrusleeping 提交于
-
- 29 11月, 2017 6 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
(makes code climate happy) License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
This way, if we *happen* to be offline while attempting a publish, we don't wait the full interval. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
(after a delay of 1 minute) License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
We republish every 4 hours, not 12. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:keks <keks@cryptoscope.co>
由 keks 提交于
-
- 28 11月, 2017 3 次提交
-
-
Increase verboseness of t0088-repo-stat-symlink.sh test.
由 Whyrusleeping 提交于 -
Top help track down random test failures. License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
AddWithContext should use the custom context when calling NewAdder License: MIT Signed-off-by:ForrestWeston <forrest@protocol.ai>
由 ForrestWeston 提交于
-
- 25 11月, 2017 1 次提交
-
-
fix builds on windows
由 Whyrusleeping 提交于
-
- 24 11月, 2017 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 22 11月, 2017 7 次提交
-
-
Delete some now unused commands lib code
由 Whyrusleeping 提交于 -
update go-ipfs-cmds to 0.4.11
由 Whyrusleeping 提交于 -
to include @frist's uuid logging License: MIT Signed-off-by:keks <keks@cryptoscope.co>
由 keks 提交于 -
core/commands/pubsub.go: flush output before iterating over received messages
由 Whyrusleeping 提交于 -
Fix some goroutine leaks in commands
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 21 11月, 2017 8 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Fix two race conditions (and possibly go routine leaks) in commands
由 Whyrusleeping 提交于 -
fix deadlock in bitswap sessions
由 Whyrusleeping 提交于 -
object: --quiet flag to put
由 Whyrusleeping 提交于 -
Commits: namesys: pubsub Publisher and Resolver namesys/pubsub: pacify code climate. namesys/pubsub: timeout for rendezvous namesys/pubsub: filter self in bootstrap connections namesys/pubsub: Publish to the correct topic License: MIT Signed-off-by:
vyzo <vyzo@hackzen.org> namesys/pubsub: unit test Commits: namesys/pubsub: test namesys/pubsub_test: pacify code climate namesys/pubsub: update test to use extant mock routing License: MIT Signed-off-by:
vyzo <vyzo@hackzen.org> namesys/pubsub: integrate namesys pubsub namesys: integrate pubsub resolvers namesys/pubsub_test: tweak delays - trying to make travis happy. namesys/pubsub: fix duplicate bootstraps - subscription key is topic, not ipnskey. namesys/pubsub: no warning needed on cancellation namesys/pubsub: warning for receive errors - and more informative error messages at that. namesys/pubsub_test: smaller test - make it work with seemingly low fdlimits in travis/macosx. also, more informative test failures. namesys/pubsub: add delay to let pubsub perform handshake namesys/pubsub: update gx imports namesys/pubsub_test: preconnect publisher, reduce delays - preconnects the publisher to the receivers in order to avoid bootstrap flakiness with connectivity problems in travis. reduces sleeps to 1s for flood propagation (3s seems excessive with 5 hosts). namesys/pubsub: drop named return values in resolveOnce - per review comment. namesys/pubsub: check errors namesys/pubsub: store bytes in resolver datastore namesys/pubsub: resolver Cancel - for canceling subscriptions, pre whyrusleeping's request. namesys/pubsub: fix resolution without /ipns prefix - also improve the logging a bit. namesys/pubsub: don't resolve own keys through pubsub namesys/pubsub: signal ErrResolveFailed on resolution failure namesys/pubsub: use sync datastore, resolver lock only for subs namesys/pubsub_test: coverage for Cancel License: MIT Signed-off-by:
vyzo <vyzo@hackzen.org> namesys/pubsub: parallelize dht and pubsub publishing Commits: namesys/pubsub: code cosmetics namesys: parallelize publishing with dht and pubsub namesys/pubsub: periodically reprovide topic rendezvous namesys/pubsub: cancelation for rendezvous goroutine namesys/pubsub: log ipns record seqno on publish License: MIT Signed-off-by:
vyzo <vyzo@hackzen.org> namesys/pubsub: error checking License: MIT Signed-off-by:
vyzo <vyzo@hackzen.org> namesys/pubsub: --enable-namesys-pubsub option and management Commits: package.json: update go-libp2p-blankhost namesys: fix stale package imports update go-testutil namesys/pubsub: reduce bootstrap provide period to 8hr namesys/pubsub: try to extract the key from id first option to enable ipns pubsub: --enable-namesys-pubsub ipfs name pubsub management subcommands corehttp/gateway_test: mockNamesys needs to implement GetResolver pacify code climate License: MIT Signed-off-by:
vyzo <vyzo@hackzen.org> namesys/pubsub: pubsub sharness test test/sharness: test for ipns pubsub namesys/pubsub: return boolean indicator on Cancel package.json: remove duplicate entry for go-testutil update gx deps, testutil to 1.1.12 fix jenkins failure: use tabs in t0183-namesys-pubsub t0183: use 4 spaces for tabification License: MIT Signed-off-by:
vyzo <vyzo@hackzen.org> namesys/pubsub: update for new command interface License: MIT Signed-off-by:
vyzo <vyzo@hackzen.org> namesys/pubsub: fix sharness test for broken MacOS echo echo -n "" should print -n, but hey it's a mac. License: MIT Signed-off-by:
vyzo <vyzo@hackzen.org>
由 vyzo 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:keks <keks@cryposcope.co>
由 keks 提交于 -
Update all the things.
由 Whyrusleeping 提交于
-