aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
Commit message (Collapse)AuthorAge
...
* psycstore: add postgres database pluginDaniel Golle2016-09-30
| | | | | botched up based on mysql plugin. still mostly untested...
* psyc,psycstore,social: switch to SERVICE APIGabor X Toth2016-09-24
|
* psycstore: switch to SERVICE APIGabor X Toth2016-09-24
|
* psycstore-mysql: remove filename config optionGabor X Toth2016-09-22
|
* psycstore/mysql: check return valuesGabor X Toth2016-09-22
|
* psyc,psycstore,social fixesGabor X Toth2016-09-22
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* psyc, social: switch to MQGabor X Toth2016-08-17
|
* psycstore: switch to MQGabor X Toth2016-08-04
|
* leaks & warnsCarlo von lynX2016-08-03
|
* fix fragment_select functionChristophe Genevey Metat2016-07-29
|
* fix message_add_flags functionChristophe Genevey Metat2016-07-29
|
* fix fragment_row functionChristophe Genevey Metat2016-07-29
|
* fix fragment_get functionChristophe Genevey Metat2016-07-29
|
* fixed use after free and several printf warningsCarlo von lynX2016-07-28
|
* fix fragment_store functionChristophe Genevey Metat2016-07-28
|
* start to fix fragment_get functionChristophe Genevey Metat2016-07-27
|
* fix mysql_prepare functionChristophe Genevey Metat2016-07-22
|
* fix mysql_prepare functionChristophe Genevey Metat2016-07-22
|
* start to fix psycstore mysqlChristophe Genevey Metat2016-07-20
|
* add configuration fileChristophe Genevey Metat2016-07-19
|
* start to fix psycstore mysqlChristophe Genevey Metat2016-07-18
|
* start to fix PSYCstore mysqlChristophe Genevey Metat2016-07-13
|
* -notes on issuesChristian Grothoff2016-07-13
|
* start to fix psycstore mysqlChristophe Genevey Metat2016-07-13
|
* fix MakefileChristophe Genevey Metat2016-07-12
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* plugin psycstore_mysqlChristophe Genevey Metat2016-07-08
|
* -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