Commit Graph

24 Commits (master)

Author SHA1 Message Date
jmjatlanta f9bec0ac20 New way of swarm connection 2017-10-23 15:22:12 -05:00
John Jones 7dbb6fca29 multistream protocol now has a protocol interface 2017-09-04 11:02:48 -05:00
jmjatlanta 5de67539ef correctly adding request to peer_request_queue 2017-08-16 07:34:28 -05:00
jmjatlanta c58bfc9b1e Fixed loop 2017-08-16 07:08:39 -05:00
jmjatlanta d226e480c9 Fixing repeated needless sends 2017-08-09 12:09:44 -05:00
John Jones c58134db1c Fixing memory leaks 2017-08-08 20:40:35 -05:00
John Jones 3cc75058f0 Fix of memory leaks 2017-08-03 17:46:20 -05:00
jmjatlanta d1d4d19fa8 Handling details of bitswap 2017-08-03 11:16:58 -05:00
John Jones 3fa822aed6 Merge branch 'master' of https://github.com/kenCode-de/c-ipfs 2017-08-02 10:53:28 -05:00
John Jones 5910d63c3d Clean up when we receive a block we wanted 2017-08-02 10:53:14 -05:00
jmjatlanta 17dbad3bce clean up peer request queue after message send 2017-08-02 10:52:35 -05:00
jmjatlanta e5e565272e Continue to listen to connected peers within bitswap engine 2017-08-02 09:43:27 -05:00
jmjatlanta 986d054c6c code cleanup 2017-08-02 08:53:34 -05:00
jmjatlanta 0638996684 processing want list 2017-08-02 07:04:06 -05:00
jmjatlanta 836fb5387b Attempting to fulfill remote requests 2017-07-31 17:59:51 -05:00
jmjatlanta fa7a6826b1 Change in secio method signature 2017-07-31 16:36:52 -05:00
John Jones 3a68619016 Fixed mem leak and more testing 2017-07-31 13:32:09 -05:00
John Jones e22da601ea bug fixes to client side bitswap 2017-07-31 10:01:06 -05:00
John Jones d969f48324 implementation of bitswap network receive 2017-07-31 08:16:52 -05:00
John Jones 059a3286c9 More bitswap implementation 2017-07-31 06:43:15 -05:00
John Jones 73d7d5daed More implementation of bitswap 2017-07-27 12:05:41 -05:00
John Jones e1135fef3b Beginnings of the multithreaded engine
This engine has 2 threads. One to process the request queue, the other
to gather up and build peer messages and send them.
2017-07-27 08:38:57 -05:00
John Jones 4368e052e2 First cut of peer request queue complete 2017-07-24 10:26:07 -05:00
jmjatlanta a63910e0d7 Adding bitswap request queue 2017-07-24 09:09:22 -05:00