aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
Commit message (Collapse)AuthorAge
* [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.
* [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.
* support BF size adjustments in other pluginsChristian Grothoff2017-02-22
|
* completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff2017-02-20
|
* Sometimes it's OK if multiplication overflowsDavid Barksdale2016-11-17
|
* converting FS to new MQ-based core APIChristian Grothoff2016-07-31
|
* -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
|
* potential fix for #4024Christian Grothoff2015-10-26
|
* -use hash in prd query to reduce memory consumption of CP request_mapChristian Grothoff2015-10-25
|
* -reduce calls in get_latest()Christian Grothoff2015-10-25
|
* -indentChristian Grothoff2015-10-25
|
* check against all pending requests with same hash, not just first; this is a ↵Christian Grothoff2015-10-25
| | | | true multihashmap
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -doxygen and indentationChristian Grothoff2015-03-23
|
* -indentation and comment fixesChristian Grothoff2015-03-07
|
* -extend block API to allow specifying flags, use this to allow reducing ↵Christian Grothoff2015-02-28
| | | | checks for replies from local DB
* -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
* do not poll empty database every 100ms for migration, doxygen fixes, code ↵Christian Grothoff2014-12-16
| | | | cleanup
* fixing #3568Christian Grothoff2014-12-07
|
* Rename mesh->cadetBart Polot2014-05-07
|
* malloc -> newLRN2013-12-19
|
* fixing #3146: peer identities no longer have the size of hash codes; breaks ↵Christian Grothoff2013-11-30
| | | | FS protocol compatibility with previous versions slightly...
* -fix #3133Christian Grothoff2013-11-29
|
* -doxygenChristian Grothoff2013-11-29
|
* -attempting to address #3133Christian Grothoff2013-11-27
|
* -doxygen fixesChristian Grothoff2013-11-18
|
* -doxygen, and likely fix for #2727Christian Grothoff2013-11-18
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing build issues in fs/set related to #3047Christian Grothoff2013-09-30
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -minor bugfixesChristian Grothoff2013-07-18
|
* -renaming stream->mesh where applicableChristian Grothoff2013-07-17
|
* -rename stream->mesh in comments and symbolsChristian Grothoff2013-06-04
|
* -file renaming stream->meshChristian Grothoff2013-06-04
|
* starting major change towards implementing #2564, this breaks some FS tests ↵Christian Grothoff2013-03-05
| | | | and FS APIs
* -add retries, and retry limit (#2659)Christian Grothoff2012-11-28
|
* -switch to hash map for replies to avoid linear scan, add timeout for ↵Christian Grothoff2012-11-25
| | | | inactive clients
* -enable mesh, as stream needs it, activate testcaseChristian Grothoff2012-11-25
|
* actually using stream for dblock/iblock transfer if possibleChristian Grothoff2012-11-24
|
* towards using stream for non-anonymous file-sharingChristian Grothoff2012-11-22
|
* mostly finishing server-side for FS-over-streamChristian Grothoff2012-11-22
|
* -make use of new IRRELEVANT status codeChristian Grothoff2012-11-15
|
* use new DHT API to block known results when searching in the DHTChristian Grothoff2012-11-10
|
* -fix block download calculationChristian Grothoff2012-11-05
|
* -using new MDLL facility to clean up bijection data structure and reduce ↵Christian Grothoff2012-10-23
| | | | memory consumption in fs service
* -do even fewer stats by defaultChristian Grothoff2012-10-23
|