summaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
Commit message (Collapse)AuthorAge
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* Use pkg-config to check for MHDDavid Barksdale2019-08-27
|
* 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