Commit Graph

6300 Commits

Author SHA1 Message Date
Jeromy Johnson
16c5a89dd4 Merge pull request #3023 from ipfs/feature/eval-symlink-windows
cli: do ToSlash after EvalSymlinks to remove platform specific slashes
2016-08-03 06:29:54 -07:00
Jeromy Johnson
8c77ff8188 Merge pull request #2983 from yuvallanger/sort-subcommands
Sort SUBCOMMANDS section of help output
2016-08-03 05:35:05 -07:00
Jeromy Johnson
8405b56df0 Merge pull request #3026 from ipfs/feature/blockstore-separation
blockstore: extract ARC cache from Bloom cache
2016-08-03 05:17:34 -07:00
Jakub Sztandera
61b481628a blockstore: cleanup the style removing some mess from the refactor
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-03 13:54:37 +02:00
Jeromy Johnson
1c41cac860 Merge pull request #3027 from ipfs/fix/add-finalize-mem
don't cache entire mfs tree on add finalize
2016-08-02 17:54:25 -07:00
Jakub Sztandera
9543ed6ca1 blockstore: cleanup style a bit
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-02 15:03:27 +01:00
Jakub Sztandera
4183902e46 blockstore: extract ARC cache from Bloom cache
it removes race condition that would happen during various calls

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-02 01:10:48 +01:00
Jeromy
ac3f9aceb4 don't cache entire mfs tree on add finalize
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-01 16:53:45 -07:00
Jeromy Johnson
33510a9a29 Merge pull request #3025 from ipfs/fix/progress-defaults
default add progress to false, unless using CLI
2016-08-01 10:35:41 -07:00
Jeromy
1b50fcefed default add progress to false, unless using CLI
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-01 10:03:43 -07:00
Jakub Sztandera
40741eae19 cli: do ToSlash after EvalSymlinks to remove platform specific slashes
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-08-01 16:38:29 +01:00
Jeromy Johnson
8d3a77729a Merge pull request #3021 from ipfs/fix/auto-migrate-windows
extract binaries with .exe name on windows
2016-08-01 08:19:07 -07:00
Jeromy
fca5b34449 extract binaries with .exe name on windows
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-08-01 07:59:36 -07:00
Jeromy Johnson
149819f8bb Merge pull request #3007 from ipfs/feature/refs-format-regression
commands: fix refs 'edges' option work
2016-08-01 04:45:16 -07:00
Jakub Sztandera
66686e66be commands: fix refs 'edges' option work
also change it to use format instead of separate variable

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-07-28 20:25:32 +01:00
Jeromy Johnson
0bd8ced0d6 Merge pull request #2993 from ipfs/fix/provstore-batching
use batching datastore for providers storage
2016-07-28 03:27:21 -07:00
Jeromy Johnson
d742fb137c Merge pull request #2989 from ipfs/fix/nil-files-panic
commands: fix panic when expected files field is nil
2016-07-26 15:05:27 -07:00
Jeromy
e8addf5ee3 use batching datastore for providers storage
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-26 10:48:25 -07:00
Jeromy
ed551131f2 commands: fix panic when expected files field is nil
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-25 09:12:58 -07:00
Juan Benet
01eb8d7cfe Update CHANGELOG.md 2016-07-25 10:59:22 +01:00
Jeromy Johnson
d1f36dcf31 Merge pull request #2986 from ipfs/feat/remove-gobuilder
Remove gobuilder mentions, update release procedure
2016-07-24 15:21:32 -07:00
Lars Gierth
3975213304 docs: update release procedure
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-07-23 13:12:01 +01:00
Lars Gierth
ec68ef01f1 cleanup: remove mentions of gobuilder
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-07-23 13:09:32 +01:00
Jeromy Johnson
566c08e256 Merge pull request #2984 from ipfs/feat/v0.4.3-changelog
changelog: add v0.4.3
2016-07-23 04:49:13 -07:00
Lars Gierth
ff70266e8e changelog: add v0.4.3
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-07-23 12:45:49 +01:00
Jeromy Johnson
83d9c1c106 Merge pull request #2939 from ipfs/feat/auto-migrate
Automatically download and run migrations if needed
2016-07-22 05:47:21 -07:00
Yuval Langer
7470ae5428 Sort SUBCOMMANDS section of help output
License: MIT
Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
2016-07-22 00:19:26 +03:00
Jeromy
fcc4f0001d move prompt code into daemon.go
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-20 13:29:33 -07:00
Jeromy Johnson
c6622dd765 Merge pull request #2980 from kpcyrd/feature/2mb_object_put
Increase 512kbytes object put limit to 2mbytes
2016-07-20 02:57:21 -07:00
kpcyrd
f84855d9ca Use bitshifting for inputLimit
License: MIT
Signed-off-by: kpcyrd <git@rxv.cc>
2016-07-20 03:29:17 +02:00
kpcyrd
871a500294 Increase 512kbytes object put limit to 2mbytes
License: MIT
Signed-off-by: kpcyrd <git@rxv.cc>
2016-07-19 18:58:41 +02:00
Jeromy Johnson
29de75041c Merge pull request #2979 from ipfs/deps/update-gx
update gx version
2016-07-19 09:56:13 -07:00
Jeromy Johnson
b5fbc0127a Merge pull request #2974 from ipfs/feat/config-docs
document the config options
2016-07-19 08:35:44 -07:00
Jeromy Johnson
8165f76f84 Merge pull request #2977 from ipfs/fix/files-cp
mfs: fix copying into directory with no given filename
2016-07-19 08:35:27 -07:00
Jeromy
70cd1dac9a update gx version
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-19 08:08:00 -07:00
Jeromy
660a4a9d98 mfs: fix copying into directory with no given filename
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-19 07:41:00 -07:00
Jeromy
fd732d2db4 hardcode in dists page path
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-19 06:50:00 -07:00
Lars Gierth
8a8730fa40 repo: detect OS variant, for now only linux-musl
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-07-19 06:50:00 -07:00
Jeromy
37673c85c7 add a test for auto migrations cli interface
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-19 06:50:00 -07:00
Jeromy
cc73137f74 add migrate flag to daemon subcommand
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-19 06:50:00 -07:00
Jeromy
2db7522fe8 make dist path overrideable
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-19 06:50:00 -07:00
Jeromy
a3bd3bc364 Automatically download and run migrations if needed
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-19 06:50:00 -07:00
Richard Littauer
ca0c68991d Capitalized acronyms, add ToC
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-07-19 12:51:20 +01:00
Jeromy
d7a1bdae8e add newer config options and reformat
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-19 12:51:20 +01:00
Jeromy
4307c10739 document the config options
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-07-19 12:51:19 +01:00
Jeromy Johnson
0e4c19558f Merge pull request #2975 from djdv/makefile-win-fix
Build: Fix Makefile on Windows
2016-07-18 06:20:49 -07:00
Dominic Della Valle
228c4db6d7 Fix Makefile on Windows
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2016-07-16 18:37:43 -04:00
Péter Szilágyi
dbc1d3f2d3 Makefile, bin: Support multiple GOPATH components
License: MIT
Signed-off-by: Péter Szilágyi <peterke@gmail.com>
2016-07-16 18:06:16 -04:00
Jeromy Johnson
8fbbd7f711 Merge pull request #2973 from ipfs/feature/blockstore-bloom-config
config: add config option for bloom filter
2016-07-16 06:17:17 -07:00
Jakub Sztandera
af06bd4198 config: add config option for bloom filter
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-07-16 12:24:01 +01:00