|
b2a218816d
|
initial hack at turning ipfs into a daemon, just implemented simple rpc at this point
|
2014-09-09 05:11:56 +00:00 |
|
|
05e457e197
|
create daemon listener for listening for user commands
|
2014-09-08 18:21:18 +00:00 |
|
|
1fa7c07dc7
|
clean up merge of bren2010's crypto branch and merge into master
|
2014-09-08 18:17:57 +00:00 |
|
|
f19e2201ad
|
Merge branch 'crypto_merge' into crypto
|
2014-09-06 22:12:13 +00:00 |
|
|
275b03f814
|
rework dagreader to have a dagservice for node resolution
|
2014-09-06 22:11:44 +00:00 |
|
|
dad9751754
|
implement a basic data format for data inside dag nodes
|
2014-09-05 20:47:55 +00:00 |
|
|
e6498b3733
|
fix issue with blocks not being trimmed properly and being too large to be sent over the network
|
2014-09-05 02:58:31 +00:00 |
|
|
f52958850e
|
Merge branch 'master' into crypto
Conflicts:
routing/dht/dht.go
|
2014-09-04 20:46:39 +00:00 |
|
|
85273daaa5
|
allow peers to realize that they are actually a provider for a value
|
2014-09-04 20:32:46 +00:00 |
|
|
adb829e00f
|
Merge branch 'crypto' of github.com:Bren2010/go-ipfs into crypto
Conflicts:
crypto/key.go
|
2014-09-04 19:14:10 +00:00 |
|
|
c6823ac6e4
|
Cleaned up code some.
|
2014-09-04 13:15:22 -04:00 |
|
|
eeab5f9bd9
|
fix issue with blocks not actually being stored via dagservice
|
2014-09-04 03:37:29 +00:00 |
|
|
80ec51f129
|
Added last step of negotiation.
|
2014-09-03 21:38:29 -04:00 |
|
|
0e185788fc
|
Updated tests.
|
2014-09-03 21:28:11 -04:00 |
|
|
ca8b7d48e0
|
Apparently I changed something.
|
2014-09-03 21:09:25 -04:00 |
|
|
33a9e147d6
|
Implemented a basic version of TLS.
|
2014-09-03 21:09:02 -04:00 |
|
|
4b97f1f270
|
create new crypto package and make rest of repo use it
|
2014-09-03 20:15:10 +00:00 |
|
|
aa5a34a6d1
|
add init command to generate crypto keys
|
2014-09-02 12:58:35 -07:00 |
|
|
a5d54ea29e
|
fix up tests that started failing after changing identify code
|
2014-09-01 21:55:59 -07:00 |
|
|
c85dd28171
|
add test for crypto handshake
|
2014-09-01 19:40:36 -07:00 |
|
|
48865db1ea
|
change handshake to use pub/priv keys for verification
|
2014-09-01 19:04:18 -07:00 |
|
|
45fc43c9cf
|
add pub/priv key code to identify, not complete yet
|
2014-09-01 16:09:03 -07:00 |
|
|
9338caa9d8
|
working on making importer not break on large files
|
2014-08-31 10:10:34 -07:00 |
|
|
ddd2a9aee5
|
fix core package test
|
2014-08-30 12:54:59 -07:00 |
|
|
f4eb242a4e
|
Merge branch 'bitswap'
|
2014-08-30 12:31:01 -07:00 |
|
|
1f309b72d0
|
implement basic rabin fingerprint file splitting
|
2014-08-30 10:53:26 -07:00 |
|
|
c2cc4b1d70
|
a little cleanup, ipfs 'works' for basic file adds and cats
|
2014-08-29 17:22:40 -07:00 |
|
|
691d1b36bb
|
integrate bitswap and blockservice into the core package
|
2014-08-29 11:34:50 -07:00 |
|
|
fcff5a5c96
|
rework bitswap to reflect discussion on PR #32
|
2014-08-28 16:48:00 -07:00 |
|
|
af2f04ae89
|
fixing up some bitswap stuff after the PR
|
2014-08-28 12:01:03 -07:00 |
|
|
fbd611f4a4
|
Update dev.md
|
2014-08-27 11:20:05 -07:00 |
|
|
cfdf01d58a
|
bitswap first working commit!
|
2014-08-26 14:24:51 -07:00 |
|
|
678db4fa40
|
more work on bitswap and other code cleanup
|
2014-08-25 09:44:42 -07:00 |
|
|
91e4675cbf
|
basic implementation of bitswap, needs testing/verification that it works
|
2014-08-24 18:13:05 -07:00 |
|
|
c5e7273cab
|
refactor to allow use of mes_listener outside of dht
|
2014-08-23 22:25:50 -07:00 |
|
|
05b80afc35
|
fix swarm message type code, i beleive it works well now
|
2014-08-20 18:42:40 -07:00 |
|
|
afdac2ca3a
|
add in message type routing to the swarm object. tired, needs cleanup.
|
2014-08-20 18:42:31 -07:00 |
|
|
060930c486
|
removed failure call i forgot to remove
|
2014-08-20 18:42:26 -07:00 |
|
|
c9c9420912
|
add some more tests in
|
2014-08-20 18:42:26 -07:00 |
|
|
35ed8c460c
|
change providers map and lock over to an agent based approach for managing providers
|
2014-08-20 18:42:26 -07:00 |
|
|
3c1580e1d1
|
fix a few race conditions and add in newlines to print statements
|
2014-08-20 18:42:26 -07:00 |
|
|
0a43ceaa13
|
add in message wrapper protobuf code
|
2014-08-20 18:42:25 -07:00 |
|
|
f1d232ac0f
|
make swarm wrap all its messages with a type, filter these later
|
2014-08-20 18:42:25 -07:00 |
|
|
a6851fa55b
|
Made routing code pass golint.
|
2014-08-20 18:36:32 -07:00 |
|
|
87bfdbc599
|
Made the DHT module pass golint
|
2014-08-20 18:36:21 -07:00 |
|
|
2c74093bc7
|
Made the DHT module pass golint
|
2014-08-20 18:36:13 -07:00 |
|
|
0fdc571554
|
POut should not have a newline
|
2014-08-20 18:29:31 -07:00 |
|
|
e658ade600
|
sigmoid strat placeholder
|
2014-08-20 18:29:22 -07:00 |
|
|
668a90f6b6
|
use Printf in cat
|
2014-08-20 18:27:42 -07:00 |
|
|
7366db3a59
|
Add dep on protoc compiler
|
2014-08-20 18:26:45 -07:00 |
|