- 13 2月, 2016 4 次提交
-
-
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 12 2月, 2016 4 次提交
-
-
trying to use port zero for ipfs daemon in sharness tests
由 Jeromy Johnson 提交于 -
Add dns and resolve commands to ROAPI
由 Jeromy Johnson 提交于 -
Capitalized `Tokens`
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 11 2月, 2016 9 次提交
-
-
put pubkey and ipns entry to dht in parallel
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Capitalized could
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
bump kvalue from 10 to 20
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 10 2月, 2016 1 次提交
-
-
Docker automatic builds
由 Jeromy Johnson 提交于
-
- 09 2月, 2016 4 次提交
-
-
wait for peers in wantmanager to all appear
由 Jeromy Johnson 提交于 -
fix another panic where CloseNotify was called from wrong goroutine
由 Jeromy Johnson 提交于 -
panic: net/http: CloseNotify called after ServeHTTP finished goroutine 180 [running]: net/http.(*response).CloseNotify(0xc8220684e0, 0x0) /home/r/go/src/net/http/server.go:1535 +0x9d github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/prometheus/client_golang/ /home/r/src/github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/prome github.com/ipfs/go-ipfs/core/corehttp.(*gatewayHandler).getOrHeadHandler.func1(0x7 /home/r/src/github.com/ipfs/go-ipfs/core/corehttp/gateway_handler.go:119 + created by github.com/ipfs/go-ipfs/core/corehttp.(*gatewayHandler).getOrHeadHandle /home/r/src/github.com/ipfs/go-ipfs/core/corehttp/gateway_handler.go:123 + License: MIT Signed-off-by:Robert Carlsen <rwcarlsen@gmail.com>
由 Robert Carlsen 提交于 -
Add flush command to ipfs files
由 Jeromy Johnson 提交于
-
- 08 2月, 2016 18 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
fix go1.6rc2 panic where closenotify was called from wrong goroutine
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
Previously, this was the result when running a test with go1.6rc2: go test github.com/ipfs/go-ipfs/commands/http panic: net/http: CloseNotify called after ServeHTTP finished goroutine 19 [running]: net/http.(*response).CloseNotify(0xc8202ca1a0, 0x0) /home/r/go/src/net/http/server.go:1533 +0x9d github.com/ipfs/go-ipfs/commands/http.internalHandler.ServeHTTP.func2(0x7f42c9d1d180, 0xc8202ca1a0, 0x7f42c9d66e90, 0xc8200f0380, 0xc8201d40d0) /home/r/src/github.com/ipfs/go-ipfs/commands/http/handler.go:143 +0x39 created by github.com/ipfs/go-ipfs/commands/http.internalHandler.ServeHTTP /home/r/src/github.com/ipfs/go-ipfs/commands/http/handler.go:147 +0x49d FAIL github.com/ipfs/go-ipfs/commands/http 0.013s I had also encountered this panic when trying to use the webui. License: MIT Signed-off-by:Robert Carlsen <rwcarlsen@gmail.com>
由 Robert Carlsen 提交于 -
Mounts detect unmounts and track mount state.
由 Stephen Whitmore 提交于 -
Added note about time formatting
由 Jeromy Johnson 提交于 -
Fixed spelling errors, added oxford comma
由 Jeromy Johnson 提交于 -
Formatted diag net comments
由 Jeromy Johnson 提交于 -
This closes #2312 License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
This lets FUSE mounts to track whether they are active or not by tracking when fs.Serve terminates. License: MIT Signed-off-by:Stephen Whitmore <noffle@ipfs.io>
由 Stephen Whitmore 提交于
-