1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 10:49:24 +08:00

1242 Commits

Author SHA1 Message Date
80b573425b refactor(bitswap) mv proto PBMessage -> Message 2014-10-22 21:49:46 -07:00
2ed7da8cfd refactor(crypto) mv proto PBPublicKey -> PublicKey, etc. 2014-10-22 21:49:43 -07:00
fdcf3f6d34 chore(crypto/spipe) use generic Makefile 2014-10-22 21:39:19 -07:00
d3ac9ceee3 misc(exch/bitswap) add TODOs 2014-10-22 15:54:18 -07:00
4d81560dd8 fix(net/service/pb) rename proto package -> service_pb 2014-10-22 15:54:18 -07:00
f620f87cd1 fix(merkledag/pb) rename proto package -> merkledag_pb 2014-10-22 15:54:18 -07:00
c4ea239291 fix(namesys/pb) rename proto package -> namesys_pb 2014-10-22 15:54:18 -07:00
157035233e fix(crypto/spipe/pb) rename proto package -> spipe_pb 2014-10-22 15:54:18 -07:00
8823f46248 fix(exch/bs/pb) rename proto package -> bitswap_message_pb 2014-10-22 15:54:18 -07:00
30faf11bfa fix(diag) rename proto package -> diagnostics_pb 2014-10-22 15:54:18 -07:00
454d1df4aa fix(unixfs/pb) rename proto package -> unixfs_pb 2014-10-22 15:54:18 -07:00
81367a864e fix(net/mux/pb) rename proto package -> mux_pb 2014-10-22 15:54:17 -07:00
6e9e29b87d fix(crypto) rename proto package -> crypto_pb, regen go file
+ add Makefile
2014-10-22 15:54:17 -07:00
75a860ca2b refactor(unixfs) move proto to pb package
not internal since io needs it

fix(fuse/ipns) use pb package

fix(fuse) import protos from unixfs/pb package
2014-10-22 15:54:17 -07:00
1d08e1d7c2 refactor(merkledag) move proto to internal pb package
https://docs.google.com/document/d/1e8kOo3r51b2BWtTs_1uADIA5djfXhPT36s6eHVRIvaU/edit
2014-10-22 15:54:17 -07:00
d94e764e4a refactor(net/service) move proto to internal pb package 2014-10-22 15:54:17 -07:00
15605fb18f refactor(exchange/bitswap) move proto to internal pb package 2014-10-22 15:54:17 -07:00
528a7cbd51 refactor(diagnostics) move proto to internal pb package
https://docs.google.com/document/d/1e8kOo3r51b2BWtTs_1uADIA5djfXhPT36s6eHVRIvaU/edit
2014-10-22 15:54:17 -07:00
ec481b5ad4 refactor(net/mux) move proto to internal pb package 2014-10-22 15:54:17 -07:00
e3a9a11afc refactor(crypto) move proto to internal pb package
https://docs.google.com/document/d/1e8kOo3r51b2BWtTs_1uADIA5djfXhPT36s6eHVRIvaU/edit
2014-10-22 15:54:17 -07:00
673bb1ba68 refactor(crypto/spipe) move proto to internal pb package
https://docs.google.com/document/d/1e8kOo3r51b2BWtTs_1uADIA5djfXhPT36s6eHVRIvaU/edit
2014-10-22 15:54:17 -07:00
488515c207 refactor(namesys) move proto to internal pb package 2014-10-22 15:54:16 -07:00
a817531653 fix(fuse) named/aliased imports 2014-10-22 15:54:16 -07:00
d8eb8b1191 ipfs cmd help now shows update
+ reorder of plumbing
2014-10-22 15:22:01 -07:00
e20929af13 equinox.io app id 2014-10-22 15:17:03 -07:00
eb1aaae4f6 Merge pull request #193 from jbenet/auto-updates
This PR enables auto-updates
2014-10-22 15:11:32 -07:00
b7744b2a11 fix for #141, routing table segmentation 2014-10-22 15:08:32 -07:00
58aeaa7c02 auto-updates jbenet key 2014-10-22 15:05:36 -07:00
2561437a84 @jbenet's equinox pubkey 2014-10-22 14:43:22 -07:00
ce54c444cb Merge pull request #189 from cryptix/autoUpdate
Auto update
2014-10-22 14:41:07 -07:00
6d8a1d1ecd minimal doc on handshake 2014-10-22 13:10:55 -07:00
88cc1e2a5c spell nit 2014-10-22 12:49:37 -07:00
a8adf2ff2c dht test fix (net) 2014-10-22 05:31:49 -07:00
54032ce38b updated vendoring 2014-10-22 05:29:22 -07:00
701035d5b0 handshake3 (addrs) 2014-10-22 05:25:31 -07:00
97c66ddc8f handshake1 renaming 2014-10-22 04:56:18 -07:00
4f42a26836 fixed --force flag for shutdown after update 2014-10-22 12:42:13 +02:00
d9552fea18 updates: printing fixes 2014-10-22 12:34:00 +02:00
cc5c181ae0 Dialer for dht
dht doesn't need the whole network interface, only needs a Dialer.
(much reduced surface of possible errors)
2014-10-22 03:24:05 -07:00
cc9f276f0f notes 2014-10-22 03:24:05 -07:00
c3df3973e1 query wasnt ensuring conn
The query-- once it's actually attempting to connect to a peer--
should be the one connecting.
2014-10-22 03:24:05 -07:00
6f8d23cbc1 this shouldn't connect quite yet. 2014-10-22 03:24:05 -07:00
b66b26098b nicer, greppable logging 2014-10-22 03:24:05 -07:00
c070c2f0de working on debugging dht issues 2014-10-22 03:24:05 -07:00
2f345c8515 cleanup: removed key marshal logs 2014-10-22 02:58:04 -07:00
4b01ad0b7c fixed pin json marshal 2014-10-22 02:55:22 -07:00
5d86ce56ac key marshalling + b58 encoding 2014-10-22 02:54:53 -07:00
3e40788188 updateApply: force shutdown check on daemon (TODO: force flag in cli) 2014-10-22 11:25:30 +02:00
0a0c38fb91 using @jbenet's industrial lipstick to clean this up 2014-10-22 11:25:30 +02:00
0115d1e0de respect cfg.Version.Check 2014-10-22 11:25:30 +02:00