aboutsummaryrefslogtreecommitdiff
path: root/src/social
Commit message (Collapse)AuthorAge
...
* cmdline usability for gnunet-socialCarlo von lynX2016-05-08
|
* social cliGabor X Toth2016-05-06
|
* social: cli optionsGabor X Toth2016-05-06
|
* social: fix compiler warningsGabor X Toth2016-05-06
|
* fix #4493Christian Grothoff2016-05-06
|
* social cliGabor X Toth2016-05-05
|
* social cliGabor X Toth2016-05-05
|
* social: app connected callbackGabor X Toth2016-05-05
|
* parsing parameters for gnunet-social.c a bitCarlo von lynX2016-05-03
|
* make gnunet-social.c build: resolve listen() collisionCarlo von lynX2016-05-03
|
* gnunet-social cliGabor X Toth2016-05-03
|
* more psycey method names in test_social.cCarlo von lynX2016-05-03
|
* 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: todoGabor X Toth2016-03-07
|
* social test fixGabor X Toth2016-03-07
|
* social: AppPlaceState docGabor X Toth2016-02-21
|
* social: relay + save docGabor X Toth2016-02-21
|
* typoCarlo von lynX2016-02-10
|
* let's call it _notice_place_closingCarlo von lynX2016-02-10
|
* social: api, docGabor X Toth2016-02-01
|
* social api: some missing bitsGabor X Toth2016-01-27
|
* social: save fileGabor X Toth2016-01-27
|
* social: relay msgs; psyc: slicer api; multicast: reset fragment_offsetGabor X Toth2016-01-26
|
* psycutil: slicer callback argsGabor X Toth2016-01-26
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* social: set/clear msg proc flagsGabor X Toth2016-01-15
|
* psycutil reorg: message, env, slicerGabor X Toth2016-01-12
|
* social: compile fixGabor X Toth2016-01-11
|
* psyc/social: local join flag; social service: leave place, save _fileGabor X Toth2016-01-06
|
* social: API changes for application connections: store/load app ↵Gabor X Toth2015-12-17
| | | | subscriptions to places
* social: store/load entered places & notify clients about themGabor X Toth2015-11-18
|
* free fixGabor X Toth2015-09-30
|
* multicast/psyc/social: message acks & schedulingGabor X Toth2015-09-27
|
* multicast testsGabor X Toth2015-09-13
|
* social: guest_enter_by_name(); zone_add_pkey(); join_msg fixesGabor X Toth2015-09-08
|
* social: advertise; farewell fixGabor X Toth2015-09-08
|
* social: farewellGabor X Toth2015-09-05
|
* social: watch modifiersGabor X Toth2015-09-04
|
* psyc/social: get state from psycstoreGabor X Toth2015-08-28
|
* Remove this GNUNET_htonl_signed nonsenseDavid Barksdale2015-07-19
|
* Move libgnunetpsycutil.la to psycstoreDavid Barksdale2015-07-19
| | | | | This solves a circular dependency between psyc and psycstore.
* 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
* -use staticChristian Grothoff2014-12-19
|
* -fix leaksChristian Grothoff2014-12-19
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly