|
5fafaa42e8
|
fmt the test
|
2014-09-18 12:49:57 -07:00 |
|
|
8dd83ee17c
|
clarifying method name
|
2014-09-18 12:28:56 -07:00 |
|
|
8eb13eb6be
|
tests for Daemon Listener #59
using IDfromPubKey
|
2014-09-18 11:59:14 -07:00 |
|
|
d326fc61e4
|
fix typo that caused test failure in dht_test.go
|
2014-09-18 18:32:58 +00:00 |
|
|
a2f9099859
|
Merge branch 'master' of github.com:jbenet/go-ipfs
|
2014-09-17 06:04:43 +00:00 |
|
|
2607bee4d6
|
Change config flag to accept config dir instead of file path
|
2014-09-17 06:03:58 +00:00 |
|
|
2a7dcb06ca
|
Merge pull request #85 from jbenet/feat/blockstore
feat(blockstore): implement blockstore
|
2014-09-16 21:21:57 -07:00 |
|
|
9e4b8586a9
|
Add config flag to cmd line interface
|
2014-09-17 02:49:36 +00:00 |
|
|
697625a9e5
|
feat(util:testutil) add NewBlockOrFail(t, data) factory method
for use in tests
|
2014-09-16 04:03:30 -07:00 |
|
|
be835662f2
|
style(blockstore) move to top-level
|
2014-09-16 03:53:57 -07:00 |
|
|
c049a5c345
|
Merge pull request #83 from jbenet/docker
chore(docker) create a basic ipfs image
|
2014-09-16 03:52:38 -07:00 |
|
|
ee49d0b79f
|
fix(docker) listen on all interfaces
|
2014-09-16 03:47:31 -07:00 |
|
|
42514f2ed7
|
feat(blockstore): implement blockstore
|
2014-09-16 03:37:52 -07:00 |
|
|
8bd381ed32
|
chore(docker) create a basic ipfs image
|
2014-09-15 23:13:00 -07:00 |
|
|
b5a1b1c658
|
improve cleaning up in dht tests.
|
2014-09-15 20:45:36 +00:00 |
|
|
ab9baf9146
|
Merge branch 'master' of github.com:jbenet/go-ipfs
|
2014-09-15 16:19:56 +00:00 |
|
|
8281b4a81d
|
Merge pull request #73 from jbenet/package-docs.go
docs(godoc) add doc.go in project root
|
2014-09-15 01:36:52 -07:00 |
|
|
854ae2c510
|
Merge branch 'master' of github.com:llSourcell/go-ipfs
|
2014-09-15 06:09:51 +00:00 |
|
|
782976f473
|
add basic test for blocks package #59 (actually add file)
|
2014-09-15 06:08:49 +00:00 |
|
|
8a21af092a
|
add basic test for blocks package #59
|
2014-09-15 06:07:03 +00:00 |
|
|
3261ce2dc8
|
Merge branch 'master' of github.com:jbenet/go-ipfs
|
2014-09-15 05:58:27 +00:00 |
|
|
fdcd015eed
|
move first data block into top level dag node
|
2014-09-15 05:35:31 +00:00 |
|
|
0b5447a60a
|
checking returned value
|
2014-09-14 21:44:19 -07:00 |
|
|
78454884db
|
clean up code, make it have a nicer interface
|
2014-09-15 04:17:29 +00:00 |
|
|
e6bc0772ed
|
Test for getLocal method in DHT
|
2014-09-14 20:59:09 -07:00 |
|
|
1a7c083850
|
implement something like rabin fingerprinting
|
2014-09-15 02:04:55 +00:00 |
|
|
3f4a4e1e7a
|
Merge pull request #70 from jbenet/godoc-badge
docs(README) add godoc reference badge
|
2014-09-14 06:04:12 -07:00 |
|
|
cbe6c34083
|
docs(godoc) add doc.go in project root
|
2014-09-14 04:28:34 -07:00 |
|
|
877b89b7e4
|
docs(README) add godoc reference badge
|
2014-09-14 03:58:46 -07:00 |
|
|
d5239945a4
|
add test for crypto package (issue #59, improve code coverage)
|
2014-09-14 05:08:11 +00:00 |
|
|
0ec9dce19c
|
Merge branch 'master' of github.com:jbenet/go-ipfs into daemon
Conflicts:
core/core.go
|
2014-09-14 04:22:05 +00:00 |
|
|
9c3e8d7b82
|
Merge pull request #63 from jbenet/fix/identify-test_handshake-issue-61
fix(identify) Handshake
|
2014-09-13 12:26:21 -07:00 |
|
|
24b7703f2f
|
refactor(identify) keep only minor fixes
|
2014-09-13 12:17:04 -07:00 |
|
|
f743c7ab86
|
refactor(identify) pass context to handshake
|
2014-09-13 02:09:25 -07:00 |
|
|
6f6d79d699
|
refactor(identify) extract proto encoding
|
2014-09-13 01:42:59 -07:00 |
|
|
1386205f7a
|
chore(identify) move private func to bottom of file
|
2014-09-13 01:34:26 -07:00 |
|
|
c236f8cb4f
|
refactor(identify) extract hello
|
2014-09-13 01:29:19 -07:00 |
|
|
7bf9ff617d
|
refactor(swarm) specify direction of secure chans
|
2014-09-12 22:54:14 -07:00 |
|
|
b249ebe84e
|
fix(identify) error handling
* handle subroutine errors
* further specify the type of channel
|
2014-09-12 22:40:13 -07:00 |
|
|
35a87e9d07
|
expand path names for add command, and pass errors up even more
|
2014-09-13 04:42:48 +00:00 |
|
|
b55a5078a8
|
refactor daemon code, moved commands to core/commands
|
2014-09-12 21:29:54 +00:00 |
|
|
ec40a29b3d
|
change ExecuteCommand to return an error
|
2014-09-12 19:11:54 +00:00 |
|
|
5a41a2ac07
|
Merge pull request #54 from jbenet/fix/config-test
fix(config) failing test
|
2014-09-12 10:59:43 -07:00 |
|
|
256db0b52b
|
Merge pull request #1 from jbenet/master
give
|
2014-09-12 10:32:00 -07:00 |
|
|
94b8f1d22b
|
build fixed
|
2014-09-12 09:30:47 -07:00 |
|
|
2e512e81c9
|
test(config) add path assertion
|
2014-09-12 04:36:07 -07:00 |
|
|
a5c0f67c8c
|
fix(config) failing test
also replace *Datastore with Datastore
|
2014-09-12 04:20:46 -07:00 |
|
|
50d318c0be
|
core: Updated basic initialization tests
|
2014-09-11 17:52:21 -07:00 |
|
|
3ae37b29bd
|
core: Show error when config identity is not set
|
2014-09-11 17:50:05 -07:00 |
|
|
b63e10f3b5
|
core: Don't require address for node initialization
|
2014-09-11 17:49:10 -07:00 |
|