Commit Graph

161 Commits (30250a1af0d716f77761405a287f63118cbf958e)

Author SHA1 Message Date
John Jones db0f62cee4 Dynamic bootstrap of kademlia peers
Will be using config file instead of hard coded bootstrap addresses
2017-03-24 16:50:02 -05:00
John Jones 158012858a debugging daemon 2017-03-24 14:11:54 -05:00
John Jones 41ef0e5492 Locked in dht version 2017-03-23 15:03:13 -05:00
John Jones bd9f219b50 Removed some test code 2017-03-23 08:27:21 -05:00
John Jones 9776ff15a0 c99 and endian changes for centos 2017-03-21 15:08:01 +00:00
John Jones 0d0c9bde53 Finishing NodeIO 2017-03-19 14:39:48 -05:00
John Jones b6a94c7c11 Implemeting NodeIO 2017-03-19 08:04:54 -05:00
John Jones 69cbff9cd6 Refactor - SecureSession to SessionContext 2017-03-19 07:42:52 -05:00
Jose Marcial Vieira Bisneto 8463e0b06b Kademlia, better treatment when there is no result. 2017-03-16 21:18:03 -03:00
Jose Marcial Vieira Bisneto f0bb7375c3 Kademlia wait for result until time out. 2017-03-16 21:06:19 -03:00
Jose Marcial Vieira Bisneto 52f8ce2b3d Fixed duplicate result in kademlia search. 2017-03-16 09:54:36 -03:00
Jose Marcial Vieira Bisneto 17dfadb6fd Kademlia search returns multiaddress. 2017-03-16 05:45:44 -03:00
John Jones dc1b8b6b3d Minor mod to Libp2pLinkedList 2017-03-13 08:53:20 -05:00
John Jones 72dfe2d786 Multiaddress changes 2017-03-09 18:48:28 -05:00
John Jones 74d95cb696 Working on streams 2017-03-09 12:49:47 -05:00
Jose Marcial Vieira Bisneto 1fa0d4bd68 Fixed target port for kademlia ping. 2017-03-09 14:03:04 -03:00
John Jones d0512d9084 Made the stream methods more generic 2017-03-09 10:00:45 -05:00
John Jones 40fc7d91f6 Merge branch 'master' of https://github.com/kenCode-de/c-libp2p 2017-03-09 08:42:10 -05:00
John Jones a6fe0fda47 changed encryption to aes 256 for time being 2017-03-09 08:41:59 -05:00
Jose Marcial Vieira Bisneto 018923ad09 Implemented kademlia announce and search. 2017-03-09 09:43:24 -03:00
John Jones 3d53c470a5 Correctly generating shared and stretched keys 2017-03-09 00:12:04 -05:00
John Jones 05cc6e9bd3 key exchange complete, nearing encrypted streams, mac invalid 2017-03-08 12:18:29 -05:00
John Jones e092a0e974 Switched to ephemeral DH 2017-03-08 07:23:32 -05:00
John Jones f182fb8857 Merge branch 'master' of https://github.com/kenCode-de/c-libp2p 2017-03-08 05:54:14 -05:00
John Jones c343d2d0ad Fixed memory leak in secio 2017-03-08 05:53:59 -05:00
Jose Marcial Vieira Bisneto 1b5b7c7cba hashe array type changed to avoid signedness difference warning. 2017-03-07 02:40:51 -03:00
Jose Marcial Vieira Bisneto 0ffe73ae28 Implemented stop_kademlia. 2017-03-07 02:38:36 -03:00
John Jones 95d2a06855 Merge branch 'master' of https://github.com/kenCode-de/c-libp2p 2017-03-06 19:03:26 -05:00
John Jones 0e0b6b1546 Many bug fixes for secio 2017-03-06 19:03:04 -05:00
Jose Marcial Vieira Bisneto 386fe24f70 Implemented kademlia thread. 2017-03-02 23:40:25 -03:00
John Jones 6d9473069b Many fixes around secio 2017-03-02 16:14:52 -05:00
John Jones c5fa775534 Starting to handle get_value request 2017-02-27 12:27:14 -05:00
John Jones f1aaae0f17 Implementing a Stream interface in front of Multistream 2017-02-23 15:16:04 -05:00
John Jones 8139dc9d48 Added ping functionality to multistream 2017-02-23 11:15:48 -05:00
John Jones e4a4226f5d small change in error handling 2017-02-22 11:48:14 -05:00
John Jones ddb1274596 Buildout of structures for node communication 2017-02-22 10:55:39 -05:00
John Jones 9f0ee0cdb9 Added peerstore and additional tests 2017-02-20 18:53:20 -05:00
John Jones 4555cdfdf1 Fixed bugs around libp2p_message 2017-02-20 09:31:59 -05:00
John Jones 7f00ce69fe Added test for record peer and fixes 2017-02-20 08:19:22 -05:00
John Jones cd27026cb5 Fixed bugs around record protobuf 2017-02-20 07:08:53 -05:00
John Jones 0a8f4767de Implementation of protobuf for records, peers, and messages 2017-02-17 00:30:41 -05:00
John Jones 029e3d800f Implementation of peer protobuf 2017-02-16 23:13:16 -05:00
John Jones 28961aa592 Almost right return value is not good. Oops. 2017-02-16 21:00:51 -05:00
John Jones d985919f41 Fixed small bug in return value of record protobuf 2017-02-16 20:59:59 -05:00
John Jones 897d257b3b Record Protobuf 2017-02-16 20:42:10 -05:00
John Jones 3aa0d89cb3 Merge branch 'master' of https://github.com/kenCode-de/c-libp2p 2017-02-16 18:49:33 -05:00
John Jones c29c5744b8 Beginnings of the Record protobuf and more changes to dialer 2017-02-16 18:49:17 -05:00
Jose Marcial Vieira Bisneto 35a9b4b73e routing/kademlia, using sha256 instead of sha1. 2017-02-16 19:10:50 -03:00
John Jones ccc7ca3e8b More dialer changes, starting to implement default dialer 2017-02-15 12:04:10 -05:00
John Jones 5c08094548 More dialer code 2017-02-13 17:41:31 -05:00