aboutsummaryrefslogtreecommitdiff
path: root/src/BootstrapConnection.cpp
AgeCommit message (Expand)Author
2018-11-23Add data routing for failed p2p connectionsAleksi 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-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-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-14Add peer to listen callbackdec05eba
2018-10-13remove test codedec05eba
2018-10-13Testdec05eba
2018-06-09Add subscriber connect debugdec05eba
2018-06-09Extract 2 bytes for port, not 4, in bootstrap connection receivedec05eba
2018-06-09Fix receivedec05eba
2018-06-09Fix send not working, allow sending 0 bytesdec05eba
2018-06-09Add debugdec05eba
2018-06-09Add debug, fix multithreading issuedec05eba
2018-06-08Make connect asynchronousdec05eba
2018-06-08Add put methoddec05eba
2018-06-07Add bootstrap node, listen methoddec05eba