- 07 Dec, 2017 1 commit
-
-
Steven Allen authored
Avoids lots of reallocations under a lock. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 05 Dec, 2017 2 commits
-
-
Whyrusleeping authored
fix hamt delete issue
-
Whyrusleeping authored
Safe check rlimit syscall and refactoring
-
- 04 Dec, 2017 14 commits
-
-
hoenirvili authored
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>
-
Whyrusleeping authored
check strong and weak ETag validator
-
Whyrusleeping authored
build for all supported platforms when testing
-
Whyrusleeping authored
Update WebUI version
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Whyrusleeping authored
Pinning fixes
-
Whyrusleeping authored
Fix error handling in commands add and get
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
keks authored
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
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 authored
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 authored
Otherwise, we could run a GC between adding and pinning. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
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>
-
- 03 Dec, 2017 2 commits
-
-
Whyrusleeping authored
make repo size test pass deterministically
-
Whyrusleeping authored
gx: Update go-datastore to 1.4.0
-
- 02 Dec, 2017 4 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
- 01 Dec, 2017 4 commits
-
-
Steven Allen authored
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>
-
Whyrusleeping authored
Fix various IPNS issues
-
Whyrusleeping authored
AddWithContext wraps custom context
-
Steven Allen authored
fixes #4427 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 30 Nov, 2017 2 commits
-
-
Whyrusleeping authored
namesys/pubsub: pubsub Publisher and Resolver
-
Whyrusleeping authored
Fix/add abort panic
-
- 29 Nov, 2017 6 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
(makes code climate happy) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
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 authored
(after a delay of 1 minute) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
We republish every 4 hours, not 12. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
keks authored
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
-
- 28 Nov, 2017 3 commits
-
-
Whyrusleeping authored
Increase verboseness of t0088-repo-stat-symlink.sh test.
-
Kevin Atkinson authored
Top help track down random test failures. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
ForrestWeston authored
AddWithContext should use the custom context when calling NewAdder License: MIT Signed-off-by: ForrestWeston <forrest@protocol.ai>
-
- 25 Nov, 2017 1 commit
-
-
Whyrusleeping authored
fix builds on windows
-
- 24 Nov, 2017 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-