aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* indentationChristian Grothoff2020-04-10
|
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* improve comments (#6164)Christian Grothoff2020-04-07
|
* constChristian Grothoff2020-04-07
|
* fix #6157Christian Grothoff2020-04-03
|
* fix #6155Christian Grothoff2020-04-03
|
* fix #6158Christian Grothoff2020-04-03
|
* fix warningsChristian Grothoff2020-04-03
|
* bad sizeofChristian Grothoff2020-04-03
|
* fix zero testChristian Grothoff2020-04-03
|
* fix #6159 and related issuesChristian Grothoff2020-04-03
|
* adding a GNUNET_memcmp_priv for constant-time comparing of data; fixes #6152 ↵Christian Grothoff2020-04-03
| | | | (modulo actually finding specific places where this SHOULD be used instead of GNUNET_memcmp)
* fix #6153Christian Grothoff2020-04-03
|
* fix #6154Christian Grothoff2020-04-03
|
* fix #6146Christian Grothoff2020-04-02
|
* ftbfsChristian Grothoff2020-03-29
|
* allow passing of fancy time to timetravel optionChristian Grothoff2020-03-29
|
* use strtok_r in code that could plausibly be used from multi-threaded ↵Christian Grothoff2020-03-19
| | | | applications
* use void * instead of char * for RSA key material to make it more clear that ↵Christian Grothoff2020-03-17
| | | | these are not 0-terminated strings
* use void * instead of char * for RSA key material to make it more clear that ↵Christian Grothoff2020-03-17
| | | | these are not 0-terminated strings
* implement new simplified POW for LSD001Schanzenbach, Martin2020-03-15
|
* do not log as error, give better messageChristian Grothoff2020-03-13
|
* c89Christian Grothoff2020-03-10
|
* make static analysis happierChristian Grothoff2020-03-03
|
* remove 'illegal' (non-reentrant) log logic from signal handlerChristian Grothoff2020-03-03
|
* better task orderingChristian Grothoff2020-02-15
|
* add base64url encoding to util (RFC7515)Schanzenbach, Martin2020-02-09
|
* fix task prioritization with recent hackChristian Grothoff2020-02-04
|
* speed up message goodput in perf_mq(client) by 1/3rdChristian Grothoff2020-02-04
|
* indentingChristian Grothoff2020-02-04
|
* adding MQ benchmarkChristian Grothoff2020-02-04
|
* speed up running of tasks via GNUNTE_SCHEDULER_add_now() by a factor of at ↵Christian Grothoff2020-02-04
| | | | least 5
* add minimal scheduler benchmarkChristian Grothoff2020-02-04
|
* add timetravel getopt helperChristian Grothoff2020-02-04
|
* fix mem leaksFlorian Dold2020-01-18
|
* fix leakChristian Grothoff2020-01-17
|
* auto-provide OS_IPK paths in [paths] of configChristian Grothoff2020-01-17
|
* DB load API changeChristian Grothoff2020-01-17
|
* remove Taler-specific leftovers, we don't need them anymoreFlorian Dold2020-01-15
|
* add test vector generation for crypto opsFlorian Dold2020-01-15
|
* move buffer library from GNU Taler to GNUnetFlorian Dold2020-01-15
|
* Don't normalize when deriving ECDSA public keysFlorian Dold2020-01-06
|
* Fix ECDSA/ECDH key exchangeFlorian Dold2020-01-06
| | | | | Libgcrypt interprets the private key as little endian, while tweetnacl interprets it as big endian. This caused the key exchange to fail.
* add test for ecdsa ecdhSchanzenbach, Martin2020-01-06
|
* fix error infoSchanzenbach, Martin2019-12-27
|
* also BADFOOD on reallocChristian Grothoff2019-12-25
|
* replace expensive function call with macro for trivial calculationChristian Grothoff2019-12-25
|
* fix gnunet-qr logicChristian Grothoff2019-12-17
|
* fix variable confusionChristian Grothoff2019-12-17
|
* enhance gnunet-qr to support passing arguments beyond just the URI to commandsChristian Grothoff2019-12-16
|