aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_indexing.c
Commit message (Collapse)AuthorAge
* Improved BIO APIAlessio Vanni2020-05-19
| | | | | | | | | | | | | | | | | | | | BIO now supports reading from and writing to in-memory buffers. For reading, an allocated buffer (array) and a size is passed as arguments to the function opening the handle. For writing, a GNUNET_Buffer is created and used internally. The buffer contents can be extracted using the relevant function. There is a new API in addition to the existing read/write: this new API is more "declarative" in nature and is meant to mimic APIs like GNUNET_SQ. The read/write operations are defined in an array of specs which are then "commited" in a single (non-atomic) operation, rather than explicitly executing multiple function calls and checking their return value. Also there are small changes to GNUNET_Buffer to account for BIO's new features. Signed-off-by: Christian Grothoff <christian@grothoff.org>
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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
|
* get rid of plain memcpy callsChristian Grothoff2018-05-13
|
* [datastore] Return and update replicationDavid Barksdale2017-03-22
| | | | | | This fixes a couple FIXMEs in the datastore code. The replication value is now returned from the datastore and the update function can increase the replication.
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* migrating fs to new service APIChristian Grothoff2016-10-01
|
* -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
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -rename files/symbols from _aes to _symmetricChristian Grothoff2013-09-30
|
* -fiChristian Grothoff2012-10-25
|
* -fixesChristian Grothoff2012-10-24
|
* -use DLL, nicer use of indexing map, improve ability to use future hash map ↵Christian Grothoff2012-10-14
| | | | memory optimization
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* reducing error messages about missing configuration options by introducing ↵Christian Grothoff2012-09-27
| | | | new helper functions to print them uniformly
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|
* -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
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* handle NULLChristian Grothoff2011-11-04
|
* fix 1866 -- stats instead of warningChristian Grothoff2011-11-03
|
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* formatChristian Grothoff2011-06-14
|
* assertsChristian Grothoff2011-06-14
|
* datastore and fs fixes from EasterChristian Grothoff2011-04-26
|
* fixesChristian Grothoff2011-03-25
|
* cancel hashing on shutdownChristian Grothoff2011-01-04
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* plane hackingChristian Grothoff2010-09-18
|
* nitpicksChristian Grothoff2010-08-15
|
* fixing various dist issuesChristian Grothoff2010-07-03
|
* gpl3Christian Grothoff2010-07-02
|
* trying to port statvfs call to BSDChristian Grothoff2010-07-02
|
* fixing common off-by-one error with respect to maximum message sizeChristian Grothoff2010-06-25
|
* fixesChristian Grothoff2010-06-17
|
* nodebugChristian Grothoff2010-06-14
|
* change unindex processing order to avoid transient dangling DB entriesChristian Grothoff2010-05-26
|