Commit Graph

4775 Commits

Author SHA1 Message Date
Richard Littauer
3501aff032 Added a Contribute file
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2015-09-21 14:07:58 -04:00
Juan Benet
c6166e5aa0 Merge pull request #1622 from ipfs/feat/rm-worker
dont need blockservice workers anymore
2015-09-16 01:52:58 -04:00
Jeromy
63f72a5155 remove context from HasBlock, use bitswap process instead
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-15 17:53:42 -07:00
Jeromy
47b85c7bc3 dont need blockservice workers anymore
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-15 17:53:26 -07:00
Juan Benet
889603f11f Merge pull request #1709 from ipfs/godep-update
Godep update
2015-09-15 20:48:02 -04:00
Jeromy
35a5ca0ef5 update go-datastore to latest
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-15 17:15:29 -07:00
Jeromy
973c5fa0a4 update go-peerstream to newest version
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-15 16:09:23 -07:00
Juan Benet
c77a96fef8 Merge pull request #1703 from Luzifer/signals
Use exec to start IPFS daemon
2015-09-15 18:20:53 -04:00
Juan Benet
46e888bdfc Merge pull request #1701 from ipfs/feat/extract-logging
extract logging
2015-09-15 13:05:31 -04:00
Knut Ahlers
1cdafc7146 Use exec to start IPFS daemon
This incorporates feedback from @RX14 in #1685 and might fix #1537 as the ipfs daemon would get the stop signal from the docker daemon... Maybe that way it stops in a cleaner manner...

License: MIT
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2015-09-15 11:30:20 +02:00
Juan Benet
df861afccc Merge pull request #1672 from ipfs/feat/unwant
implement unwant command to remove blocks from wantlist
2015-09-15 00:57:57 -04:00
Jeromy
e5a2896c0e extract logging
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-14 17:35:50 -07:00
Jeromy
6c02259a5f add a basic test for unwant
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-14 15:26:09 -07:00
Juan Benet
ae1e45234d Merge pull request #1699 from Luzifer/notify_dockerhub
Fix: Use the right repo to encrypt secrets.
2015-09-14 13:54:59 -04:00
Knut Ahlers
5649c7eb4d Fix: Use the right repo to encrypt secrets.
refs #1698

License: MIT
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2015-09-14 19:44:28 +02:00
Juan Benet
495827b70d Merge pull request #1698 from Luzifer/notify_dockerhub
Added dockerhub trigger
2015-09-14 11:13:41 -04:00
Knut Ahlers
8b6d2b4c69 Added dockerhub trigger
License: MIT
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2015-09-14 17:10:12 +02:00
Juan Benet
a56c9b7888 Merge pull request #1696 from ipfs/gardening
Remove dead jenkins script, update AUTHORS
2015-09-13 23:42:09 -04:00
Lars Gierth
d5c7a36c98 docs: update authors list
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-09-14 01:49:11 +02:00
Lars Gierth
6658775e1a Remove dead jenkins script
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2015-09-14 01:48:56 +02:00
Juan Benet
d2d397ac7b Merge pull request #1695 from ipfs/fix/ipns-fuse-tests
dont use coremock for fuse tests
2015-09-13 19:08:43 -04:00
Juan Benet
e2f60c786f Merge pull request #1694 from rht/fix/tar
Fix t0090 tar&gz unexpected EOF error
2015-09-13 19:06:52 -04:00
Jeromy
192ee64338 dont use coremock for fuse tests
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-13 12:37:34 -07:00
rht
23dd82f549 Fix t0090 tar&gz unexpected EOF error
License: MIT
Signed-off-by: rht <rhtbot@gmail.com>
2015-09-14 01:23:54 +07:00
Juan Benet
a8dc708bc4 Merge pull request #1692 from ipfs/generalize-peerid-check
Generalize peerid check
2015-09-13 00:42:53 -04:00
Christian Couder
6e59b39b74 test-lib: improve test_check_peerid
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-09-12 19:27:55 +02:00
Christian Couder
e22cbcec27 t0100: add peerid check
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-09-12 19:16:54 +02:00
Christian Couder
bec8224a0e t0062: add peerid check
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-09-12 19:14:34 +02:00
Christian Couder
9563cb29d9 t0110: add peerid check
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-09-12 19:10:18 +02:00
Christian Couder
0aa59368e4 t0060: simplify peerid check
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-09-12 19:06:50 +02:00
Christian Couder
5c118a20d7 sharness: generalize test_check_peerid()
License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
2015-09-12 19:00:26 +02:00
Juan Benet
65507cb174 Merge pull request #1679 from pnelson/fuse-readonly-tests
Fix test case for fuse/readonly.
2015-09-11 10:58:31 +01:00
Juan Benet
c762bbfca0 Merge pull request #1682 from ipfs/fix/nat-spam
Fix/nat spam
2015-09-11 02:25:20 +01:00
Juan Benet
fdbe362035 Merge pull request #1686 from ipfs/fix-godeps-go1.5
vendor binary deps in test/dependencies
2015-09-11 02:23:52 +01:00
Jeromy
7496df76d2 vendor binary deps in test/dependencies
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-10 18:09:12 -07:00
Juan Benet
4a4e969d6f Merge pull request #1680 from ipfs/feat/tar-fmt
first pass at a tar importer
2015-09-11 01:30:30 +01:00
Jeromy
533a729949 add sharness test for tar commands
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-10 17:11:35 -07:00
Jeromy
5ebf962b2d cache nat port mappings for a short period of time
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-10 12:59:08 -07:00
Jeromy
1f415714f4 WIP: quick fix to the NAT spam too many open fd's bug
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-10 12:45:36 -07:00
Jeromy
678e74bdae sharding directory entries down to not create a massive root node
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-10 12:34:04 -07:00
Jeromy
5464020c58 first pass at a tar importer
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-10 10:30:10 -07:00
Philip Nelson
9ce3875c06 Fix test case for fuse/readonly.
License: MIT
Signed-off-by: Philip Nelson <me@pnelson.ca>
2015-09-10 07:51:09 -07:00
Jeromy
c38ca0038d implement unwant command to remove blocks from wantlist
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-09 10:50:56 -07:00
Juan Benet
210793031c Merge pull request #1667 from ipfs/use-new-goprocess
use new methods from goprocess/context, remove thirdparty/waitable
2015-09-09 06:46:12 +02:00
Jeromy
c3280ce885 use new methods from goprocess/context, remove thirdparty/waitable
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-08 21:37:40 -07:00
Jeromy Johnson
d5cfb01f64 Merge pull request #1657 from ipfs/fix/debug-err
remove error log i forgot to remove from another PR
2015-09-05 16:15:08 -07:00
Jeromy
308ab9a2ea remove error log i forgot to remove from another PR
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-05 16:05:00 -07:00
Juan Benet
637e221ca2 Merge pull request #1567 from ipfs/editor-staging
an attempt at making the editor more efficient
2015-09-05 05:03:05 +02:00
Jeromy
b3aee2872f move mem-dag construction to its own function, and actually call WriteOutputTo
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-05 04:56:55 +02:00
Jeromy
30d10ce4f4 add-only-hash no longer stores entirety of everything in memory
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
2015-09-05 04:56:55 +02:00