aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* -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
|
* Merge branch 'master' of git+ssh://git.gnunet.org/gnunetMartin Schanzenbach2022-12-08
|\
| * - fixed dist buildt3sserakt2022-12-08
| |
| * Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2022-12-07
| |\
| * | - added configuration to be able to start executables on a router nodet3sserakt2022-12-07
| | | | | | | | | | | | - added barrier functionality
* | | BUILD: Add some helper scripts for release maintenanceMartin Schanzenbach2022-12-08
| |/ |/|
* | BUILD: Remove unused header from pkgconfig directory.v0.19.0Martin Schanzenbach2022-12-06
| |
* | -migrate meta data tests to FS. Fix BIO errorMartin Schanzenbach2022-12-06
| |
* | -fix more test issuesMartin Schanzenbach2022-12-06
| |
* | -fix test ftbfsMartin Schanzenbach2022-12-05
| |
* | BUILD: include generated major/minor/micro version in gnunet_config.hMartin Schanzenbach2022-12-05
| |
* | -fix old test file referenceMartin Schanzenbach2022-12-05
| |
* | BUILD: Improve extractor handling. Removed platform.h from includeMartin Schanzenbach2022-12-05
| | | | | | | | | | | | | | Extractor is not properly detected and GNUNET_FS_EXTRACTOR_ENABLED added to gnunet_config.h. platform.h is removed from $PREFIX/include as it must not be included by third parties anyway.
* | -more util include cleanupsMartin Schanzenbach2022-12-05
| |
* | -forgot distMartin Schanzenbach2022-12-04
| |
* | Large refactor in order to restore some sanity with respect to private ↵Martin Schanzenbach2022-12-04
| | | | | | | | defines used in headers
* | BUILD: Remove static_assert checkMartin Schanzenbach2022-12-04
| |
* | MYSQL: Improve header includes with respect to compat handlingMartin Schanzenbach2022-12-04
| | | | | | | | | | | | | | Move the gnunet_private_config.h-dependant compatibility fix into gnunet_mysql_compat.h which is only included by implementations. May be reused by external users of gnunet_my_lib.h but they should check their platform on which types to use.
* | -ftbfs fixMartin Schanzenbach2022-12-04
| |
* | -fixMartin Schanzenbach2022-12-04
| |