summaryrefslogtreecommitdiff
path: root/src/cadet
AgeCommit message (Collapse)Author
78 min.BUILD: meson configuration filesMartin Schanzenbach
9 hoursBUILD: Towards libgnunet buildMartin Schanzenbach
25 hoursBUILD: Add more subsystems to meson buildMartin Schanzenbach
2022-12-24-rename to deconfuse Martin about which block type is actually used these ↵Christian Grothoff
days, hopefully
2022-12-04UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach
2022-12-04BUILD: 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 subsystemWillow 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 categoriesWillow Liquorice
2022-09-26-changelog housekeeping; various build cleanupsv0.17.6Martin Schanzenbach
2022-08-30-Second pass through CADETWillow Liquorice
2022-08-30-DOC: First pass of new workflow over CADET subsystem.Willow Liquorice
2022-08-21DOC: Initial work in CADET towards removing redundant doc comments.Willow Liquorice
2022-07-07implemented new DHT path signing with origin authenticationChristian Grothoff
2022-01-09DHT: 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-11BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach
2021-05-15-coverity: use after freeMartin Schanzenbach
2021-04-28- fix misc typosChristian Grothoff
2021-04-26-fix many more typosChristian Grothoff
2021-04-26-fix typosChristian Grothoff
2021-03-26-fixing memleaks and nptr derefsMartin Schanzenbach
2021-03-26-more coverityMartin Schanzenbach
2020-11-13-warnings mostly formatMartin Schanzenbach
2020-10-16-fix warnings except rps messMartin Schanzenbach
2020-08-12fix: GNUNET_is_zero(ptr) should return enum GNUNET_GenericReturnValue. Fixes ↵Martin Schanzenbach
#6475.
2020-07-18merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff
2020-07-06fix: cadet fix to use correct tunnel endMartin Schanzenbach
2020-07-06-fix: actually add namestore keysMartin Schanzenbach
2020-07-05GNUNET_free_non_null -> GNUNET_freeChristian Grothoff
2020-06-05- forgot to actually add a file and some method documentations.t3sserakt
2020-06-05Fixed 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-27Make REQUEST_AGPL messages configurable and add handler by defaultAlessio 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-21make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff
work
2020-04-11fixing #6149Christian Grothoff
2020-01-17include buffer in main util headerChristian Grothoff
2019-11-21replace wether with whether (thanks Efraim Flashner <efraim@flashner.co.il>)ng0
2019-11-08add $(GN_LIBINTL) to Makefile.am (fixes 0005902)xrs
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-25follow-up to win32 removal.ng0
2019-10-05global reindent, now with uncrustify hook enabledChristian Grothoff
2019-09-10remove 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-08uncrustify as demanded.ng0
2019-09-06first step to remove plibcng0
2019-08-06clarify incorrect comment identified by Alessio Vanni on the ↵Christian Grothoff
gnunet-developer mailinglist
2019-08-01eliminate nonsensical compareSchanzenbach, Martin
2019-07-23reverting part of fix for #5818Schanzenbach, Martin
2019-07-23temporary fix for #5818Schanzenbach, Martin
2019-07-21Merge branch 'cadet-new-options't3sserakt
2019-07-17remove duplication MQ options, make conversation buildChristian Grothoff
2019-07-17simplifyChristian Grothoff