aboutsummaryrefslogtreecommitdiff
path: root/src/fs
Commit message (Collapse)AuthorAge
...
* fix potential use of uninitialized keyChristian Grothoff2018-01-06
|
* fix indentation and use after free in tcp pluginChristian Grothoff2018-01-06
|
* add assertionChristian Grothoff2018-01-04
|
* merge branch 'refactoring-scheduler'lurchi2017-12-30
|\
| * Don't consider restart when the test action already finishedlurchi2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | In the old scheduler implementation tasks with different priorities were run in the same event loop iteration, in the new implementation this cannot be guaranteed anymore, as it's driver-dependent. For the FS tests this means that when adding both an 'abort' task and a 'restart' task (the latter with higher priority) the 'restart' task didn't take effect with the old implementation but does with the new implementation (and leads to an assertion failure). Not scheduling the 'restart' task when the action (download/publish) has already finished successfully solves this issue.
* | Merge branch 'fix_social'lurchi2017-12-30
|\ \
| * | allow MST callback to distinguish between disconnect and parse error ↵Christian Grothoff2017-10-29
| | | | | | | | | | | | situations, and only log for the hard errors
* | | Fix memory leak in publishing UBlocksDavid Barksdale2017-11-12
| | |
* | | fs: fix typos in mime-typesDaniel Golle2017-11-08
| | | | | | | | | | | | replace 'applixation' with 'application'.
* | | FS: Add 'nar' and 'narinfo' to fs_misc.cng02017-11-08
| | |
* | | Support filter-size in fs block pluginDavid Barksdale2017-10-01
|/ / | | | | | | This should fix some assertions failures I'm seeing in the DHT service.
* | fix #5094 as suggested by reporterChristian Grothoff2017-07-24
| |
* | get psd test to pass on my systemChristian Grothoff2017-07-21
| |
* | fix #5107Christian Grothoff2017-07-18
|/
* [fs] Fix unindex after API changeDavid Barksdale2017-03-31
|
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* [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.
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* Merge branch 'master' into getoptChristian Grothoff2017-03-17
|\
| * removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | | | | | plugins (which will be updated 'later')
* | porting fs finished.Marcello Stanisci2017-03-16
| |
* | porting gnunet-publish + others..Marcello Stanisci2017-03-16
|/
* renaming CADET APIs to match naming conventions again, now that the old ↵Christian Grothoff2017-03-13
| | | | symbols have been purged
* rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff2017-03-13
|
* fix use of uninitialized value host1 on error loggingChristian Grothoff2017-03-10
|
* remove empty files, fix indentationChristian Grothoff2017-03-10
|
* fix #4608Christian Grothoff2017-03-09
|
* Update comment to match codeDavid Barksdale2017-03-06
|
* fix #4839Christian Grothoff2017-03-05
|
* indentation, comment and style fixes, no semantic changesChristian Grothoff2017-03-05
|
* implement revocation block plugin, get revocation test to pass againChristian Grothoff2017-02-27
|
* add validation for inner consensus elementFlorian Dold2017-02-26
| | | | | The nested block validation requires the block context, and thus the evaluate callback not also receives the block context.
* ensure all plugins properly use BF, move shared logic to shared libraryChristian Grothoff2017-02-26
|
* add note about but #4608Christian Grothoff2017-02-26
|
* optimize queue-full case, reduce max queue size due to O(n) operationChristian Grothoff2017-02-23
|
* ignore generated temp files that are frequently generatedChristian Grothoff2017-02-22
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* support BF size adjustments in other pluginsChristian Grothoff2017-02-22
|
* try to fix BF size mess created by original BLOCK API changeChristian Grothoff2017-02-22
|
* completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff2017-02-20
|
* first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff2017-02-20
|
* get FS test with CADET to finally pass againChristian Grothoff2017-02-17
|
* convert to new CADET API, not working due to CADET-API internal bugsChristian Grothoff2017-02-17
|
* assertion was inverted, also probably too strictChristian Grothoff2017-02-17
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* use correct way to resume downloadChristian Grothoff2017-01-25
|
* do not start download twiceChristian Grothoff2017-01-25
|
* update ignore fileChristian Grothoff2017-01-25
|
* use new SCHEDULER_add_at API where applicableChristian Grothoff2017-01-22
|