aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
Commit message (Collapse)AuthorAge
* 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
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* log msg and comment fixesGabor X Toth2013-11-09
|
* psycstore test homeGabor X Toth2013-11-09
|
* -doxygen fixesChristian Grothoff2013-10-18
|
* Fix psycstore tests to compileLRN2013-10-11
|
* PSYCstore: result_code arg for CountersCallbackGabor X Toth2013-10-10
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* psycstore: single counters function for master & slaveGabor X Toth2013-09-25
|
* psyc service skeletonGabor X Toth2013-09-16
|
* psycstore: use GNUNET_assert()Gabor X Toth2013-09-16
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* psycstore: fixing issues reported by static code analysisGabor X Toth2013-09-16
|
* psycstore tests configGabor X Toth2013-09-16
|
* PSYCstore service and API implementationGabor X Toth2013-09-16
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* Make psycstore.conf generatableLRN2013-09-08
|
* Remove static psycstore.confLRN2013-09-08
|
* psycstore: doc fixesGabor X Toth2013-09-03
|
* PSYCstore SQLite backend; API fixes/enhancementsGabor X Toth2013-09-03
|
* psycstore: sqlite pluginGabor X Toth2013-08-29
|
* psycstore service skeletonGabor X Toth2013-08-27