Age | Commit message (Expand) | Author |
13 days | fix compilation with big endian | Daniel Golle |
2022-12-16 | -add stdbool.h as header required for multiple public functions | TheJackiMonster |
2022-12-05 | -more util include cleanups | Martin Schanzenbach |
2022-12-04 | BUILD: Remove static_assert check | Martin Schanzenbach |
2022-12-04 | BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c... | Martin Schanzenbach |
2022-12-01 | BUILD: Improve platform-specific includes | Martin Schanzenbach |
2022-10-03 | -DOC: Documentation cleanup pass through rest of UTIL libraries | Willow Liquorice |
2022-08-21 | DOC: Major doxygen organisation work, upgraded config, updated logo | Willow Liquorice |
2022-02-25 | add GNUNET_B2S() macro; fix dht_line_test: we sign over query_hash, not block... | Christian Grothoff |
2021-09-19 | -BUILD: Fix bswap portability | Martin Schanzenbach |
2021-09-10 | Include "gettext.h" even when "platform.h" is unavailable | Alessio Vanni |
2021-08-31 | Flip the value of GNUNET_EXTRA_LOGGING given when it's undefined | Alessio Vanni |
2021-08-31 | -More _ → dgettext changes | Alessio Vanni |
2021-08-28 | partial fix for problems raised by Alessio on the ML | Christian Grothoff |
2021-08-05 | -move pop to not break gcc | Christian Grothoff |
2021-08-04 | do not generate tautological comparisson warnings for assertions (if gcc/clan... | Christian Grothoff |
2021-07-24 | early draft for libgnunetpq event notification support | Christian Grothoff |
2021-07-05 | - do not include in platform | Martin Schanzenbach |
2021-06-28 | BUILD: Fix bswap portability | Martin Schanzenbach |
2021-01-28 | implement #6716 | Christian Grothoff |
2020-12-25 | bump version | Christian Grothoff |
2020-12-19 | change GNUNET_DISK_fn_write() to always do atomic writes and to NOT overwrite... | Christian Grothoff |
2020-11-14 | misc spelling issues | Christian Grothoff |
2020-10-13 | enable more format string warnings | Christian Grothoff |
2020-08-12 | fix: GNUNET_is_zero(ptr) should return enum GNUNET_GenericReturnValue. Fixes ... | Martin Schanzenbach |
2020-07-27 | use better return type | Christian Grothoff |
2020-07-18 | merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 | Christian Grothoff |
2020-07-05 | GNUNET_free_non_null -> GNUNET_free | Christian Grothoff |
2020-07-02 | try to fix #6419: | Christian Grothoff |
2020-04-30 | stylefix | Christian Grothoff |
2020-04-21 | defining GNUNET_array_concatenate() for #6190 | Christian Grothoff |
2020-04-21 | fix #6189 | Christian Grothoff |
2020-04-21 | make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ... | Christian Grothoff |
2020-04-17 | add GNUNET_freez for #6186 | Christian Grothoff |
2020-04-11 | fix static assert FTBFS with older gcc | Christian Grothoff |
2020-04-08 | introduce enum for generic return values | Christian Grothoff |
2020-04-08 | add GNUNET_static_assert() | Christian Grothoff |
2020-04-03 | bad sizeof | Christian Grothoff |
2020-04-03 | adding a GNUNET_memcmp_priv for constant-time comparing of data; fixes #6152 ... | Christian Grothoff |
2020-04-03 | fix #6153 | Christian Grothoff |
2020-01-18 | include mandatory includes | Christian Grothoff |
2019-12-25 | replace expensive function call with macro for trivial calculation | Christian Grothoff |
2019-11-29 | document rval | Christian Grothoff |
2019-11-24 | fix pointer indentation | Christian Grothoff |
2019-10-31 | tighten formatting rules | Christian Grothoff |
2019-10-05 | global reindent, now with uncrustify hook enabled | Christian Grothoff |
2019-09-10 | remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ... | ng0 |
2019-09-08 | uncrustify as demanded. | ng0 |
2019-09-06 | first step to remove plibc | ng0 |
2019-06-18 | fix NPEs, off-by-one, etc | Christian Grothoff |