aboutsummaryrefslogtreecommitdiff
path: root/src/cadet
Commit message (Collapse)AuthorAge
...
* -fix: actually add namestore keysMartin Schanzenbach2020-07-06
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* - forgot to actually add a file and some method documentations.t3sserakt2020-06-05
|
* Fixed bug #5822 by adding a monotonic time to the connection create message ↵t3sserakt2020-06-05
| | | | 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.
* Make REQUEST_AGPL messages configurable and add handler by defaultAlessio Vanni2020-05-27
| | | | | | | | | | | | | | | | | | | 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>
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fixing #6149Christian Grothoff2020-04-11
|
* include buffer in main util headerChristian Grothoff2020-01-17
|
* replace wether with whether (thanks Efraim Flashner <efraim@flashner.co.il>)ng02019-11-21
|
* add $(GN_LIBINTL) to Makefile.am (fixes 0005902)xrs2019-11-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* follow-up to win32 removal.ng02019-10-25
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | 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.
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* clarify incorrect comment identified by Alessio Vanni on the ↵Christian Grothoff2019-08-06
| | | | gnunet-developer mailinglist
* eliminate nonsensical compareSchanzenbach, Martin2019-08-01
|
* reverting part of fix for #5818Schanzenbach, Martin2019-07-23
|
* temporary fix for #5818Schanzenbach, Martin2019-07-23
|
* Merge branch 'cadet-new-options't3sserakt2019-07-21
|\
| * remove duplication MQ options, make conversation buildChristian Grothoff2019-07-17
| |
| * simplifyChristian Grothoff2019-07-17
| |
| * fixed broken api calls in test; fixed broken protocolt3sserakt2019-07-10
| |
| * fixed chanel_get_infot3sserakt2019-06-26
| |
| * Merge branch 'cadet_option' of ssh://gnunet.org/gnunet into cadet_optiont3sserakt2019-06-26
| |\
| | * added per message GNUNET_MQ_PriorityPreferencest3sserakt2019-06-25
| | |
| | * Merge branch 'master' into cadet_optiont3sserakt2019-06-25
| | |\
| | * | removed GNUNET_CADET_ChannelOptiont3sserakt2019-06-24
| | | |
| * | | removed channel attributest3sserakt2019-06-26
| | | |
| * | | added per message GNUNET_MQ_PriorityPreferencest3sserakt2019-06-26
| | | |
| * | | removed GNUNET_CADET_ChannelOptiont3sserakt2019-06-26
| | |/ | |/|
* / | use GNUNET_strlcpy instead of strncpy where possiblelurchi2019-06-27
|/ /
* | add per-message ppChristian Grothoff2019-06-24
| |
* | finish #4623Christian Grothoff2019-06-22
|/
* misc bugfixesChristian Grothoff2019-06-04
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff2019-04-06
|
* bashismng02019-03-09
|
* cadet/loopcheck.sh: still bash, leaving only PIPESTATUSng02019-03-09
|
* prevent unordered message delivery, everywhereSchanzenbach, Martin2019-02-28
|
* prevent unordered message deliverySchanzenbach, Martin2019-02-28
|
* sanity checksSchanzenbach, Martin2019-02-27
|
* fix missing NBO conversionsChristian Grothoff2019-02-27
|
* improve future calculations if messages are skipped in unreliable in-order ↵Christian Grothoff2019-02-26
| | | | channels
* check for ACKed MIDSchanzenbach, Martin2019-02-26
|
* try fix #5597Schanzenbach, Martin2019-02-26
|
* improve loggingChristian Grothoff2019-02-25
|
* skip instead of fail hard on testbed link failures in cadet testsChristian Grothoff2019-02-14
|
* trying to fix #5532Christian Grothoff2019-02-13
|