aboutsummaryrefslogtreecommitdiff
path: root/src/multicast/multicast_api.c
Commit message (Collapse)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* introduce part request / part ack messages (for leaving multicast groups) ↵lurchi2017-11-24
| | | | and related fixes
* replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallbackChristian Grothoff2017-01-17
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* multicast, psyc, social: wait till last message sent before disconnectGabor X Toth2016-08-17
|
* psyc, social: switch to MQGabor X Toth2016-08-17
|
* multicast: switch to MQGabor X Toth2016-08-04
|
* multicast: switch to MQGabor X Toth2016-08-03
|
* social: allow multiple calls to disconnect(), rest: handle warningsCarlo von lynX2016-07-30
|
* fixed use after free and several printf warningsCarlo von lynX2016-07-28
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* fixesGabor X Toth2016-06-06
|
* social: relay msgs; psyc: slicer api; multicast: reset fragment_offsetGabor X Toth2016-01-26
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* psyc/multicast: var namesGabor X Toth2016-01-15
|
* multicast/psyc/social: message acks & schedulingGabor X Toth2015-09-27
|
* multicast: removed replay cancellation as responses are limitedGabor X Toth2015-09-26
|
* multicast: removed membership test callback as clients check that already ↵Gabor X Toth2015-09-26
| | | | during join & replay
* psyc fixesGabor X Toth2015-09-26
|
* multicast: doc formattingGabor X Toth2015-09-26
|
* multicast: replayGabor X Toth2015-09-26
|
* multicast testsGabor X Toth2015-09-13
|
* social: guest_enter_by_name(); zone_add_pkey(); join_msg fixesGabor X Toth2015-09-08
|
* multicast, psyc, psycstore, client_manager fixesGabor X Toth2015-09-05
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* doc fixGabor X Toth2015-05-07
|
* -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