aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/psyc_api.c
Commit message (Collapse)AuthorAge
* externalizing secushare logicChristian Grothoff2019-02-11
|
* 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
|
* remove debug assertion; add debug outputlurchi2017-12-24
|
* mark channel as disconnectin when a part request is sent; cleanuplurchi2017-11-24
|
* Introduce PART/PART_ACK messages (tests will fail until multicast module is ↵lurchi2017-11-18
| | | | adapted, too)
* handle service disconnect without crashing if reconnect failsChristian Grothoff2017-10-29
|
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallbackChristian Grothoff2017-01-17
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* psyc,psycstore,social fixesGabor X Toth2016-09-22
|
* -proper checks for inbound messages being well-formedChristian Grothoff2016-08-27
|
* -fix leakChristian Grothoff2016-08-27
|
* psyc, socialGabor X Toth2016-08-19
|
* 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
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* fixesGabor X Toth2016-06-06
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* psyc/multicast: var namesGabor X Toth2016-01-15
|
* psycutil reorg: message, env, slicerGabor X Toth2016-01-12
|
* psyc/social: local join flag; social service: leave place, save _fileGabor X Toth2016-01-06
|
* psyc fixesGabor X Toth2015-09-26
|
* social: guest_enter_by_name(); zone_add_pkey(); join_msg fixesGabor X Toth2015-09-08
|
* psyc/social: get state from psycstoreGabor X Toth2015-08-28
|
* Remove this GNUNET_htonl_signed nonsenseDavid Barksdale2015-07-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* psyc/social: request history & state from psycstore; more documentation, ↵Gabor X Toth2015-05-07
| | | | tests, cleanup
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -support join_msg=NULL properlyChristian Grothoff2014-12-19
|
* psyc, psycstore: retrieve state and historyGabor X Toth2014-07-30
|
* psyc: membership storeGabor X Toth2014-07-27
|
* 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
|
* 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: message handler checksGabor X Toth2014-01-06
|
* psyc: ipc messages, notify callback for modifiers, testsGabor X Toth2014-01-06
|
* psyc: ipc messagesGabor X Toth2014-01-06
|
* -adding missing break statementsChristian Grothoff2013-12-05
|