aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish_ublock.c
Commit message (Collapse)AuthorAge
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* Fix memory leak in publishing UBlocksDavid Barksdale2017-11-12
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵Christian Grothoff2016-06-24
| | | | backend
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -doxygen, indentationChristian Grothoff2015-07-27
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -fix SKS publishing in simulate-only modeChristian Grothoff2014-06-23
|
* -fix memory leakChristian Grothoff2013-11-09
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -rename files/symbols from _aes to _symmetricChristian Grothoff2013-09-30
|
* -fix unindexing of KBlocks, make use of standard UBlock decryption routines ↵Christian Grothoff2013-09-15
| | | | to avoid decoding failures
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* -add extra context argument for key deriviation, so that fs and gads do not ↵Christian Grothoff2013-08-11
| | | | collide
* -minor fixesChristian Grothoff2013-08-08
|
* -implement block decryption againChristian Grothoff2013-08-07
|
* -fix, handle case where there is no updateChristian Grothoff2013-08-07
|
* -fixing main FS build, updating man page of gnunet-pseudonymChristian Grothoff2013-08-06