- 05 7月, 2015 3 次提交
-
-
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于
-
- 04 7月, 2015 4 次提交
-
-
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
Nicer index
由 Juan Batiz-Benet 提交于
-
- 03 7月, 2015 15 次提交
-
-
License: MIT Signed-off-by:
Henry <cryptix@riseup.net> t0080-repo.sh: added gateway assets to pinning tests License: MIT Signed-off-by:
Henry <cryptix@riseup.net>
由 Henry 提交于 -
License: MIT Signed-off-by:Henry <cryptix@riseup.net>
由 Henry 提交于 -
License: MIT Signed-off-by:Henry <cryptix@riseup.net>
由 Henry 提交于 -
- First tab at integrating @krl's new index page File icons are embedded in side icons.css (QmXB7PLRWH6bCiwrGh2MrBBjNkLv3mY3JdYXCikYZSwLED contains both the icons and bootstrap) - Fix back links (..) (fixes #1365) Thanks @JasonWoof for the insight. The back links now stop a t the root hash and work for links that do and dont end with a slash. License: MIT Signed-off-by:Henry <cryptix@riseup.net>
由 Henry 提交于 -
Remove redundant path validation
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
Add ErrNoComponents in ParsePath validation & remove redundant path validation. Any lines using core.Resolve & Resolver.ResolvePath will have their path validated. License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
assets: switch to go-bindata
由 Juan Batiz-Benet 提交于 -
closes #1343 License: MIT Signed-off-by:Henry <cryptix@riseup.net>
由 Henry 提交于 -
License: MIT Signed-off-by:Henry <cryptix@riseup.net>
由 Henry 提交于 -
daemon help docs for CORS
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Henry <cryptix@riseup.net>
由 Henry 提交于 -
License: MIT Signed-off-by:Henry <cryptix@riseup.net>
由 Henry 提交于 -
Convey the basic idea, plus an example. Don't encourage using `*`. This would have saved me some code spelunking.
由 Jason Carver 提交于 -
add filters from config to addr filter in swarm
由 Juan Batiz-Benet 提交于
-
- 02 7月, 2015 3 次提交
-
-
This commit changes the DialBlocklist key to be under the key Swarm.AddrFilters instead. License: MIT Signed-off-by:Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 01 7月, 2015 5 次提交
-
-
swarm: fix peers_total metric
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
Don't use tar reader for '-C' flag
由 Juan Batiz-Benet 提交于 -
Currently `ipfs get -C <hash>` returns error even if <hash> is a file. This PR is for the case when the compress flag is enabled, use the dagreader directly and pipe to a gzip processor. License: MIT Signed-off-by:rht <rhtbot@gmail.com>
由 rht 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 30 6月, 2015 4 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Expose metrics via Prometheus
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 29 6月, 2015 1 次提交
-
-
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 27 6月, 2015 5 次提交
-
-
Swarm Addrs, Disable secio opt, + tests
由 Juan Batiz-Benet 提交于 -
they were failing intermittently License: MIT Signed-off-by:Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于 -
fix the nc wait. the issue was that stdin needs to remain _open_ but not receive any input for some time. If stdin receives (invalid) input or closes, the other side terminates the connection before writing out the muxer frames + identify handshake. This commit also changes the use of `!` for `test_must_fail` License: MIT Signed-off-by:Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于 -
Test odd daemon options, like: - unrestricted-api - disable-transport-encryption (known breakage atm) License: MIT Signed-off-by:Juan Batiz-Benet <juan@benet.ai>
由 Juan Batiz-Benet 提交于
-