aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
Commit message (Expand)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
* [datastore] Fix #3743David Barksdale2017-03-19
* convert fs publish to MQChristian Grothoff2016-07-03
* convert search to MQChristian Grothoff2016-07-03
* convert download API to MQChristian Grothoff2016-07-03
* convert unindex to MQChristian Grothoff2016-07-03
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* fixing #3799: only unindex if DB operations succeeded previously in the first...Christian Grothoff2015-05-29
* address #3745Christian Grothoff2015-03-30
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* -fix doxygen issuesChristian Grothoff2014-12-25
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* fix key management issue with LOC signing identified in #3559Christian Grothoff2014-12-14
* start fewer FS probes concurrently, run them all in the same task to avoid un...Christian Grothoff2014-12-12
* fix #3446Christian Grothoff2014-07-12
* -fix URI test to handle new encoder, print both SKS and CHK URIs when publish...Christian Grothoff2014-06-23
* generate progress events when publishing directories (towards fixing #2230)Christian Grothoff2013-10-11
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
* -fixing resuming publish operationChristian Grothoff2013-09-13
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...Christian Grothoff2013-09-13
* -doxygen, remove GNUNET_FS_uri_sks_to_string_fancy (dead)Christian Grothoff2013-09-05
* -fixing main FS build, updating man page of gnunet-pseudonymChristian Grothoff2013-08-06
* moving to new, fixed-size encoding of public and private ECC keys everywhere,...Christian Grothoff2013-08-06
* -towards allowing probes for directory entriesChristian Grothoff2013-05-30
* -preparations for fixing #2711Christian Grothoff2013-05-30
* renaming GNUNET_PSEUDONYM_-API to GNUNET_FS_pseudonym-APIChristian Grothoff2013-04-14
* starting major change towards implementing #2564, this breaks some FS tests a...Christian Grothoff2013-03-05
* -fixes to make stream tests pass with ecc in coreChristian Grothoff2013-02-15
* -signal to applications that a probe is activeChristian Grothoff2012-12-05
* -more loggingChristian Grothoff2012-12-05
* -trying to fix bratao's 100% CPU bug, even though I wonder if this can really...Christian Grothoff2012-10-05
* eliminating use of 'namespace' as a fieldname / variable name to be C++ compa...Christian Grothoff2012-09-10
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
* -unindex needs to decrypt KBlockChristian Grothoff2012-03-09
* implementing removal of KBlocks during unindex operation (#1926)Christian Grothoff2012-03-09
* -misc major bugfixes in download code wrt reconstruction and chk index calcul...Christian Grothoff2012-03-07
* -misc bugfixesChristian Grothoff2012-03-05
* -add priorities to download queueChristian Grothoff2012-03-04
* make all (?) asynchronously operating FS operations actually cancel-ableChristian Grothoff2012-02-18
* fixing bug to ensure that we properly descend into deep directories for the v...Christian Grothoff2012-01-11
* -LRN: my experimental block download time measurer. The resultsChristian Grothoff2012-01-08
* improving results seen communication to consider which exact keywords a parti...Christian Grothoff2011-12-19
* dead code elimination, splitting fs.h into fs.h and fs_api.hChristian Grothoff2011-11-15