aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
Commit message (Collapse)AuthorAge
* Fix Python code: remove imports from `python-future`.Hartmut Goebel2019-03-10
| | | | | | | | I missed in 3d6ba937a5a5046b3d531c17691d5d1155daae71 that `future` also provides the modules `past` and `builtins`. Imports of `builtins` can simply be removed for Python-3-only code. `past.old_div` had to be replaces by the "old" div-operatot `//`, while `past.xrange` was unused.
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.
* util: futurize revocation/test_local_revocationng02019-02-12
| | | | Signed-off-by: ng0 <ng0@n0.is>
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* rename FORCESTART into IMMEDIATE_START (#4547b)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* AUTOSTART renamed into START_ON_DEMAND (#4547a)psyc://loupsycedyglgamf.onion/~lynX1984-04-04
|
* 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
|
* second batch complete. WE ARE AFFERO AGPL NOW!psyc://loupsycedyglgamf.onion/~lynX2018-06-06
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* style fixChristian Grothoff2018-06-05
|
* revocation: test_local_revocation: Adjust to flake8Nils Gillmann2018-05-23
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* +Nils Gillmann2018-05-19
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Switch to $GNUNET_TMP in all configuration files.Nils Gillmann2018-05-06
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* fix memory leakChristian Grothoff2018-01-04
|
* Asserts to track down a bugDavid Barksdale2017-11-05
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* porting gnunet-publish + others..Marcello Stanisci2017-03-16
|
* fix logging, immediately switch to full set transmission if other peer has 0 ↵Christian Grothoff2017-03-11
| | | | elements
* implement revocation block plugin, get revocation test to pass againChristian Grothoff2017-02-27
|
* include set size in result callback, needed by consensusFlorian Dold2017-02-27
|
* make test case run with both python2 and python3Florian Dold2017-02-26
|
* Fix an initialization warning (GCC bug 53119)Руслан Ижбулатов2017-02-25
|
* W32: cast ntohl() result to uint32_tРуслан Ижбулатов2017-02-25
| | | | W32 version of ntohl() returns u_long. Thank you, Microsoft!
* add set operation optionsFlorian Dold2017-02-23
|
* fix testcaseChristian Grothoff2017-02-18
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* converting nse to new service apiChristian Grothoff2016-09-20
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* convering more services to new core MQ APIChristian Grothoff2016-07-31
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* convering revocation_api.c to new MQ APIChristian Grothoff2016-06-20
|
* -fix gnunet-revocationChristian Grothoff2016-06-19
|
* 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
|
* .unix change to .sockJulien Morvan2015-08-06
|
* Fix segfault in handle_core_disconnectDavid Barksdale2015-07-27
| | | | | | | | | The handle_revocation_union_request code for creating a PeerEntry was not creating the MQ. Moved the duplicated code to it's own function and also created one for delete. Since the MQ was not created we get a segfault trying to destroy it in handle_core_disconnect.
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
|
* -eh, can happenChristian Grothoff2015-03-20
|
* -fix countingChristian Grothoff2015-03-20
|
* fix #3721Christian Grothoff2015-03-20
|
* -simplify logicChristian Grothoff2015-03-20
|
* -indentation and comment fixesChristian Grothoff2015-03-07
|
* -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