rsa crypto compare functions take const parameters
[oweals/gnunet.git] / src /
2020-04-20 Schanzenbach, Martinmore comments, allow to pick up pow later
2020-04-19 Christian Grothofffix FTBFS
2020-04-19 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2020-04-19 Christian Grothoffadd i64 deserializer
2020-04-19 Schanzenbach, Martinthose are actually debug messages
2020-04-19 Schanzenbach, Martinuncrustify
2020-04-19 Schanzenbach, Martinsome comments
2020-04-19 Schanzenbach, Martinno diplicate nonces
2020-04-19 Schanzenbach, Martintowards less variance
2020-04-18 Schanzenbach, Martintowards more expirations
2020-04-18 Schanzenbach, Martinsimplify pow even more; add timestamp to revocation pow
2020-04-17 Schanzenbach, Martinrevert
2020-04-17 Schanzenbach, Martinmerge
2020-04-17 Schanzenbach, Martinupdate params
2020-04-17 Schanzenbach, Martinadd argon2 for LSD0001
2020-04-17 Schanzenbach, Martinfix build with clang
2020-04-17 Schanzenbach, Martinadd argon2 for LSD0001
2020-04-17 Christian Grothoffadd relative_time specs
2020-04-17 Christian Grothoffadd GNUNET_freez for #6186
2020-04-15 Christian Grothoffadd integer overflow guards and avoid (unlimited) stack...
2020-04-15 Christian Grothofftake care of odd memset() calls
2020-04-15 Christian Grothofffix #6184
2020-04-11 Christian Grothofffix gnunet-statistics CLI
2020-04-11 Christian Grothoffdo create directory if it doesn't exist
2020-04-11 Christian Grothofffixing #6149
2020-04-11 Christian Grothofffix static assert FTBFS with older gcc
2020-04-10 Christian Grothoffindentation
2020-04-08 Christian Grothoffadapt code to work with latest MHD API
2020-04-08 Christian Grothofffix warnings
2020-04-08 Christian Grothoffintroduce enum for generic return values
2020-04-08 Christian Grothoffhack around crash on disconnect
2020-04-08 Christian Grothofffix sign api for to address #6164
2020-04-08 Christian Grothofffix warning
2020-04-08 Christian Grothoffadd GNUNET_static_assert()
2020-04-07 Christian Grothoffimprove comments (#6164)
2020-04-07 Christian Grothoffconst
2020-04-06 Christian Grothofffix crash
2020-04-03 Christian Grothofffix #6157
2020-04-03 Christian Grothofffix #6155
2020-04-03 Christian Grothofffix #6158
2020-04-03 Christian Grothofffix warnings
2020-04-03 Christian Grothoffbad sizeof
2020-04-03 Christian Grothofffix zero test
2020-04-03 Christian Grothofffix #6159 and related issues
2020-04-03 Christian Grothoffadding a GNUNET_memcmp_priv for constant-time comparing...
2020-04-03 Christian Grothofffix #6153
2020-04-03 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2020-04-03 Christian Grothofffix #6154
2020-04-03 t3sseraktadded communicator tests to experimental
2020-04-02 Christian Grothofffix #6146
2020-03-29 Christian Grothoffftbfs
2020-03-29 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2020-03-29 Christian Grothoffallow passing of fancy time to timetravel option
2020-03-28 Marcello StanisciPoint to explanatory documentation.
2020-03-25 Christian Grothofferror handling
2020-03-21 Alessio VanniMake gnunet-namestore honour expiration dates when...
2020-03-19 Christian Grothoffuse strtok_r in code that could plausibly be used from...
2020-03-17 Christian Grothofffix log error
2020-03-17 Christian Grothoffuse void * instead of char * for RSA key material to...
2020-03-17 Christian Grothoffuse void * instead of char * for RSA key material to...
2020-03-16 Christian Grothoffbetter error handling
2020-03-15 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2020-03-15 Christian Grothoffadd function that logically belongs to libgnunetcurl...
2020-03-15 Schanzenbach, Martinimplement new simplified POW for LSD001
2020-03-13 Christian Grothoffdo not log as error, give better message
2020-03-10 Tanguy Le Carrourimport CA into Icecat
2020-03-10 Christian Grothoffc89
2020-03-03 Schanzenbach, Martinfix NULL ptr deref in attestations
2020-03-03 Schanzenbach, Martinfix attestation flag rest; fix NULL ptr deref
2020-03-03 Christian Grothoffmake static analysis happier
2020-03-03 Christian Grothoffremove 'illegal' (non-reentrant) log logic from signal...
2020-02-24 Christian Grothoffdo not segv if there is no postgres
2020-02-24 Christian Grothofffix return value
2020-02-24 Christian Grothofflog
2020-02-24 Christian Grothoffsupport versioning schema drop
2020-02-19 Christian Grothofffixing the GNS multirecord multipeer test
2020-02-18 Schanzenbach, Martinfix TNG test with NAT
2020-02-18 Schanzenbach, MartinMerge branch 'master' of ssh://gnunet.org/gnunet
2020-02-17 Christian Grothoffimprove log message
2020-02-15 Schanzenbach, MartinMerge branch 'master' of ssh://gnunet.org/gnunet
2020-02-15 Christian Grothoffproposed fix for excessive queueing (somehow does not...
2020-02-15 Christian Grothoffbetter task ordering
2020-02-14 Schanzenbach, Martinfix warning
2020-02-14 Schanzenbach, Martinfix identity rest
2020-02-14 Schanzenbach, Martinremove unused
2020-02-13 Schanzenbach, MartinMerge branch 'master' into schanzen/reclaim_256bit
2020-02-13 Schanzenbach, Martinadd concept of supplemental records
2020-02-13 Schanzenbach, MartinMerge branch 'master' into schanzen/reclaim_256bit schanzen/reclaim_256bit
2020-02-13 Schanzenbach, Martinalways return nick records
2020-02-13 Schanzenbach, MartinMerge branch 'master' into schanzen/reclaim_256bit
2020-02-13 Schanzenbach, Martinfix logic for nick
2020-02-12 Schanzenbach, MartinMerge branch 'master' into schanzen/reclaim_256bit
2020-02-12 Schanzenbach, Martinresolve nick if specifically requested
2020-02-12 Schanzenbach, MartinMerge branch 'master' into schanzen/reclaim_256bit
2020-02-12 Schanzenbach, Martinfix duplicate NICK in record
2020-02-09 Schanzenbach, MartinMerge branch 'schanzen/reclaim_256bit' of ssh://gnunet...
2020-02-09 Schanzenbach, Martinadd expiration
2020-02-09 Schanzenbach, Martinconsolidate reclaim attribute lib
2020-02-09 Schanzenbach, Martinbugfixes; CLI improvements
2020-02-09 Schanzenbach, Martinadd base64url encoding to util (RFC7515)
next