aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/multicast_api.c
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix leakChristian 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: guest_talk test; multicast: fix member_to_origin_resume()Gabor X Toth2014-07-24
|
* 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: reorg code, use new client manager & psyc util libGabor X Toth2014-05-29
|
* social: separate host/guest/place API; add missing method cb params; improve ↵Gabor X Toth2014-05-27
| | | | docs
* 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: in-order message deliveryGabor X Toth2014-05-06
|
* PSYC: in-order delivery of fragments; tests for large messagesGabor X Toth2014-03-12
| | | | | | | Cache message received fragments from multicast and deliver them in the correct order to clients. Test messages with large modifier and data payloads.
* 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.
* psyc: ipc messages, notify callback for modifiers, testsGabor X Toth2014-01-06
|
* psyc: ipc messagesGabor X Toth2014-01-06
|
* psyc: handling messages from multicast and passing them to clients; ↵Gabor X Toth2013-11-09
| | | | pause/resume fixes
* log msg and comment fixesGabor X Toth2013-11-09
|
* -doxygen fixesChristian Grothoff2013-10-18
|
* -fix ftbfsChristian Grothoff2013-10-11
|
* PSYC: master msg transmissionGabor X Toth2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* multicast: simplistic origin_to_all() code to be able to test the psyc serviceGabor X Toth2013-09-27
|
* multicast API: stop/resume transmissionGabor X Toth2013-09-25
|
* -more issues with multicast APIChristian Grothoff2013-09-21
|
* towards multicast IPC messagesChristian Grothoff2013-09-21
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* multicast: doc fixGabor X Toth2013-09-04
|
* multicast: renamed replay() to replay_response(), doc fixesGabor X Toth2013-09-03
|
* -harness for multicastChristian Grothoff2013-08-30