aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* -fixed problem of uninitialized memory by not using itTheJackiMonster2021-11-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -initialize memory with zeroesTheJackiMonster2021-11-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -indentChristian Grothoff2021-11-22
|
* -indentChristian Grothoff2021-11-22
|
* -fixesChristian Grothoff2021-11-22
|
* -fixesChristian Grothoff2021-11-22
|
* update FR translationChristian Grothoff2021-11-21
|
* -fix rtypeChristian Grothoff2021-11-21
|
* -avoid warningsChristian Grothoff2021-11-21
|
* update fr.poChristian Grothoff2021-11-20
|
* Convert AC_HELP_STRING to AS_HELP_STRINGThien-Thi Nguyen2021-11-20
| | | | | | | | | | | | | | This is a straightforward replacement prompted by a warning from newer versions of Autoconf. IWBN to upstream some of these changes. * m4/as-auto-alt.m4 (--with-autoconf) (--with-autoheader, --with-automake, --with-aclocal): ...here. * m4/libcurl.m4 (--with-libcurl): Likewise. * m4/libgcrypt.m4 (--with-libgcrypt-prefix): Likewise. * m4/libgnurl.m4 (--with-libgnurl): Likewise. * m4/threadlib.m4 (--enable-threads, --disable-threads): Likewise.
* Convert indirect ‘AC_CHECK_FUNCS’ call to direct oneThien-Thi Nguyen2021-11-20
| | | | | | | | Later versions of Autoconf emit a warning about this. * configure.ac (funcstocheck): Convert shell var assignment to ‘AC_CHECK_FUNCS’ call. In later ‘AC_CHECK_FUNCS’ call, remove reference to ‘$funcstocheck’.
* Remove unnecessary double-quotes escapingThien-Thi Nguyen2021-11-20
| | | | | * configure.ac [user setup]: ...here, from "USERNAME". Later versions of Autoconf emit a warning about this.
* Remove m4-quoting from AC_CHECK_FUNCS argThien-Thi Nguyen2021-11-20
| | | | | * configure.ac (AC_CHECK_FUNCS): ...here. Later versions of Autoconf emit a warning about this.
* -fix missing join messages in known roomsTheJackiMonster2021-11-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -fix missing own member session during room openingTheJackiMonster2021-11-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2021-11-19
|\
| * -forward stored message to client api handlerTheJackiMonster2021-11-19
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * -running messenger service as user to pick identities correctlyTheJackiMonster2021-11-18
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * -writing identity keys to buffer consistentlyTheJackiMonster2021-11-18
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * 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>
* | - Fixed header, fixed log level, changed block until connect logic, fixed ↵t3sserakt2021-11-19
|/ | | | memory issues.
* - 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
| |