Age | Commit message (Collapse) | Author | |
---|---|---|---|
78 min. | BUILD: meson configuration files | Martin Schanzenbach | |
9 hours | BUILD: Towards libgnunet build | Martin Schanzenbach | |
25 hours | BUILD: Add more subsystems to meson build | Martin Schanzenbach | |
2022-12-24 | -rename to deconfuse Martin about which block type is actually used these ↵ | Christian Grothoff | |
days, hopefully | |||
2022-12-04 | UTIL: Allow only inlcusion of util glib-style. | Martin Schanzenbach | |
2022-12-04 | BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵ | Martin Schanzenbach | |
gnunet_private_config.h insanity | |||
2022-10-03 | -DOC: Documentation cleanup pass through CADET subsystem | Willow Liquorice | |
2022-10-03 | -DOC: Minor fixes to doc comments (mostly correcting typos) to resolve ↵ | Willow Liquorice | |
'unknown command' warnings | |||
2022-10-03 | -DOC: Numerous small fixes to clean up short warning categories | Willow Liquorice | |
2022-09-26 | -changelog housekeeping; various build cleanupsv0.17.6 | Martin Schanzenbach | |
2022-08-30 | -Second pass through CADET | Willow Liquorice | |
2022-08-30 | -DOC: First pass of new workflow over CADET subsystem. | Willow Liquorice | |
2022-08-21 | DOC: Initial work in CADET towards removing redundant doc comments. | Willow Liquorice | |
2022-07-07 | implemented new DHT path signing with origin authentication | Christian Grothoff | |
2022-01-09 | DHT: modify API and protocol messages to add path signatures, except for now ↵ | Christian Grothoff | |
the actual signatures are just placeholders (signing and signature verification are missing) | |||
2021-10-11 | BUILD: Remove --disable-testing. Issue #7033 | Martin Schanzenbach | |
2021-05-15 | -coverity: use after free | Martin Schanzenbach | |
2021-04-28 | - fix misc typos | Christian Grothoff | |
2021-04-26 | -fix many more typos | Christian Grothoff | |
2021-04-26 | -fix typos | Christian Grothoff | |
2021-03-26 | -fixing memleaks and nptr derefs | Martin Schanzenbach | |
2021-03-26 | -more coverity | Martin Schanzenbach | |
2020-11-13 | -warnings mostly format | Martin Schanzenbach | |
2020-10-16 | -fix warnings except rps mess | Martin Schanzenbach | |
2020-08-12 | fix: GNUNET_is_zero(ptr) should return enum GNUNET_GenericReturnValue. Fixes ↵ | Martin Schanzenbach | |
#6475. | |||
2020-07-18 | merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 | Christian Grothoff | |
2020-07-06 | fix: cadet fix to use correct tunnel end | Martin Schanzenbach | |
2020-07-06 | -fix: actually add namestore keys | Martin Schanzenbach | |
2020-07-05 | GNUNET_free_non_null -> GNUNET_free | Christian Grothoff | |
2020-06-05 | - forgot to actually add a file and some method documentations. | t3sserakt | |
2020-06-05 | Fixed bug #5822 by adding a monotonic time to the connection create message ↵ | t3sserakt | |
of a peer that want to start a KX, and the corresponding test #5823. Credits to dvn, lurchi and xrs for helpful discussions and coding. | |||
2020-05-27 | Make REQUEST_AGPL messages configurable and add handler by default | Alessio Vanni | |
This makes two changes: * Add a field to `struct GNUNET_OS_ProjectData' containing a URL (as a string) pointing to the source code of the application. * If the field is not NULL, add a handler for the REQUEST_AGPL messages sending the specified URL to the client. The handler is added both in client-service communications (i.e. local services that don't make requests to other peers in the network) and in peer-peer communications (CADET.) This way, any client (local or remote with CADET) can request the source code location using a standardized mechanism instead of writing ad-hoc solutions (unless the service/peer explicitly specifies a NULL pointer.) Signed-off-by: Christian Grothoff <christian@grothoff.org> | |||
2020-04-21 | make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵ | Christian Grothoff | |
work | |||
2020-04-11 | fixing #6149 | Christian Grothoff | |
2020-01-17 | include buffer in main util header | Christian Grothoff | |
2019-11-21 | replace wether with whether (thanks Efraim Flashner <efraim@flashner.co.il>) | ng0 | |
2019-11-08 | add $(GN_LIBINTL) to Makefile.am (fixes 0005902) | xrs | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-10-25 | follow-up to win32 removal. | ng0 | |
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 | |
files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less. | |||
2019-09-08 | uncrustify as demanded. | ng0 | |
2019-09-06 | first step to remove plibc | ng0 | |
2019-08-06 | clarify incorrect comment identified by Alessio Vanni on the ↵ | Christian Grothoff | |
gnunet-developer mailinglist | |||
2019-08-01 | eliminate nonsensical compare | Schanzenbach, Martin | |
2019-07-23 | reverting part of fix for #5818 | Schanzenbach, Martin | |
2019-07-23 | temporary fix for #5818 | Schanzenbach, Martin | |
2019-07-21 | Merge branch 'cadet-new-options' | t3sserakt | |
2019-07-17 | remove duplication MQ options, make conversation build | Christian Grothoff | |
2019-07-17 | simplify | Christian Grothoff | |