aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
Commit message (Collapse)AuthorAge
* fix rest plugin buildSchanzenbach, Martin2019-04-03
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* resolve merge conflict with peerinfo plugin moveChristian Grothoff2018-08-14
|\
* | fix build order: peerinfo logic depending on transport must be in peerinfo-toolChristian Grothoff2018-08-11
|/
* 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
|
* peerinfo-tool: flake8 adjustmentsNils Gillmann2018-05-22
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* Fix failing peerinfo testNils Gillmann2018-05-19
| | | | 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>
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* Still porting to new getopt API.Marcello Stanisci2017-03-15
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* even more .gitignore updatesChristian Grothoff2017-01-08
|
* remove legacy NAT library logic, or preserve if it might still be usefulChristian Grothoff2017-01-07
|
* - add subdirectory gitignore filesBart Polot2016-11-09
|
* avoid use of CLIENT_service_test which is dyingChristian Grothoff2016-10-23
|
* conver to new hello_get APIChristian Grothoff2016-07-30
|
* migrate transport_core API to MQChristian Grothoff2016-07-08
|
* update peerinfo API to use MQChristian Grothoff2016-06-24
|
* 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
|
* fix #3986Christian Grothoff2015-10-05
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -run gnunet-testing with proper -c flagChristian Grothoff2015-06-02
|
* -log more diagnosticsChristian Grothoff2015-05-18
|
* -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
* -fix warningChristian Grothoff2014-12-16
|
* -fix test: needs correct port in correct section of config fileChristian Grothoff2014-12-16
|
* -dead varsChristian Grothoff2014-12-14
|
* -fixing peerinfo part of #3559Christian Grothoff2014-12-14
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -cleanupChristian Grothoff2014-06-11
|
* -fix countingChristian Grothoff2014-06-11
|
* -fixing doxygen, indentationChristian Grothoff2014-06-09
|
* -fixing doxygen, indentationChristian Grothoff2014-06-09
|
* fix for bug #0003416: do not stop parsing uri when plugin is not foundMatthias Wachs2014-06-03
| | | | | - changed semantics for address generator cb: GNUNET_SYSERR indicates stop, >= 0 indicates bytes added
* fix: increase address counter only when address could be convertedMatthias Wachs2014-05-27
|
* new apiMatthias Wachs2014-05-19
|
* - rename also contents of config files, update config filesBart Polot2014-05-07
|
* -fix linkage issue that could cause a transport service crash on exit for ↵Christian Grothoff2014-03-07
| | | | certain NAT configurations
* Update peerinfo tool test after r32025 changed the outputLRN2014-02-04
|
* 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&#'
* added check if service is runningMatthias Wachs2014-01-24
|