- 05 12月, 2017 1 次提交
-
-
Safe check rlimit syscall and refactoring
由 Whyrusleeping 提交于
-
- 04 12月, 2017 12 次提交
-
-
The soft limit is the value that the kernel enforces for the corresponding resource The hard limit acts as a ceiling for the soft limit an unprivileged process may only set its soft limit to a value in the range from 0 up to the hard limit. So in order to make the change in fds count without any error we should inform the user to make the process have CAP_SYS_RESOURCE capability in order to set the hard limit. License: MIT Signed-off-by:hoenirvili <hoenirvili@gmail.com>
由 hoenirvili 提交于 -
check strong and weak ETag validator
由 Whyrusleeping 提交于 -
build for all supported platforms when testing
由 Whyrusleeping 提交于 -
Update WebUI version
由 Whyrusleeping 提交于 -
Pinning fixes
由 Whyrusleeping 提交于 -
Fix error handling in commands add and get
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:keks <keks@cryptoscope.co>
由 keks 提交于 -
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 4 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Henrique Dias <hacdias@gmail.com>
由 Henrique Dias 提交于 -
License: MIT Signed-off-by:Henrique Dias <hacdias@gmail.com>
由 Henrique Dias 提交于
-
- 01 12月, 2017 4 次提交
-
-
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 提交于 -
fixes #4427 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 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 4 次提交
-
-
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 提交于
-