aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.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
|
* [fs] Fix unindex after API changeDavid Barksdale2017-03-31
|
* [datastore] Fix #3743David Barksdale2017-03-19
| | | | | | | | | | | | | | | | | | | | This change adds support for key == NULL to the datastore plugins and replaces the offset argument with a next_uid and random arguments to increase performance in the key == NULL case. With the offset argument a datastore plugin would have to count all matching keys before fetching the key at the right offset, which would iterate over the entire database in the case of key == NULL. The offset argument was used in two ways: to iterate over a set of matching values and to start iteration at a random matching value. The new API seperates these into two arguments: if random is true it will return a random matching value, otherwise next_uid can be set to uid + 1 to return the next matching value. The random argument was not added to get_zero_anonymity. This function is used to periodically insert zero anonymity values into the DHT. I don't think it's necessary to randomize this.
* Update comment to match codeDavid Barksdale2017-03-06
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* convert download API to MQChristian Grothoff2016-07-03
|
* convert unindex to MQChristian Grothoff2016-07-03
|
* 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
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* address #3745Christian Grothoff2015-03-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* malloc -> newLRN2013-12-19
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -doxygen fixes, and fixing publish URI serization for proper resumeChristian Grothoff2013-09-15
|
* -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
* -fixChristian Grothoff2013-08-11
|
* -fixing main FS build, updating man page of gnunet-pseudonymChristian Grothoff2013-08-06
|
* -export FS handle during events, as we might generate events duing FS_start ↵Christian Grothoff2013-05-30
| | | | and client then doesn't know the handle yet
* renaming GNUNET_PSEUDONYM_-API to GNUNET_FS_pseudonym-APIChristian Grothoff2013-04-14
|
* starting major change towards implementing #2564, this breaks some FS tests ↵Christian Grothoff2013-03-05
| | | | and FS APIs
* -deadChristian Grothoff2013-03-04
|
* Implement and use GNUNET_CRYPTO_rsa_get_public_key_hashLRN2013-03-03
|
* -trying to fix unindex trouble on keyword extractionChristian Grothoff2012-09-27
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -fixChristian Grothoff2012-04-23
|
* -fixing leaks and error messagesChristian Grothoff2012-04-23
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -LRN: calculate file size for single files when needed and use ↵Christian Grothoff2012-03-19
| | | | GNUNET_DISK_file_size instead of STAT
* -leakChristian Grothoff2012-03-15
|
* -fixChristian Grothoff2012-03-09
|
* -unindex needs to decrypt KBlockChristian Grothoff2012-03-09
|
* implementing removal of KBlocks during unindex operation (#1926)Christian Grothoff2012-03-09
|
* -eliminating #if DEBUG checksChristian Grothoff2012-02-26
|
* adding min_expiration argument to GNUNET_DATASTORE_ContinuationWithStatus ↵Christian Grothoff2011-12-19
| | | | callback to communicate which content has a chance of being stored in the medium term
* dead code elimination, splitting fs.h into fs.h and fs_api.hChristian Grothoff2011-11-15
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* leakChristian Grothoff2011-07-18
|
* major rewrite of fs_download, hopefully fixing 1641Christian Grothoff2011-01-20
|
* air plane hackingChristian Grothoff2010-12-03
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|