aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* -fix ftbfs:v0.15.4-beta.0Christian Grothoff2021-11-28
| | | | |
* help fixing #7105Christian Grothoff2021-11-25
|
* Merge branch 'dev/vanni/bcd-new'Alessio Vanni2021-11-25
|\
| * -mallinfo is deprecated in favour of mallinfo2Alessio Vanni2021-11-21
| |
| * Allow gnunet-qr to read codes from PNG picturesAlessio Vanni2021-11-21
| |
* | add pk invariant checkChristian Grothoff2021-11-25
| |
* | -fixesChristian Grothoff2021-11-22
|/
* -minor code cleanupChristian Grothoff2021-11-13
|
* Merge branch 'master' into dev/t3ss/tngt3sserakt2021-11-09
|\
| * -cleanupChristian Grothoff2021-11-01
| |
| * -fix subtle bug in GNUNET_CONFIGURATION_defaultAlessio Vanni2021-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently this was there since the beginning and it wasn't caught earlier merely due to a coincidence. Basically, it was looking at the caller's values instead of GNUnet's and even when I used this function in personal projects, it just happened that I was calling this function before setting the new project data, so the two environments ended up being the same. It didn't cause any issues because it was still returning GNUnet's own configuration, meaning everything else worked as expected, but naturally if one were to move the call later on it would break. Also add a comment to answer the FIXME.
| * -style fixesChristian Grothoff2021-10-23
| |
| * kdf: zero out salt correctlyFlorian Dold2021-10-19
| |
| * make KDF conform to RFC 5869Florian Dold2021-10-19
| |
* | 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
| |