Age | Commit message (Expand) | Author |
2019-06-27 | introduce GNUNET_OS_installation_get_path (useful for custom helper paths) | lurchi |
2019-06-27 | return value of GNUNET_strlcpy can be used | lurchi |
2019-06-27 | memcpy fits better | Christian Grothoff |
2019-06-27 | make GNUNET_strlcpy more flexible by using strnlen instead of strlen | lurchi |
2019-06-27 | use GNUNET_strlcpy in strings.c too | lurchi |
2019-06-27 | use GNUNET_strlcpy instead of strncpy where possible | lurchi |
2019-06-27 | introduce GNUNET_strlcpy | lurchi |
2019-06-22 | finish #4623 | Christian Grothoff |
2019-06-22 | Merge branch 'master' of ssh://git.gnunet.org/gnunet | xrs |
2019-06-22 | add flag for exlusive options as program agruments | xrs |
2019-06-22 | implement #5771 | Christian Grothoff |
2019-06-19 | fix socket cmp, fix compiler warnings about unused args | Christian Grothoff |
2019-06-18 | Introducing GNUNET_Uuid and matching hash map for 128 bit values. | Christian Grothoff |
2019-06-14 | add option to display private keys | Christian Grothoff |
2019-06-05 | version bumping | Christian Grothoff |
2019-06-04 | bloody off_t | Christian Grothoff |
2019-06-04 | memcmp -> GNUNET_memcmp | Christian Grothoff |
2019-06-04 | fix cast | Christian Grothoff |
2019-05-20 | use _exit in signal handlers | Christian Grothoff |
2019-05-17 | make single label resolution work (for pkey at least | Schanzenbach, Martin |
2019-05-17 | revert check for @; this does not seem right for names starting with it | Schanzenbach, Martin |
2019-05-10 | Implement asynchronous scope identifiers. | Florian Dold |
2019-05-09 | make logging more re-entrant | Florian Dold |
2019-05-09 | towards thread-safe logging | Florian Dold |
2019-05-07 | make bind succeed | Schanzenbach, Martin |
2019-05-05 | add out-of-order pref | Christian Grothoff |
2019-05-04 | simplify MQ logic to always carry the same kinds of flags, and extend transpo... | Christian Grothoff |
2019-05-02 | reindenting with clang | Christian Grothoff |
2019-05-02 | reject '@' as a label in domain names, this is usually a mistake | Christian Grothoff |
2019-04-25 | Apply clang-format to gnunet-qr.c | ng0 |
2019-04-21 | fix quota out calculation, even if it may go away | Christian Grothoff |
2019-04-16 | implement backchannel encryption/decryption | Christian Grothoff |
2019-04-15 | misc work on TNG | Christian Grothoff |
2019-04-12 | clang is only happy with 'static', not with ={0} | Christian Grothoff |
2019-04-12 | util/service.c: Fix clang warning. | ng0 |
2019-04-07 | implement #5551 (UDP broadcast learning in TNG) | Christian Grothoff |
2019-04-06 | introduce GNUNET_memcmp() and GNUNET_is_zero() | Christian Grothoff |
2019-04-05 | fix #5352 | Christian Grothoff |
2019-04-03 | disting | Christian Grothoff |
2019-04-03 | fix linker options for gnunet-qr | Christian Grothoff |
2019-04-03 | merge conflict resolution | Christian Grothoff |
2019-04-03 | add error handling for gnunet-qr | Christian Grothoff |
2019-04-03 | gnunet-qr: Implement functionality of gnunet-uri, don't spawn. | Hartmut Goebel |
2019-04-03 | gnunet-qr: Use GNUNET_PROGRAM_run to simplify the code. | Hartmut Goebel |
2019-04-03 | gnunet-qr: Use the `gnunet-uri` binary installed into PREFIX. | Hartmut Goebel |
2019-04-03 | gnunet-qr: Add into Makefile.am and pofiles, | Hartmut Goebel |
2019-04-03 | gnunet-qr: Actually run gnunet-uri. | Hartmut Goebel |
2019-04-03 | Add helper lib "gnunet-qr-utils.h". | Hartmut Goebel |
2019-04-03 | gnunet-qr: Simplify verbose messaging. | Hartmut Goebel |
2019-04-03 | gnunet-qr: Reimplement in C - yet only a proof of concept. | Hartmut Goebel |