Commit Graph

5468 Commits

Author SHA1 Message Date
Jeromy Johnson
f7126bbd94 Merge pull request #2351 from ipfs/docs/tar
Capped IPFS, added period
2016-02-17 11:54:55 -08:00
Richard Littauer
b1b4ac4a0b Capped IPFS, added period
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-02-17 13:12:28 -05:00
Jeromy Johnson
e19dbbae42 Merge pull request #2342 from Kubuxu/feat/gx-in-readme
Add information about installing gx into readme
2016-02-16 10:30:46 -08:00
Jakub Sztandera
ed3cf18f14 Update README gx section according to suggestions
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
2016-02-16 18:19:12 +01:00
Jeromy Johnson
58a608567c Merge pull request #2298 from ipfs/feature/example-name-change
Normalised Example heading, added dollar sign to examples
2016-02-16 08:17:24 -08:00
Jeromy Johnson
5ebfd712e3 Merge pull request #2299 from ipfs/feature/small-changes-rebase
Capitalized Merkle, added single quotes, periods
2016-02-16 08:13:27 -08:00
Jeromy Johnson
40c4d85ea4 Merge pull request #2346 from ipfs/fix/t0065-timing
add a pause to fix timing on t0065
2016-02-15 21:29:17 -08:00
Jeromy
11f9e7f647 add a pause to fix timing on t0065
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-15 19:16:03 -08:00
Jakub Sztandera
91250c86b3 Add information about installing gx into readme
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
2016-02-15 10:11:53 +01:00
Jeromy Johnson
d3b467f467 Merge pull request #2321 from Kubuxu/feat/there-is-gx
Do not install gx if user explicitly didn't ask for it
2016-02-15 00:44:46 -08:00
Jeromy Johnson
7d59baaccd Merge pull request #2337 from ipfs/improve-windows-doc
docs: improve windows.md
2016-02-15 00:13:46 -08:00
Jakub Sztandera
a59b47e093 Fix bin/check_gx_program on Windows where gx -v outputs full path
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
2016-02-14 23:45:24 +01:00
Jakub Sztandera
72f5e3ba73 Reformat check_gx_program
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
2016-02-14 23:45:24 +01:00
Jakub Sztandera
cd34b3d405 Do not install gx unless user asks for it
Build scripts should never touch user's environment.
This patch intoduces existance and version check for gx and gx-go
Prints nice error message if they are missing or outdated.

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
2016-02-14 23:45:13 +01:00
Christian Couder
694f22a4c8 bin: add check-gx-program
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-14 22:37:34 +01:00
Richard Littauer
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
Christian Couder
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
Jeromy Johnson
6b76e2a41a Merge pull request #2319 from ipfs/cleanup/gx-godeps
use gx vendored packages instead of godeps ones
2016-02-13 14:46:19 -08:00
Jeromy Johnson
0cc8f02266 Merge pull request #2332 from ipfs/appveyor-fixes
appveyor: sharness improvements
2016-02-13 14:34:56 -08:00
Jeromy
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
Jeromy
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
Jeromy
bf7dd2bd2b remove randbo from godeps
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-12 17:21:40 -08:00
Jeromy
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
Jeromy
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
Christian Couder
ce5eac46d4 t0020: improve error message
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-12 17:20:23 -08:00
Christian Couder
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
Christian Couder
ea8d8aaa13 appveyor: use a POSIX prereq
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-12 17:20:23 -08:00
Christian Couder
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
Christian Couder
ffb99862ec appveyor: disable parallel builds
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2016-02-12 17:20:23 -08:00
Jeromy Johnson
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
Jeromy Johnson
392c00696c Merge pull request #2291 from Kubuxu/feat/#2287
Add dns and resolve commands to ROAPI
2016-02-12 14:08:49 -08:00
Jeromy Johnson
287eb7ba14 Merge pull request #2303 from ipfs/feature/capitalise-tokens
Capitalized `Tokens`
2016-02-12 14:08:07 -08:00
Jeromy
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
Christian Couder
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
Jeromy Johnson
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
Jeromy
abadc94e23 fix race conditions in tests
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-11 11:09:09 -08:00
Jeromy Johnson
9fbe3d1335 Merge pull request #2330 from ipfs/feature/capitalize-could
Capitalized could
2016-02-11 10:33:40 -08:00
Richard Littauer
59a98a838b Capitalized could
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-02-11 13:05:02 -05:00
Jeromy
58cba8af28 cleanup waitfunc
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-10 22:09:43 -08:00
Richard Littauer
0c830df19a Capitalized Tokens
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-02-10 21:09:47 -05:00
Jeromy
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
Jeromy Johnson
4acc7f0ffd Merge pull request #2327 from ipfs/fix/bump-kvalue
bump kvalue from 10 to 20
2016-02-10 16:41:52 -08:00
Jeromy
0396fb967a bump kvalue from 10 to 20
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2016-02-10 16:07:06 -08:00
Jeromy Johnson
c913105dd7 Merge pull request #2308 from ipfs/docker-auto-builds
Docker automatic builds
2016-02-10 09:23:23 -08:00
Jeromy Johnson
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
Jeromy Johnson
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
Robert Carlsen
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
Jeromy Johnson
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
Jeromy
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
Jeromy Johnson
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