- 16 Dec, 2017 3 commits
-
-
Steven Allen authored
We were doing this as part of the `test` target but we don't run that on CI (or at least not on Travis). License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
closes #4438 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 15 Dec, 2017 3 commits
-
-
Whyrusleeping authored
gx: update go-multihash
-
Whyrusleeping authored
docs/coreapi: Add some documentation to CoreAPI
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 14 Dec, 2017 6 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Whyrusleeping authored
pollEndpoint: use Debugf
-
Whyrusleeping authored
Fix sharness docker
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
sharness was failing because an ANSI reset sequence was getting inserted at the beginning of the line. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
I believe this is actually a bug in docker but it's easier to fix it ourselves here. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 13 Dec, 2017 1 commit
-
-
keks authored
License: MIT Signed-off-by: keks <keks@cryptoscope.co>
-
- 12 Dec, 2017 2 commits
-
-
Whyrusleeping authored
document gx release checklist item
-
Whyrusleeping authored
gx release v0.4.13
-
- 11 Dec, 2017 2 commits
-
-
b5 authored
License: MIT Signed-off-by: Brendan <sparkle_pony_2000@qri.io>
-
Brendan O'Brien authored
License: MIT Signed-off-by: Brendan O'Brien <sparkle_pony_2000@qri.io>
-
- 09 Dec, 2017 2 commits
-
-
Whyrusleeping authored
Always set IPFS_PATH in test-lib.sh
-
Whyrusleeping authored
Demote bitswap error to an info
-
- 08 Dec, 2017 3 commits
-
-
Steven Allen authored
Not being able to dial a peer we used to be connected to is interesting but definitely not an error. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Whyrusleeping authored
bitswap nits
-
Kevin Atkinson authored
Before it was only set when "test_init_ipfs" is called but that is not always used, for example in t0025-datastores.sh. License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
- 07 Dec, 2017 12 commits
-
-
Whyrusleeping authored
object-patch: Support linking to non-dagpb objects
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Whyrusleeping authored
Refine gateway and namesys logging
-
Steven Allen authored
Also, don't call time.Now in a loop. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
Avoids lots of reallocations under a lock. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 06 Dec, 2017 3 commits
-
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 05 Dec, 2017 2 commits
-
-
Whyrusleeping authored
fix hamt delete issue
-
Whyrusleeping authored
Safe check rlimit syscall and refactoring
-
- 04 Dec, 2017 1 commit
-
-
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>
-