index
:
sibs-pubsub
master
P2P publish/subscribe (pubsub) using UDT for connection/data transfer.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2018-11-24
remove duplicate
Aleksi Lindeman
2018-11-23
Do not remote failed to connect peer on fail to connect
Aleksi Lindeman
2018-11-23
Add data routing for failed p2p connections
Aleksi Lindeman
2018-11-09
Maybe this will fix crash...
Aleksi Lindeman
2018-11-04
Remove server node from getPeers func
Aleksi Lindeman
2018-10-30
Fix for emscripten and other platforms
Aleksi Lindeman
2018-10-28
Merge branch 'master' of https://gitlab.com/DEC05EBA/sibs-pubsub into HEAD
dec05eba
2018-10-28
Fix build for mingw
dec05eba
2018-10-27
Add debug when send fails
dec05eba
2018-10-21
rename create -> connect
dec05eba
2018-10-21
Async bootstrap connect
dec05eba
2018-10-21
Stop put if cancel is called
dec05eba
2018-10-21
oops
dec05eba
2018-10-21
Do not put infinitely when there are no other subscribers
dec05eba
2018-10-21
Fix concurrent connection to the same address
dec05eba
2018-10-19
Retry put for 30 sec to wait for peer connections
dec05eba
2018-10-19
Use sendmsg and recvmsg instead of send and recv to receive one message at a ↵
dec05eba
time
2018-10-17
Fix deserialization of nodes
dec05eba
2018-10-17
Allocate correct for pubsubkey tostring
dec05eba
2018-10-16
Add more state functions
dec05eba
2018-10-16
Reuse peer connection if subscribed to same key
dec05eba
2018-10-14
Remove subscribed peer from client on disconnect
dec05eba
2018-10-14
Removed user from subscriptions on disconnect
dec05eba
2018-10-14
Add peer to listen callback
dec05eba
2018-10-14
add back shit
dec05eba
2018-10-14
Another test
dec05eba
2018-10-13
remove test code
dec05eba
2018-10-13
Test
dec05eba
2018-10-12
Use protocol type 0 as seen in udt example
dec05eba
2018-06-09
Fix crash in send method, add debug
dec05eba
2018-06-09
Add subscriber connect debug
dec05eba
2018-06-09
Add connect debug
dec05eba
2018-06-09
asdsa
dec05eba
2018-06-09
Bind for rendezvous connection
dec05eba
2018-06-09
Extract 2 bytes for port, not 4, in bootstrap connection receive
dec05eba
2018-06-09
Remove disconnected sockets
dec05eba
2018-06-09
Fix receive
dec05eba
2018-06-09
Receive correct amount of data
dec05eba
2018-06-09
Fix send not working, allow sending 0 bytes
dec05eba
2018-06-09
Use correct data type for getsockopt UDT_RCVDATA
dec05eba
2018-06-09
Change connection type to tcp, perhaps udt requires that
dec05eba
2018-06-09
Add debug
dec05eba
2018-06-09
Add debug, fix multithreading issue
dec05eba
2018-06-08
Make connect asynchronous
dec05eba
2018-06-08
Add put method
dec05eba
2018-06-08
Fix send method when not using callback func
dec05eba
2018-06-08
Remove peer socket when disconnected
dec05eba
2018-06-07
Add bootstrap node, listen method
dec05eba
2018-06-06
Add bootstrap class (server)
dec05eba
2018-06-05
Fix test include path
dec05eba
[next]