- 14 12月, 2017 1 次提交
-
-
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>
由 Steven Allen 提交于
-
- 12 12月, 2017 2 次提交
-
-
document gx release checklist item
由 Whyrusleeping 提交于 -
gx release v0.4.13
由 Whyrusleeping 提交于
-
- 11 12月, 2017 2 次提交
-
-
License: MIT Signed-off-by:Brendan <sparkle_pony_2000@qri.io>
由 b5 提交于 -
License: MIT Signed-off-by:Brendan O'Brien <sparkle_pony_2000@qri.io>
由 Brendan O'Brien 提交于
-
- 09 12月, 2017 2 次提交
-
-
Always set IPFS_PATH in test-lib.sh
由 Whyrusleeping 提交于 -
Demote bitswap error to an info
由 Whyrusleeping 提交于
-
- 08 12月, 2017 3 次提交
-
-
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>
由 Steven Allen 提交于 -
bitswap nits
由 Whyrusleeping 提交于 -
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>
由 Kevin Atkinson 提交于
-
- 07 12月, 2017 12 次提交
-
-
object-patch: Support linking to non-dagpb objects
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
Refine gateway and namesys logging
由 Whyrusleeping 提交于 -
Also, don't call time.Now in a loop. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Avoids lots of reallocations under a lock. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 06 12月, 2017 3 次提交
-
-
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 05 12月, 2017 2 次提交
-
-
fix hamt delete issue
由 Whyrusleeping 提交于 -
Safe check rlimit syscall and refactoring
由 Whyrusleeping 提交于
-
- 04 12月, 2017 13 次提交
-
-
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 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Pinning fixes
由 Whyrusleeping 提交于 -
Fix error handling in commands add and get
由 Whyrusleeping 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
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 提交于
-