aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | fix event loop subscriptions on DB reconnectChristian Grothoff2021-11-25
| |/ |/|
* | subscribes are not reference counted by postgres, only subscribe/unsubscribe ↵Christian Grothoff2021-11-17
| | | | | | | | once per connection
* | -fixes memory leaks with message body decodingTheJackiMonster2021-11-15
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | -indentChristian Grothoff2021-11-15
| |
* | -minor code cleanupChristian Grothoff2021-11-13
| |
* | -add gns record plugin for messenger room entriesTheJackiMonster2021-11-13
|/ | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* - Added broadcast test case. changed transport_api_cmd_start_peer.c to be ↵t3sserakt2021-11-13
| | | | configure to use broadcast or not. Changed transport_api_cmd_send_simple.c to use map of connected peers. Fixed bugs in service and udp communicator.
* - added missing netjail_exec.sh in contrib/Makefile.amt3sserakt2021-11-09
|
* - using switch statement to identify different helper messagest3sserakt2021-11-09
|
* Merge branch 'master' into dev/t3ss/tngt3sserakt2021-11-09
|\
| * -better loggingChristian Grothoff2021-11-06
| |
| * -style fixesChristian Grothoff2021-11-01
| |
| * -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.
| * add logging for DB perf analysisChristian Grothoff2021-10-28
| |
| * debian: fix path againFlorian Dold2021-10-25
| |
| * debian: fix libexec pathFlorian Dold2021-10-25
| |
| * -cleanupChristian Grothoff2021-10-25
| |
| * -mailmapMartin Schanzenbach2021-10-23
| |
| * -style fixesChristian Grothoff2021-10-23
| |
| * -remove test script for nowMartin Schanzenbach2021-10-22
| |
| * -fix linker issue on DebianChristian Grothoff2021-10-22
| |
| * kdf: zero out salt correctlyFlorian Dold2021-10-19
| |
| * make KDF conform to RFC 5869Florian Dold2021-10-19
| |
* | - moved global netjail methods to its own header file.dev/t3ss/tngt3sserakt2021-11-09
| | | | | | | | | | | | - added configuration by string in test skript instead of config file. - moved netjail scripts to contrib/netjail and install them into the share/gnunet directory.
* | - fixed coverity issuest3sserakt2021-10-28
| |
* | changes to reflect the changes in testing_api_loop.ct3sserakt2021-10-25
| |
* | 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
| * -cleanupMartin Schanzenbach2021-10-13
| |
| * BUILD: Kill infinibandMartin Schanzenbach2021-10-12
| |
| * BUILD: Attempt fix longer file names in make distMartin Schanzenbach2021-10-12
| |
| * BUILD: Remove --disable-mysql-version-check. #7033Martin Schanzenbach2021-10-11
| |
| * BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
| |
| * BUILD: Remove W32 ifdefMartin Schanzenbach2021-10-11
| |
| * BUILD: Remove EXPENSIVE_TESTS (unused). Issue #7033Martin Schanzenbach2021-10-11
| |
| * BUILD: Remove SuperMUC code. Issue #7033Martin Schanzenbach2021-10-11
| |
| * -add testing.h to make distv0.15.4-alpha.2Christian Grothoff2021-10-10
| |
| * -make check/dist ftbfs fix. needs filev0.15.4-alpha.1Martin Schanzenbach2021-10-10
| |
| * -fallback to .version file outside of gitMartin Schanzenbach2021-10-09
| |
| * -trim properlyMartin Schanzenbach2021-10-09
| |
| * -fix trMartin Schanzenbach2021-10-09
| |
| * -bashismMartin Schanzenbach2021-10-09
| |
| * -exec flagMartin Schanzenbach2021-10-09
| |
| * BUILD: Add version from git tagsMartin Schanzenbach2021-10-09
| |
| * -dceChristian Grothoff2021-10-08
| |
| * -clean up testing-NG finish logicChristian Grothoff2021-10-08
| |
| * fix #7029Christian Grothoff2021-10-06
| |
| * Fix some typos in the handbookYujiri2021-10-06
| |
| * -fix FTBFSChristian Grothoff2021-10-06
| |