aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2023-01-18
|\
| * -fix memory leak in test case (#7590)Christian Grothoff2023-01-17
| |
| * bio: fix memory leak (#7590)Christian Grothoff2023-01-16
| |
| * fix compilation with big endianDaniel Golle2023-01-13
| | | | | | | | | | | | | | | | The #if in gnunet_common.h is in the wrong spot. Move it to where it should be. Patch submitted by Rosen Penev <rosenp@gmail.com> to OpenWrt packages repository.
| * Mysql: version check was wrongChristian Grothoff2023-01-11
| |
| * -be more careful about comments in macrosChristian Grothoff2023-01-11
| |
| * -fix include orderChristian Grothoff2023-01-11
| |
| * -fix syntax errorChristian Grothoff2023-01-11
| |
| * PQ: use exponential back-off when reconnecting to the database to listen on ↵Christian Grothoff2023-01-09
| | | | | | | | events
| * REST: Use more recent _POSIX_LOGIN_NAME_MAX for portability. Fixes #7557Martin Schanzenbach2023-01-09
| |
* | TNG: Changed the format of the interface names to make miniupnpd happy.t3sserakt2023-01-18
| |
* | TNG: miniupnpd only works with public IP addresses.t3sserakt2023-01-18
| |
* | TNG: Added script running miniupnpd on a router node for the nat upnp test case.t3sserakt2023-01-18
| |
* | TNG: Added topology file for nat upnp test case.t3sserakt2023-01-18
|/
* REGEX: Fix tests missing link against libgnunetstatisticsMartin Schanzenbach2023-01-07
|
* - relsoved an coverity issue, worked on fixmes, code documentation and ↵t3sserakt2023-01-06
| | | | cleaned up up the barrier API
* PEERSTORE: Stop installing gnunet-peerstore binary that does not do anything.Martin Schanzenbach2023-01-05
|
* GNS: Add a BCD service configuration for ARM as it now lives under libexec.Martin Schanzenbach2023-01-05
|
* BUILD: Properly set installation directories for gnunet-suidfix and gnunet-bcdMartin Schanzenbach2023-01-05
|
* REGEX: Do not link internal libraries into .lasMartin Schanzenbach2023-01-05
| | | | | Instead, actually include the source files in SOURCES. This may result in longer compile times, but it makes more sense to the linker.
* - move from libexec to noinstMartin Schanzenbach2023-01-05
|
* BUILD: Move undocumented programs and scritps to libexec. Issue #7543Martin Schanzenbach2023-01-05
| | | | | Those binaries should not really be called directly and are poorly documented (no man pages).
* GNSRECORD/UTIL: Move test vector generation binaries to libexecMartin Schanzenbach2023-01-05
| | | | | Those are not really user-facing programs and not fully documented (i.e. no man pages) so they should go into libexec.
* REGEX: Fix build with recent llvm/clang. Fixes #7550Martin Schanzenbach2023-01-05
| | | | | | | Patch by Bo98 on github: https://github.com/Homebrew/homebrew-core/pull/113789#issuecomment-1288125182 Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* -do not track block type header in gitv0.19.1Martin Schanzenbach2022-12-28
|
* -typoChristian Grothoff2022-12-26
|
* -DHT: call try_connect also on already connected peers, just in case address ↵Christian Grothoff2022-12-26
| | | | changed
* DHT: call try_connect also on already connected peers, just in case address ↵Christian Grothoff2022-12-26
| | | | changed
* DHT: adjust BF size to actual neighbour set sizeChristian Grothoff2022-12-26
|
* -rename to deconfuse Martin about which block type is actually used these ↵Christian Grothoff2022-12-24
| | | | days, hopefully
* -add stdbool.h as header required for multiple public functionsTheJackiMonster2022-12-16
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Fix includes in messenger service headerTheJackiMonster2022-12-16
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -TestState can become privateMartin Schanzenbach2022-12-14
|
* -more namespace cleanup and comments regarding APIMartin Schanzenbach2022-12-13
|
* -rename private structs; fix pointerMartin Schanzenbach2022-12-13
|
* - refactored barrier header, fixed messages for barrier signalingt3sserakt2022-12-13
|
* GNS: Do not autogenerate flagsMartin Schanzenbach2022-12-10
|
* -fix memory corruptionMartin Schanzenbach2022-12-10
|
* -minor debuggingMartin Schanzenbach2022-12-10
|
* TESTING: Fix NP derefMartin Schanzenbach2022-12-09
|
* -ftbfsMartin Schanzenbach2022-12-09
|
* TESTING: Various notes on APIMartin Schanzenbach2022-12-09
|
* TESTING: Fix TESTING-NG API to follow naming conventionsMartin Schanzenbach2022-12-09
| | | | | | | | Rename structs and functions to follow GNUnet naming conventions. Some structs may actually also be private, a review is necessary. The barrier API was modified in order to untangle Barriers and lists of Barriers. This is a rough draft, it needs fixes wrt memory leaks.
* UTIL: Fix regression regarding C++ compatibilityMartin Schanzenbach2022-12-09
|
* TESTING: Sanitize API. Add new GNUNET_TESTING_command_new APIMartin Schanzenbach2022-12-08
| | | | | | | This commit changes the label member of GNUNET_TRANSPORT_Command to a static, fixed length buffer allocated with the struct itself. The check for the end of a command array should be done by checking the run command instead of the label.
* -more fixmes, minor const fixMartin Schanzenbach2022-12-08
|
* -more fixmesMartin Schanzenbach2022-12-08
|
* -added some fixmes to testing api wrt missing documentation and api designMartin Schanzenbach2022-12-08
|
* -minorMartin Schanzenbach2022-12-08
|
* TESTING: Properly handle label allocationsMartin Schanzenbach2022-12-08
|