aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-18WIP: FIX p2pHEADmasterdec05eba
2020-08-18Open ports using miniupnpcdec05eba
2020-08-18Add debug outputdec05eba
2020-08-18Change license to apachedec05eba
2020-08-18Add option to force route datadec05eba
2020-08-18Starting with upnp supportdec05eba
2020-08-18Fix routing of datadec05eba
2020-08-18Route datadec05eba
2020-08-18Remove duplicate user add if same pubsub key, do not add user until connecteddec05eba
2020-08-18remove duplicatedec05eba
2020-08-18Do not remote failed to connect peer on fail to connectdec05eba
2020-08-18Add data routing for failed p2p connectionsdec05eba
2020-08-18Maybe this will fix crash...dec05eba
2020-08-18Remove server node from getPeers funcdec05eba
2020-08-18Fix for emscripten and other platformsdec05eba
2020-08-18Add debug when send failsdec05eba
2020-08-18Fix build for mingwdec05eba
2020-08-18rename create -> connectdec05eba
2020-08-18Async bootstrap connectdec05eba
2020-08-18Stop put if cancel is calleddec05eba
2020-08-18oopsdec05eba
2020-08-18Do not put infinitely when there are no other subscribersdec05eba
2020-08-18Fix concurrent connection to the same addressdec05eba
2020-08-18Retry put for 30 sec to wait for peer connectionsdec05eba
2020-08-18Use sendmsg and recvmsg instead of send and recv to receive one message at a ...dec05eba
2020-08-18Fix deserialization of nodesdec05eba
2020-08-18Allocate correct for pubsubkey tostringdec05eba
2020-08-18Add more state functionsdec05eba
2020-08-18Reuse peer connection if subscribed to same keydec05eba
2020-08-18Remove subscribed peer from client on disconnectdec05eba
2020-08-18Removed user from subscriptions on disconnectdec05eba
2020-08-18Add peer to listen callbackdec05eba
2020-08-18add back shitdec05eba
2020-08-18Another testdec05eba
2020-08-18remove test codedec05eba
2020-08-18Testdec05eba
2020-08-18Use protocol type 0 as seen in udt exampledec05eba
2020-08-18Fix crash in send method, add debugdec05eba
2020-08-18Add subscriber connect debugdec05eba
2020-08-18Add connect debugdec05eba
2020-08-18asdsadec05eba
2020-08-18Bind for rendezvous connectiondec05eba
2020-08-18Extract 2 bytes for port, not 4, in bootstrap connection receivedec05eba
2020-08-18Remove disconnected socketsdec05eba
2020-08-18Fix receivedec05eba
2020-08-18Receive correct amount of datadec05eba
2020-08-18Fix send not working, allow sending 0 bytesdec05eba
2020-08-18Use correct data type for getsockopt UDT_RCVDATAdec05eba
2020-08-18Change connection type to tcp, perhaps udt requires thatdec05eba
2020-08-18Add debugdec05eba