aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/gnunet-service-multicast.c
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -do not modify 'const' argumentChristian Grothoff2014-12-20
|
* -support join_msg=NULL properlyChristian Grothoff2014-12-19
|
* -check connection state / rvalChristian Grothoff2014-12-19
|
* -fix leaks, check RVChristian Grothoff2014-12-19
|
* multicast: send join decision to remote peerGabor X Toth2014-07-25
|
* multicast: use cadet to contact remote peersGabor X Toth2014-07-25
|
* social: implement enter/leave/messaging; psyc: improvements and fixesGabor X Toth2014-07-23
| | | | | | | - social: implement enter/leave, send/receive messages, slicer - psyc, social: add struct GNUNET_PSYC_Message for single-fragment join messages - psyc: add message callback in addition to message part callback - client_manager, social, psyc, multicast: add disconnect callback
* PSYC(store), Multicast: use ECDSA slave/member keys; PSYC: add ↵Gabor X Toth2014-07-10
| | | | GNUNET_PSYC_message_create()
* psyc, multicast: join decision, testsGabor X Toth2014-05-26
|
* psyc, multicast: fixes, commentsGabor X Toth2014-05-23
|
* psyc, multicast: join decisionGabor X Toth2014-05-22
|
* multicast, psyc: client connections, join requestsGabor X Toth2014-05-17
|
* multicast: send messages between client lib & serviceGabor X Toth2014-05-13
|
* PSYC: implement slave to master requests, tests, fixes, reorgGabor X Toth2014-03-06
| | | | | Multicast lib: handle member to origin requests. Keep track of members and origins and call their callbacks when necessary.
* -harness for multicastChristian Grothoff2013-08-30