aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* Merge branch 'master' into dev/t3ss/tngt3sserakt2021-10-15
|\
| * removed versioned artefacts with v2 and v3. changes to reflect the changes ↵t3sserakt2021-10-14
| | | | | | | | in testing_api_loop.c
| * BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
| |
| * BUILD: Remove W32 ifdefMartin Schanzenbach2021-10-11
| |
| * -add first dhtu test skeletonChristian Grothoff2021-09-23
| |
* | - add generic topology configuration by filet3sserakt2021-10-07
|/ | | | | | | | | | | | | | | | | | | | | | | - cmd simple send using file configuration from file - added cmd to check the logs for backchannel encapsulation - added cmd which notifies the master loop of local loop being prepared to finish - added logging to helper.c - moved code from connecting peers cmd into global functions - added parameters given to the connecting peers cmd - added assertion when notifying the transport service about a new queue, if the communicator has no intial capacity - added optional valgrind cmd to test script - added flag für queues with unlimited length - added check for queues with higher priority - added attribute queue_capacity to struct Queue - bug fixing worker task for kce generation and transport notification about available queue in udp communicator - change value for unlimited queue length from 0 to UINT16_MAX in tcp communicator and service - added loop to stop the test system for the globally known peers in stop testsystem cmd - refactored endless growing array to handle further messages from the local loops, and added logic to handle the local test prepare msg - added utility methods in testing.c - added forwarding of all tests prepared msg in gnunet-cmds-helper.c - added cmd to end loop without shutdown - added without shutdown cmd to simple send testcase - added backchannel check, without shutdown and prepared cmd to udp backchannel testcase.
* -set return value following the current APIAlessio Vanni2021-09-07
|
* -indentationAlessio Vanni2021-09-07
|
* -Merge branch 'master' into dev/vanni/build-infoAlessio Vanni2021-09-07
|\
| * make backend-check a gnunet-only gnunet-config optionChristian Grothoff2021-09-05
| |
| * refactor gnunet-config to make preload hacks obsoleteChristian Grothoff2021-09-05
| |
| * -do load default configuration even if 'gnunet.conf' does not existChristian Grothoff2021-08-29
| |
| * use ISO 8609 / RFC 3339 timestamps for loggingFlorian Dold2021-08-28
| |
| * partial fix for problems raised by Alessio on the MLChristian Grothoff2021-08-28
| |
| * -fix minor memory leakChristian Grothoff2021-08-27
| |
| * -remove dead ats-tests, fix strange Debian build issuesChristian Grothoff2021-08-24
| |
| * -fix indentationChristian Grothoff2021-08-23
| |
| * -simplify libgnunetpq to only support single-threaded applications that do ↵Christian Grothoff2021-08-22
| | | | | | | | use the scheudler (when using event API)
| * -check return valuesChristian Grothoff2021-08-09
| |
| * -check return valuesChristian Grothoff2021-08-09
| |
| * -fix assertionChristian Grothoff2021-08-09
| |
| * -coverityMartin Schanzenbach2021-08-09
| |
| * -if check is redundantChristian Grothoff2021-08-08
| |
| * -various coverity fixesMartin Schanzenbach2021-08-08
| |
| * -fix memory leaksChristian Grothoff2021-08-03
| |
| * -config: allow empty config for @inline-secret@Florian Dold2021-07-31
| |
| * -config: initialize variableFlorian Dold2021-07-31
| |
| * config: handle syntax error instead of dereferencing NULL pointerFlorian Dold2021-07-30
| |
| * -rename plugin, otherwise plugin_test fails due to conflicting other plugin ↵Christian Grothoff2021-07-30
| | | | | | | | with the same prefix name
| * -fix spellingChristian Grothoff2021-07-30
| |
| * -fix return value of GNUNET_disk_globFlorian Dold2021-07-29
| |
| * config: restrict directives in files loaded via @inline-secret@Florian Dold2021-07-29
| |
| * do not warn when GNUNET_DISK_file_test can't access fileFlorian Dold2021-07-29
| | | | | | | | | | | | Callers already warn here. Warning if a file can't be found leads to output that's too verbose, as GNUNET_DISK_file_test isn't only called when we expect the file to exist.
| * config: prettier pretty printingFlorian Dold2021-07-29
| |
| * fall back to /etc for default configuration entry pointFlorian Dold2021-07-29
| |
| * -missing cosmetic newlinesFlorian Dold2021-07-28
| |
| * -fix memleakFlorian Dold2021-07-28
| |
| * config: report stats for secret sectionsFlorian Dold2021-07-28
| |
| * config: extended diagnostics, import cycle detection, deterministic load orderFlorian Dold2021-07-28
| |
| * config: sort globbed filesFlorian Dold2021-07-28
| |
| * diagnostics mode for gnunet-configFlorian Dold2021-07-28
| |
| * -formatting / commentsFlorian Dold2021-07-28
| |
| * fall back to /etc if user config can't be foundFlorian Dold2021-07-28
| |
| * implement @inline-secret@ directiveFlorian Dold2021-07-28
| |
| * implement config inline globbingFlorian Dold2021-07-28
| |
| * config: resolve realpath of parent config file, fix docsFlorian Dold2021-07-26
| |
| * config: free real basepathFlorian Dold2021-07-26
| |
| * config: resolve realpath of base dir, not configFlorian Dold2021-07-26
| |
| * config: resolve symlinks for @INLINE@-ed filesFlorian Dold2021-07-26
| | | | | | | | Otherwise, relative includes won't work properly.
* | - Do not hardcode values in gnunet-configAlessio Vanni2021-07-25
| |