aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.c
Commit message (Collapse)AuthorAge
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* remove duplication MQ options, make conversation buildChristian Grothoff2019-07-17
|
* added per message GNUNET_MQ_PriorityPreferencest3sserakt2019-06-26
|
* fix #5608Christian Grothoff2019-02-25
|
* fix compiler warningsChristian Grothoff2019-01-18
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* change CADET channel destroy API to not call the callback if the client ↵Christian Grothoff2018-08-09
| | | | initiated the channel's destruction
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* delay cancelling listen operations to avoid rejecting operations before they ↵Christian Grothoff2017-10-04
| | | | had a chance to start, fixes misc. test case failures related to set
* fix uninit listener fieldChristian Grothoff2017-10-02
|
* disconnect CADET only after client count hits zeroChristian Grothoff2017-10-02
|
* set: add 'over' message, since cadet does not reliably detect channel ↵Florian Dold2017-06-11
| | | | termination
* renaming CADET APIs to match naming conventions again, now that the old ↵Christian Grothoff2017-03-13
| | | | symbols have been purged
* major clean up and bugfixes of SETChristian Grothoff2017-03-13
|
* de-duplicate operation typesChristian Grothoff2017-03-12
|
* cleaning up set handlers, eliminating 2nd level demultiplexing and improving ↵Christian Grothoff2017-03-11
| | | | use of types
* set: fix make checkFlorian Dold2017-02-28
|
* set profiler: allow variable element size via -w (width) optionFlorian Dold2017-02-28
|
* set: destroy client mq properlyFlorian Dold2017-02-28
|
* set: zero out listener to make tracking down bug easierFlorian Dold2017-02-28
|
* W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
| | | | W32 version of ntohl() returns u_long. Thank you, Microsoft!
* always send bigger set on full sendFlorian Dold2017-02-24
|
* add option parsingFlorian Dold2017-02-24
|
* minimal code cleanupChristian Grothoff2017-02-24
|
* implement union via sending whole setFlorian Dold2017-02-23
|
* append to TAIL of mutation list for processing in right orderChristian Grothoff2017-02-18
|
* fix crash issues in SETChristian Grothoff2017-02-17
|
* move SET to use new MQ API properlyChristian Grothoff2017-02-17
|
* first, very rough conversion of SET service to new cadet client API (fails ↵Christian Grothoff2017-02-16
| | | | tests, as before)
* migrate SET service to new SERVICE APIChristian Grothoff2017-02-16
|
* migrating set to new CADET port API - tests now fail due to CADET issuesChristian Grothoff2016-08-14
|
* - fix CADET-using servicesBart Polot2016-07-20
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* 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()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -fixChristian Grothoff2015-10-08
|
* add logic for strata compressionChristian Grothoff2015-10-08
|
* statistics in set profiler, temp. fix for saltFlorian Dold2015-10-07
|
* set statisticsFlorian Dold2015-10-07
|
* include element type in hashFlorian Dold2015-10-05
|
* work on consensus and setFlorian Dold2015-10-05
| | | | | | - evil peers for consensus - various fixes for consensus and set
* - another fix to generation handling and lazy copyingFlorian Dold2015-10-03
|
* SET service: accurate results for symmetric modeFlorian Dold2015-09-27
|
* work on CONSENSUS and SETFlorian Dold2015-09-22
| | | | | | - byzantine consensus work in progress - fix SET generation handling