aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
Commit message (Collapse)AuthorAge
* -separate mysql plugin build from sqlite, FTBFS so not active for nowChristian Grothoff2016-07-06
|
* fix leak memoryChristophe Genevey Metat2016-07-06
|
* psycstore mysql pluginChristophe Genevey Metat2016-07-04
|
* use c99Christian Grothoff2016-06-20
|
* use 'static' where applicableChristian Grothoff2016-05-06
|
* fix compiler warningsChristian Grothoff2016-05-06
|
* fixing compiler warningsChristian Grothoff2016-05-06
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* social: relay msgs; psyc: slicer api; multicast: reset fragment_offsetGabor X Toth2016-01-26
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* psycutil reorg: message, env, slicerGabor X Toth2016-01-12
|
* psyc/social: local join flag; social service: leave place, save _fileGabor X Toth2016-01-06
|
* multicast/psyc/social: message acks & schedulingGabor X Toth2015-09-27
|
* psycstore: add fragment_limit arg for message_getGabor X Toth2015-09-26
|
* 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
|
* psyc: add STATE_MODIFY flag during transmitGabor X Toth2015-09-05
|
* social: watch modifiersGabor X Toth2015-09-04
|
* psyc/social: get state from psycstoreGabor X Toth2015-08-28
|
* -do not run test without sqliteChristian Grothoff2015-07-27
|
* Patch from Daniel Golle <daniel@makrotopia.org> on Sun 26 Jul 2015:Jeff Burdges2015-07-27
| | | | | | | r36102 moved psyc_util_lib.c from src/psyc to src/psycstore Reflect that change in po/POTFILES.in and in psyc_util_lib.c
* Move libgnunetpsycutil.la to psycstoreDavid Barksdale2015-07-19
| | | | | This solves a circular dependency between psyc and psycstore.
* psyc/store: apply state modifiersGabor X Toth2015-07-18
|
* psycstore: doc formattingGabor X Toth2015-07-18
|
* 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
|
* -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
* -check RVChristian Grothoff2014-12-19
|
* -fix leaks, use asprintfChristian Grothoff2014-12-19
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* -remve legacy optionChristian Grothoff2014-09-05
|
* 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
|
* psycstore: add option to perform membership test when retrieving fragment or ↵Gabor X Toth2014-07-27
| | | | message
* social,psycstore: fix tests linking/debugGabor X Toth2014-07-24
|
* test_plugin_psycstore: use ecdsa keys where appropriateGabor X Toth2014-07-24
|
* test_psycstore: use ecdsa keys where appropriateGabor X Toth2014-07-24
|
* PSYC(store), Multicast: use ECDSA slave/member keys; PSYC: add ↵Gabor X Toth2014-07-10
| | | | GNUNET_PSYC_message_create()
* add social serviceGabor X Toth2014-05-27
|
* psyc: in-order message deliveryGabor X Toth2014-05-06
|
* 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&#'
* Add hostname to psycstore.conf (required on W32)LRN2013-12-08
|