Christian Grothoff 1b87a306f0 - fix misc typos 3 years ago
..
.gitignore 45ceb4fdf9 add base32 encoder/decoder 3 years ago
Makefile.am 87def80f11 - unconditionally build dlog 3 years ago
bandwidth.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
benchmark.c f62e24a88c spell checking 3 years ago
benchmark.h 1f2674fe29 -fix typos 3 years ago
bio.c f62e24a88c spell checking 3 years ago
buffer.c a899a94dcc fix type 3 years ago
child_management.c 9ffa192690 - added testing cmd child management 3 years ago
client.c b996ba4156 -Fix several incorrect uses of `i.e.' 3 years ago
common_allocation.c f62e24a88c spell checking 3 years ago
common_endian.c 64d6551e3c replace expensive function call with macro for trivial calculation 4 years ago
common_logging.c 8233e28204 Swap gnunet-config's default behaviour for the rewrite flag 3 years ago
configuration.c fa8b592639 -fixing memleaks and nptr derefs 3 years ago
configuration_loader.c 092c2c714e - fix '-c' in applications without base config 3 years ago
consttime_memcmp.c f62e24a88c spell checking 3 years ago
container_bloomfilter.c e31c1d4a9f GNUNET_free_non_null -> GNUNET_free 4 years ago
container_heap.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
container_meta_data.c b996ba4156 -Fix several incorrect uses of `i.e.' 3 years ago
container_multihashmap.c f62e24a88c spell checking 3 years ago
container_multihashmap32.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
container_multipeermap.c f62e24a88c spell checking 3 years ago
container_multishortmap.c f62e24a88c spell checking 3 years ago
container_multiuuidmap.c f62e24a88c spell checking 3 years ago
crypto-test-vectors.json 2f03e8b0c3 add test vector unit test 3 years ago
crypto_abe.c d17a17ea78 fix pointer indentation 4 years ago
crypto_crc.c f62e24a88c spell checking 3 years ago
crypto_ecc.c c54fdac500 -implementation notice for our ECC 3 years ago
crypto_ecc_dlog.c 75cfa6370b SCALARPRODUCT: migrating logic from libgcrypt to libsodium (#6818). 3 years ago
crypto_ecc_setup.c 3636ea628d change GNUNET_DISK_fn_write() to always do atomic writes and to NOT overwrite existing files; also change the return value to not return the size of the written file but GNUNET_OK on success, and integrate creating the directory if needed; breaks API, hence bumping libgnunetutil version 3 years ago
crypto_hash.c 7d9592f201 add GNUNET_CRYPTO_hash_context_copy() function 3 years ago
crypto_hash_file.c f62e24a88c spell checking 3 years ago
crypto_hkdf.c c894cf82d5 add integer overflow guards and avoid (unlimited) stack allocation 4 years ago
crypto_kdf.c f62e24a88c spell checking 3 years ago
crypto_mpi.c 7f4ddbcab8 merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 3 years ago
crypto_paillier.c f62e24a88c spell checking 3 years ago
crypto_pow.c 6f2ee9eb3c clean up GNUNET_CRYPTO_pow_hash API 3 years ago
crypto_random.c a2169368bb implement #6716 3 years ago
crypto_rsa.c b996ba4156 -Fix several incorrect uses of `i.e.' 3 years ago
crypto_symmetric.c 7e3cf5f461 tighten formatting rules 4 years ago
disk.c 3636ea628d change GNUNET_DISK_fn_write() to always do atomic writes and to NOT overwrite existing files; also change the return value to not return the size of the written file but GNUNET_OK on success, and integrate creating the directory if needed; breaks API, hence bumping libgnunetutil version 3 years ago
disk.h c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
dnsparser.c e31c1d4a9f GNUNET_free_non_null -> GNUNET_free 4 years ago
dnsstub.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
getopt.c 5b10ad755f properly document return value of GNUNET_PROGRAM_run 3 years ago
getopt_helpers.c e31c1d4a9f GNUNET_free_non_null -> GNUNET_free 4 years ago
gnunet-base32.c 45ceb4fdf9 add base32 encoder/decoder 3 years ago
gnunet-config-diff.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
gnunet-config.c 51c0c5072f -handle NULL 3 years ago
gnunet-crypto-tvg.c 33054bb2a8 -more coverity fixes 3 years ago
gnunet-ecc.c 30361fe0e8 make GNUNET_freez default, have GNUNET_free_nz for cases where that does not work 4 years ago
gnunet-qr.c 3ec73fc682 gnunet-qr/uri: Fix exit code handling; fix memory corruption 3 years ago
gnunet-resolver.c f62e24a88c spell checking 3 years ago
gnunet-scrypt.c 45ceb4fdf9 add base32 encoder/decoder 3 years ago
gnunet-service-resolver.c f62e24a88c spell checking 3 years ago
gnunet-timeout.c 9a65888102 remove 'illegal' (non-reentrant) log logic from signal handler 4 years ago
gnunet-uri.c 3ec73fc682 gnunet-qr/uri: Fix exit code handling; fix memory corruption 3 years ago
helper.c f62e24a88c spell checking 3 years ago
load.c f62e24a88c spell checking 3 years ago
mq.c 43d03abda0 Changed perfomance setu file 3 years ago
mst.c f62e24a88c spell checking 3 years ago
nc.c 7e3cf5f461 tighten formatting rules 4 years ago
network.c b996ba4156 -Fix several incorrect uses of `i.e.' 3 years ago
op.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
os_installation.c fa8b592639 -fixing memleaks and nptr derefs 3 years ago
os_network.c 7e3cf5f461 tighten formatting rules 4 years ago
os_priority.c f62e24a88c spell checking 3 years ago
peer.c 7e3cf5f461 tighten formatting rules 4 years ago
perf_crypto_asymmetric.c 6a52ce5f9b fix ftbfs 4 years ago
perf_crypto_ecc_dlog.c 75cfa6370b SCALARPRODUCT: migrating logic from libgcrypt to libsodium (#6818). 3 years ago
perf_crypto_hash.c 7e3cf5f461 tighten formatting rules 4 years ago
perf_crypto_paillier.c 7e3cf5f461 tighten formatting rules 4 years ago
perf_crypto_rsa.c 72068a707b fix type 3 years ago
perf_crypto_symmetric.c 7e3cf5f461 tighten formatting rules 4 years ago
perf_malloc.c 7f4ddbcab8 merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 3 years ago
perf_mq.c c656a8218c adding MQ benchmark 4 years ago
perf_scheduler.c 7f4ddbcab8 merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 3 years ago
plugin.c 45720bde1c Implement function to load plugins within a specific context 3 years ago
proc_compat.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
program.c 5b10ad755f properly document return value of GNUNET_PROGRAM_run 3 years ago
regex.c e31c1d4a9f GNUNET_free_non_null -> GNUNET_free 4 years ago
resolver.conf.in c293f84ea1 AUTOSTART renamed into START_ON_DEMAND (#4547a) 40 years ago
resolver.h c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
resolver_api.c 726ac3ef28 Fixed 5528: TCP *communicator* bindto option should support DNS names, and 6013: TCP communicator should bind to IPv6 and IPv4 if only port given 4 years ago
scheduler.c b996ba4156 -Fix several incorrect uses of `i.e.' 3 years ago
service.c e0ff55875d enable more format string warnings 3 years ago
signal.c 7e3cf5f461 tighten formatting rules 4 years ago
socks.c f62e24a88c spell checking 3 years ago
speedup.c 7e3cf5f461 tighten formatting rules 4 years ago
speedup.h c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
strings.c b996ba4156 -Fix several incorrect uses of `i.e.' 3 years ago
test_bio.c 7f4ddbcab8 merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 3 years ago
test_client.c 7e3cf5f461 tighten formatting rules 4 years ago
test_client_data.conf 08f1726b65 -modifying tests to use new service MQ API, implementing more of service MQ API 7 years ago
test_client_unix.conf 08f1726b65 -modifying tests to use new service MQ API, implementing more of service MQ API 7 years ago
test_common_allocation.c 06df47b5e2 -fix test for changed free logic 4 years ago
test_common_endian.c 7e3cf5f461 tighten formatting rules 4 years ago
test_common_logging.c 7e3cf5f461 tighten formatting rules 4 years ago
test_common_logging_dummy.c f62e24a88c spell checking 3 years ago
test_common_logging_runtime_loglevels.c 7f4ddbcab8 merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 3 years ago
test_configuration.c 1fd0f9db27 fix config test 3 years ago
test_configuration_data.conf 9fbda6db66 Switch to $GNUNET_TMP in all configuration files. 6 years ago
test_container_bloomfilter.c 7e3cf5f461 tighten formatting rules 4 years ago
test_container_dll.c 7e3cf5f461 tighten formatting rules 4 years ago
test_container_heap.c 7e3cf5f461 tighten formatting rules 4 years ago
test_container_meta_data.c e31c1d4a9f GNUNET_free_non_null -> GNUNET_free 4 years ago
test_container_multihashmap.c 7f4ddbcab8 merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 3 years ago
test_container_multihashmap32.c 7e3cf5f461 tighten formatting rules 4 years ago
test_container_multipeermap.c 7f4ddbcab8 merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 3 years ago
test_crypto_crc.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
test_crypto_ecc_dlog.c 75cfa6370b SCALARPRODUCT: migrating logic from libgcrypt to libsodium (#6818). 3 years ago
test_crypto_ecdh_ecdsa.c 90ff9edfa9 fixing #6149 4 years ago
test_crypto_ecdh_eddsa.c 90ff9edfa9 fixing #6149 4 years ago
test_crypto_ecdhe.c 90ff9edfa9 fixing #6149 4 years ago
test_crypto_ecdsa.c 2a82be115c add additional test condition for GNS crypto 4 years ago
test_crypto_eddsa.c 90ff9edfa9 fixing #6149 4 years ago
test_crypto_hash.c 669aa594e6 fix bit counting mess 4 years ago
test_crypto_hash_context.c 7e3cf5f461 tighten formatting rules 4 years ago
test_crypto_hkdf.c 7e3cf5f461 tighten formatting rules 4 years ago
test_crypto_kdf.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
test_crypto_paillier.c 7e3cf5f461 tighten formatting rules 4 years ago
test_crypto_random.c a2169368bb implement #6716 3 years ago
test_crypto_rsa.c bc19a75094 fix warnings 4 years ago
test_crypto_symmetric.c e31c1d4a9f GNUNET_free_non_null -> GNUNET_free 4 years ago
test_crypto_vectors.sh 2f03e8b0c3 add test vector unit test 3 years ago
test_disk.c 3636ea628d change GNUNET_DISK_fn_write() to always do atomic writes and to NOT overwrite existing files; also change the return value to not return the size of the written file but GNUNET_OK on success, and integrate creating the directory if needed; breaks API, hence bumping libgnunetutil version 3 years ago
test_getopt.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
test_hexcoder.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
test_mq.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
test_os_network.c 7e3cf5f461 tighten formatting rules 4 years ago
test_os_start_process.c cff7a2fe5f just use cat 3 years ago
test_peer.c 99f8204531 fix: GNUNET_is_zero(ptr) should return enum GNUNET_GenericReturnValue. Fixes #6475. 3 years ago
test_plugin.c 7e3cf5f461 tighten formatting rules 4 years ago
test_plugin_plug.c 7e3cf5f461 tighten formatting rules 4 years ago
test_program.c 7e3cf5f461 tighten formatting rules 4 years ago
test_program_data.conf 74737f023e Add required HOSTNAME to test config 10 years ago
test_regex.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
test_resolver_api.c 28ab2c446f avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188) 3 years ago
test_resolver_api_data.conf 9fbda6db66 Switch to $GNUNET_TMP in all configuration files. 6 years ago
test_scheduler.c 7f4ddbcab8 merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188 3 years ago
test_scheduler_delay.c 7e3cf5f461 tighten formatting rules 4 years ago
test_service.c 7e3cf5f461 tighten formatting rules 4 years ago
test_service_data.conf fba6afbd58 make bind succeed 5 years ago
test_socks.c d17a17ea78 fix pointer indentation 4 years ago
test_speedup.c 7e3cf5f461 tighten formatting rules 4 years ago
test_speedup_data.conf d33085eb77 -use fewer tasks for 2x speedup during test 12 years ago
test_strings.c aa78134a55 -fix many more typos 3 years ago
test_strings_to_data.c c4e9ba925f global reindent, now with uncrustify hook enabled 4 years ago
test_time.c f62e24a88c spell checking 3 years ago
test_tun.c 7e3cf5f461 tighten formatting rules 4 years ago
test_uri.c a3766e9448 change uri structs to match conventions 3 years ago
time.c a785d16b7f -keep using break 3 years ago
tun.c b996ba4156 -Fix several incorrect uses of `i.e.' 3 years ago
uri.c f62e24a88c spell checking 3 years ago
util.conf 1b87a306f0 - fix misc typos 3 years ago
util.supp b222242689 - Add suppressions file for util. 10 years ago