7b32c11347
core: Refactored node initialization
2014-09-11 17:22:44 -07:00
76b9a99ead
Merge pull request #49 from mappum/feat/init-fix
...
Init Fix
2014-09-11 13:17:04 -07:00
fbec97982f
cmd/init: Fixed init checking if config exists
2014-09-11 13:07:38 -07:00
f1e088508a
config: Made WriteConfigFile create config parent directory if it doesn't exist
2014-09-11 13:06:51 -07:00
5059654ec4
config: Broke out config directory into its own const
2014-09-11 13:05:59 -07:00
02deb3cccb
last golint
2014-09-11 13:00:56 -07:00
61586864f1
fmt previous
2014-09-11 12:30:59 -07:00
b88ee2870a
golint cleanup
2014-09-11 12:25:52 -07:00
677d790fb5
Merge pull request #38 from jbenet/feat/bitswap-import-cleanup
...
chore(bitswap) tidy up bitswap, ledger
2014-09-11 12:13:57 -07:00
dbc3a05ec0
Merge pull request #46 from jbenet/deps/go-multiaddr-b90678896b52c3e5a4c8176805c6facc3fe3eb82
...
chore(deps:go-multiaddr) update to b90678896b52c
2014-09-11 11:43:25 -07:00
7f39299033
chore(deps:go-multiaddr) update to b90678896b52c
...
procedure is to execute
```
cd my/github.com/jbenet/go-multiaddr
git pull
cd my/github.com/jbenet/go-ipfs
godep update github.com/jbenet/go-multiaddr
```
2014-09-11 11:15:22 -07:00
c370fc5099
Merge pull request #41 from jbenet/feat/bitswap-message-wrapper
...
refactor(bitswap:message) add wrapper for proto
2014-09-11 11:09:36 -07:00
421fe5bf76
refactor(bitswap:message) add wrapper for proto
2014-09-11 03:27:47 -07:00
ad30333581
fix(bitswap:ledger) race conditions
...
https://github.com/jbenet/go-ipfs/issues/39
2014-09-11 01:02:52 -07:00
7bae742872
privatize fields in ledger
2014-09-10 20:30:08 -07:00
99db07c3a4
hide ledger wantlist manipulation
2014-09-10 20:23:39 -07:00
182604c61f
substitute with LedgerMap type
2014-09-10 19:47:47 -07:00
a910d6878d
privatize getLedger method
2014-09-10 19:43:23 -07:00
d71c166835
organize imports
2014-09-10 19:38:21 -07:00
80dc4b3531
gofmt-d and golint-d
2014-09-10 13:31:40 -07:00
07bfa3baf2
fixed uppercase
2014-09-10 12:42:01 -07:00
4f7856a414
refactoring naming conventions
2014-09-10 12:31:19 -07:00
8dfb119fa6
Merge branch 'master' of github.com:jbenet/go-ipfs
...
Conflicts:
cmd/ipfs/add.go
cmd/ipfs/cat.go
cmd/ipfs/ls.go
cmd/ipfs/mount_unix.go
2014-09-10 06:28:15 +00:00
976fe94d4d
some more tweaks to the daemon code
2014-09-10 06:22:13 +00:00
c35a8d0d86
Merge pull request #35 from perfmode/godep
...
vendor dependencies using Godep
2014-09-09 23:07:22 -07:00
7968b45e58
vendor dependencies with godep
...
dependencies are vendored into Godeps/_workspace and commit versions are
recorded in Godeps.json
update datastore to e89f0511
update go.crypto
2014-09-09 22:39:42 -07:00
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