aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
Commit message (Collapse)AuthorAge
* 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
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -staticChristian Grothoff2014-12-20
|
* -and this is why the NULL comes FIRSTChristian Grothoff2014-12-19
|
* -support join_msg=NULL properlyChristian Grothoff2014-12-19
|
* -check RVChristian Grothoff2014-12-19
|
* -fix leaks, check RVChristian Grothoff2014-12-19
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -add missing breakChristian Grothoff2014-10-05
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* Missing separatorBruno Cabral2014-08-02
|
* psyc, psycstore: operation result max error sizeGabor X Toth2014-07-31
|
* psyc, psycstore: retrieve state and historyGabor X Toth2014-07-30
|
* psyc: membership storeGabor X Toth2014-07-27
|
* psyc: multicast callbacks for membership test and fragment/message replayGabor X Toth2014-07-27
|
* multicast: use cadet to contact remote peersGabor X Toth2014-07-25
|
* psyc,social: fix linking for testsGabor X Toth2014-07-24
|
* psyc: fix timing-related test failureGabor X Toth2014-07-24
|
* multicast,psyc,social: remove DEBUG #defines from tests to keep `make check` ↵Gabor X Toth2014-07-24
| | | | working
* 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()
* - Convince 'make -j 10' to work nicely.Bart Polot2014-07-03
|
* -doxygen fixesChristian Grothoff2014-06-07
|
* psyc, multicast: reorg code, use new client manager & psyc util libGabor X Toth2014-05-29
|
* PSYC util lib: receiving/transmitting/logging PSYC messagesGabor X Toth2014-05-29
|
* multicast: run testing peerGabor X Toth2014-05-27
|
* add social serviceGabor X Toth2014-05-27
|
* 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
|
* -fix build issuesChristian Grothoff2014-04-08
|
* PSYC: some code cleanupGabor X Toth2014-03-13
|
* PSYC: message types, documentationGabor X Toth2014-03-13
|
* 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.
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* 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
|
* Add hostname and port to psyc.conf (required on W32)LRN2013-12-08
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* -adding missing break statementsChristian Grothoff2013-12-05
|