Commit graph

193 commits

Author SHA1 Message Date
jmjatlanta
817eb0231c Changes for the journal protocol 2017-08-24 13:30:04 -05:00
da23d4c54a Headers added to fix the build in the old gcc version. 2017-08-17 08:18:55 -03:00
jmjatlanta
61281368bf fixed compiler warning 2017-08-16 08:14:42 -05:00
jmjatlanta
4e9cfd7bd5 Added debugging messages 2017-08-16 07:33:43 -05:00
jmjatlanta
365e645d94 Added convenience method to peerstore, and fixed memory leak 2017-08-16 06:41:01 -05:00
John Jones
5e1704aaba No longer building nodeio 2017-08-09 12:33:36 -05:00
jmjatlanta
a009673969 Added some debugging information to protocols 2017-08-09 12:08:57 -05:00
jmjatlanta
bff867ae4d logic fix 2017-08-09 11:12:16 -05:00
John Jones
f84ec579f2 Making it easier to create secio connections 2017-08-09 10:57:17 -05:00
jmjatlanta
9cdc0bd54e Properly reading the remote's proposal 2017-08-09 10:32:01 -05:00
jmjatlanta
8ff5020088 Reverting back to specific network reads and writes 2017-08-09 10:23:24 -05:00
jmjatlanta
563a89150d Working with secio negotiation 2017-08-09 10:09:28 -05:00
John Jones
1e7806855d Using muiltistream protocol to begin secio negotiation 2017-08-09 09:46:53 -05:00
jmjatlanta
4f52a20314 Handling secio negotiation differently to comply with protocol 2017-08-09 09:12:16 -05:00
John Jones
6f77a64adb IPFS protocols now implement an interface to make marshalling easier 2017-08-09 08:03:40 -05:00
John Jones
1a45924151 Fixing memory leak 2017-08-08 20:40:06 -05:00
jmjatlanta
a8f4925bbe Properly setting session context 2017-08-03 17:48:11 -05:00
John Jones
36500348bd Added debugging messages 2017-08-03 17:47:02 -05:00
John Jones
fab73441ef Adding default values to initializer 2017-08-03 14:44:27 -05:00
jmjatlanta
c639359a4a Moving addition to peerstore after everyting is done 2017-08-03 14:43:19 -05:00
jmjatlanta
7155f604c1 Fixed overwrite of session context 2017-08-03 14:34:40 -05:00
jmjatlanta
c6f4a83051 Clean up streams on free 2017-08-03 13:36:13 -05:00
jmjatlanta
48c4b5ade0 Cleaning up bad connections 2017-08-03 12:17:17 -05:00
jmjatlanta
61a576eb93 Handling details of bitswap and connection pool 2017-08-03 11:15:40 -05:00
John Jones
a750c0edf1 No need to keep track of socket fd 2017-08-02 09:03:35 -05:00
jmjatlanta
5a91c5bbe8 keeping track of max socket fd 2017-08-02 08:52:55 -05:00
jmjatlanta
3137d9efa6 Now a successful secio connection adds the peer to the peerstore 2017-07-31 16:36:08 -05:00
jmjatlanta
8c1c813643 sanity check
additional sanity check in peerstore and saving remote peer id when
connecting with secio
2017-07-31 15:18:17 -05:00
John Jones
5406fb29e2 Chasing memory leak possibly in PeerStore 2017-07-31 14:51:29 -05:00
jmjatlanta
a137c2c43e Code Cleanup plus making providerstore smarter 2017-07-31 12:49:41 -05:00
John Jones
90b1e2c3c8 return on timeout 2017-07-31 10:00:32 -05:00
John Jones
4542ebe1cb correctly handle a stream that is unable to connect 2017-07-31 08:38:16 -05:00
John Jones
30250a1af0 Making a Libp2pPeer more useful 2017-07-31 06:42:42 -05:00
John Jones
343748bc0f added comments 2017-07-27 15:13:35 -05:00
John Jones
1e49d8f7ab Fixed small memory leak 2017-07-27 14:32:42 -05:00
John Jones
1971e60438 Cleanup of needless Stream attached to things it shouldn't have 2017-07-27 12:06:27 -05:00
John Jones
93bb78169a Can now compare 2 sessions for equality 2017-07-26 07:37:28 -05:00
John Jones
c660a6eb32 added todo comment 2017-07-24 18:00:22 -05:00
John Jones
dac251bf4c Added important comment to vector 2017-07-24 10:32:21 -05:00
jmjatlanta
2f8057e4b8 added include to squelch warning 2017-07-20 15:03:11 -05:00
jmjatlanta
dfb1aba247 Fixed warnings 2017-07-17 16:14:20 -05:00
John Jones
ffd27eb062 A better fix for osx 2017-07-17 15:24:37 -05:00
John Jones
e2d63e029c fixed endian.h header for osx 2017-07-17 15:23:29 -05:00
John Jones
8bf4e3cf07 Added define for osx 2017-07-17 15:20:28 -05:00
John Jones
3b52948b3b Now using logger instead of fprintf 2017-07-17 14:38:48 -05:00
John Jones
73fcecfdcf A bit of code cleanup and commenting 2017-07-17 13:04:43 -05:00
John Jones
a10c7ef5e9 handle reading the requested number of bytes, and secio fix
Some transmissions are sent by multiple sends. Loop through until you
get them all. NOTE: We'll have to come back to this to handle a timeout.
Also, fixed the random handshake issue with the GO version.
2017-07-13 18:30:18 -05:00
John Jones
6c19984368 Now doing multistream over secio 2017-07-13 09:01:50 -05:00
John Jones
cff0e4d6aa Incremental commit for secio fixes and connecting to swarms 2017-07-13 07:27:10 -05:00
e32837031f Implemented timeout to avoid hang due to connection error. 2017-07-06 22:31:16 -03:00