aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-23Do not remote failed to connect peer on fail to connectAleksi Lindeman
2018-11-23Add data routing for failed p2p connectionsAleksi Lindeman
2018-11-09Maybe this will fix crash...Aleksi Lindeman
2018-11-04Remove server node from getPeers funcAleksi Lindeman
2018-10-28Merge branch 'master' of https://gitlab.com/DEC05EBA/sibs-pubsub into HEADdec05eba
2018-10-28Fix build for mingwdec05eba
2018-10-27Add debug when send failsdec05eba
2018-10-21rename create -> connectdec05eba
2018-10-21Async bootstrap connectdec05eba
2018-10-21Stop put if cancel is calleddec05eba
2018-10-21oopsdec05eba
2018-10-21Do not put infinitely when there are no other subscribersdec05eba
2018-10-21Fix concurrent connection to the same addressdec05eba
2018-10-19Retry put for 30 sec to wait for peer connectionsdec05eba
2018-10-19Use sendmsg and recvmsg instead of send and recv to receive one message at a ...dec05eba
2018-10-17Fix deserialization of nodesdec05eba
2018-10-17Allocate correct for pubsubkey tostringdec05eba
2018-10-16Add more state functionsdec05eba
2018-10-16Reuse peer connection if subscribed to same keydec05eba
2018-10-14Remove subscribed peer from client on disconnectdec05eba
2018-10-14Removed user from subscriptions on disconnectdec05eba
2018-10-14Add peer to listen callbackdec05eba
2018-10-14add back shitdec05eba
2018-10-14Another testdec05eba
2018-10-13remove test codedec05eba
2018-10-13Testdec05eba
2018-10-12Use protocol type 0 as seen in udt exampledec05eba
2018-06-09Fix crash in send method, add debugdec05eba
2018-06-09Add subscriber connect debugdec05eba
2018-06-09Add connect debugdec05eba
2018-06-09asdsadec05eba
2018-06-09Bind for rendezvous connectiondec05eba
2018-06-09Extract 2 bytes for port, not 4, in bootstrap connection receivedec05eba
2018-06-09Remove disconnected socketsdec05eba
2018-06-09Fix receivedec05eba
2018-06-09Receive correct amount of datadec05eba
2018-06-09Fix send not working, allow sending 0 bytesdec05eba
2018-06-09Use correct data type for getsockopt UDT_RCVDATAdec05eba
2018-06-09Change connection type to tcp, perhaps udt requires thatdec05eba
2018-06-09Add debugdec05eba
2018-06-09Add debug, fix multithreading issuedec05eba
2018-06-08Make connect asynchronousdec05eba
2018-06-08Add put methoddec05eba
2018-06-08Fix send method when not using callback funcdec05eba
2018-06-08Remove peer socket when disconnecteddec05eba
2018-06-07Add bootstrap node, listen methoddec05eba
2018-06-06Add bootstrap class (server)dec05eba
2018-06-04Moved filesdec05eba
2018-06-02Receive data with epoll_waitdec05eba
2018-05-31Starting...dec05eba