1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 00:39:31 +08:00

5655 Commits

Author SHA1 Message Date
694f22a4c8 bin: add check-gx-program
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-14 22:37:34 +01:00
af148b3e05 Normalised Example heading, added dollar sign to examples
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-02-14 13:16:40 -05:00
02bc5c02c2 doc: complete windows.md
This adds more explanations and explain how to properly build with and without Cygwin.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-14 11:17:20 +01:00
6b76e2a41a Merge pull request #2319 from ipfs/cleanup/gx-godeps
use gx vendored packages instead of godeps ones
v0.4.0-rc2
2016-02-13 14:46:19 -08:00
0cc8f02266 Merge pull request #2332 from ipfs/appveyor-fixes
appveyor: sharness improvements
2016-02-13 14:34:56 -08:00
d7dab3afea Use gx vendored go-ipfs-utils where possible
For the rest of the packages in util, move them to thirdparty
and update the references. util is gone!

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-12 17:21:40 -08:00
171952b795 remove gogo-protobuf from godeps, use gx vendored
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-12 17:21:40 -08:00
bf7dd2bd2b remove randbo from godeps
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-12 17:21:40 -08:00
3faedb5208 remove goprocess from godeps, use gx vendored one
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-12 17:21:40 -08:00
b9d055c048 remove context from godeps, its in gx now
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-12 17:21:40 -08:00
ce5eac46d4 t0020: improve error message
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-12 17:20:23 -08:00
7d80512a4c test-lib: add test_path_cmp()
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-12 17:20:23 -08:00
ea8d8aaa13 appveyor: use a POSIX prereq
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-12 17:20:23 -08:00
aa592b841e appveyor: add %GOPATH%\bin to the PATH
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-12 17:20:23 -08:00
ffb99862ec appveyor: disable parallel builds
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-12 17:20:23 -08:00
a871f371e9 Merge pull request #2335 from ipfs/feat/port-zero-sharness
trying to use port zero for ipfs daemon in sharness tests
2016-02-12 15:41:46 -08:00
392c00696c Merge pull request #2291 from Kubuxu/feat/#2287
Add dns and resolve commands to ROAPI
2016-02-12 14:08:49 -08:00
287eb7ba14 Merge pull request #2303 from ipfs/feature/capitalise-tokens
Capitalized `Tokens`
2016-02-12 14:08:07 -08:00
0c7595b65b Use port zero for all ipfs daemon addresses in sharness testing
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-12 14:04:32 -08:00
912623ed25 docs: improve windows.md
This add a lot of steps that were missing and makes it possible to build on Windows.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-12 22:26:38 +01:00
7217637933 Merge pull request #2328 from ipfs/feat/parallel-pub
put pubkey and ipns entry to dht in parallel
2016-02-11 13:59:39 -08:00
abadc94e23 fix race conditions in tests
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-11 11:09:09 -08:00
9fbe3d1335 Merge pull request #2330 from ipfs/feature/capitalize-could
Capitalized could
2016-02-11 10:33:40 -08:00
59a98a838b Capitalized could
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-02-11 13:05:02 -05:00
58cba8af28 cleanup waitfunc
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-10 22:09:43 -08:00
0c830df19a Capitalized Tokens
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-02-10 21:09:47 -05:00
e8f48f1a1e put pubkey and ipns entry to dht in parallel
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-10 17:03:22 -08:00
4acc7f0ffd Merge pull request #2327 from ipfs/fix/bump-kvalue
bump kvalue from 10 to 20
2016-02-10 16:41:52 -08:00
0396fb967a bump kvalue from 10 to 20
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-10 16:07:06 -08:00
c913105dd7 Merge pull request #2308 from ipfs/docker-auto-builds
Docker automatic builds
2016-02-10 09:23:23 -08:00
400a1aec7b Merge pull request #2316 from ipfs/fix/random-bstest-hangs
wait for peers in wantmanager to all appear
2016-02-09 14:02:21 -08:00
eaa4ff0ce9 Merge pull request #2318 from rwcarlsen/fix-closenotify-panic2
fix another panic where CloseNotify was called from wrong goroutine
2016-02-09 11:38:22 -08:00
5367ee76d0 fix another panic where CloseNotify was called from wrong goroutine
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>
2016-02-09 11:09:43 -06:00
37258a262b Merge pull request #2196 from ipfs/feat/mfs-flush-cmd
Add flush command to ipfs files
2016-02-08 16:10:36 -08:00
c73da8486a wait for peers in wantmanager to all appear
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 15:59:22 -08:00
4c02c98227 Merge pull request #2315 from rwcarlsen/fix-closenotify-panic
fix go1.6rc2 panic where closenotify was called from wrong goroutine
2016-02-08 15:22:44 -08:00
c47e12ebb1 clear up comment about flush=false
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 14:47:54 -08:00
4b7e3282f1 introduce concept of filedescriptors to mfs, adjust fuse code to use them
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 14:45:44 -08:00
5474e15e93 blockstore locks return unlocker object now
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 14:42:07 -08:00
829606a9ed add note about flush flag
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 14:42:07 -08:00
b078915fb4 add context to files reading
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 14:42:07 -08:00
b4a47e35db sort ListNames output
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 14:42:07 -08:00
5fcd9a1f8e use correct context in pubfunc pinning
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 14:42:07 -08:00
d2e0d73bd5 flush pinning improvements
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 14:42:07 -08:00
1feea8bc5f flushing and shallow list names
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-08 14:42:07 -08:00
ed23d99d6f fix panic where closenotify was called from wrong goroutine
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>
2016-02-08 15:49:58 -06:00
e9cc395ef2 Merge pull request #2296 from noffle/clean_unmount
Mounts detect unmounts and track mount state.
2016-02-08 13:22:45 -08:00
1aeec4a710 Merge pull request #2314 from ipfs/docs/publish-lifetime
Added note about time formatting
2016-02-08 12:07:36 -08:00
471d4d10eb Merge pull request #2311 from ipfs/feature/fix-up-ipfs-file-comments
Fixed spelling errors, added oxford comma
2016-02-08 12:07:20 -08:00
f3d754c8e0 Merge pull request #2307 from ipfs/feature/diag-net-comments
Formatted diag net comments
2016-02-08 09:15:43 -08:00