aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* DOC: Add long overdue DHT man pages.Martin Schanzenbach2023-01-05
|
* PEERSTORE: Stop installing gnunet-peerstore binary that does not do anything.Martin Schanzenbach2023-01-05
|
* DOC: Add gnunet-did manpage. Issue #7543Martin Schanzenbach2023-01-05
|
* GNS: Add a BCD service configuration for ARM as it now lives under libexec.Martin Schanzenbach2023-01-05
|
* DOC: Install gnunet-testing manpage.Martin Schanzenbach2023-01-05
|
* BUILD: Properly set installation directories for gnunet-suidfix and gnunet-bcdMartin Schanzenbach2023-01-05
|
* DOC: Update to most recent handbookMartin 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.
* - po updateMartin Schanzenbach2023-01-05
|
* BUILD: gnunet-suidfix into libexecMartin Schanzenbach2023-01-05
|
* BUILD: Clean documentation before rebuilding from bootstrapMartin Schanzenbach2023-01-05
|
* - 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.
* - bump handbookMartin Schanzenbach2023-01-05
|
* 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>
* DOC: Update handbook and properly reset on bootstrapMartin Schanzenbach2022-12-30
|
* DIST: Do not install legacy iconsMartin Schanzenbach2022-12-30
|
* - housekeeping, forgotten for 0.19.1Martin Schanzenbach2022-12-29
|
* -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
|
* -update ganaChristian 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
|
* TESTING: The testing API should properly take strings as constMartin Schanzenbach2022-12-08
| | | | | | | | | Strings passed to the API should either be const and copied, or handled by the caller and free'd. Looking at the transport tests currently neither is happening. The strings are probably safer but definitely leaked. Changed the API to use "const" strings. Users of the testing API must define functions that copy (and free!) strings accordingly.
* - add indent to HTML outputMartin Schanzenbach2022-12-08
|
* -forgot to add fileMartin Schanzenbach2022-12-08
|
* BUILD: Add functionality to generate changes in plain text and HTMLMartin Schanzenbach2022-12-08
|