Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-07 | paragraph for gnunet devs that don't know how to use the web | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-07 | glitch in the license text detected by hyazinthe, thank you! | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-06 | second batch complete. WE ARE AFFERO AGPL NOW! | psyc://loupsycedyglgamf.onion/~lynX | |
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX | |
2018-05-23 | more flakes. | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2018-05-22 | fix test locations | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2018-05-22 | text_gnunet_fs_psd.py.in: Fix loading pxpect + flake8'ism | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2018-05-19 | + | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2018-05-13 | get rid of plain memcpy calls | Christian Grothoff | |
2018-05-06 | Switch to $GNUNET_TMP in all configuration files. | Nils Gillmann | |
Signed-off-by: Nils Gillmann <ng0@n0.is> | |||
2018-04-30 | eliminate DHT PUT OK message by using MQ feature of calling continuation ↵ | Christian Grothoff | |
when transmission is complete | |||
2018-03-03 | src/fs/test_gnunet_fs_psd.py.in: Use py2 and py3.4+ compatible import | ng0 | |
2018-01-21 | indentation fixes | Christian Grothoff | |
2018-01-10 | Try to keep the fs->core MQ from growing too large | David Barksdale | |
2018-01-06 | fix potential use of uninitialized key | Christian Grothoff | |
2018-01-06 | fix indentation and use after free in tcp plugin | Christian Grothoff | |
2018-01-04 | add assertion | Christian Grothoff | |
2017-12-30 | merge branch 'refactoring-scheduler' | lurchi | |
2017-12-30 | Merge branch 'fix_social' | lurchi | |
2017-11-12 | Fix memory leak in publishing UBlocks | David Barksdale | |
2017-11-08 | fs: fix typos in mime-types | Daniel Golle | |
replace 'applixation' with 'application'. | |||
2017-11-08 | FS: Add 'nar' and 'narinfo' to fs_misc.c | ng0 | |
2017-10-29 | allow MST callback to distinguish between disconnect and parse error ↵ | Christian Grothoff | |
situations, and only log for the hard errors | |||
2017-10-01 | Support filter-size in fs block plugin | David Barksdale | |
This should fix some assertions failures I'm seeing in the DHT service. | |||
2017-09-04 | Don't consider restart when the test action already finished | lurchi | |
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. | |||
2017-07-24 | fix #5094 as suggested by reporter | Christian Grothoff | |
2017-07-21 | get psd test to pass on my system | Christian Grothoff | |
2017-07-18 | fix #5107 | Christian Grothoff | |
2017-03-31 | [fs] Fix unindex after API change | David Barksdale | |
2017-03-25 | rename GNUNET_GETOPT functions to achieve better consistency | Christian Grothoff | |
2017-03-22 | [datastore] Return and update replication | David Barksdale | |
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. | |||
2017-03-19 | [datastore] Fix #3743 | David Barksdale | |
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. | |||
2017-03-17 | more renamings relating to 'new' service now just being the 'normal' service | Christian Grothoff | |
2017-03-17 | Merge branch 'master' into getopt | Christian Grothoff | |
2017-03-16 | porting fs finished. | Marcello Stanisci | |
2017-03-16 | porting gnunet-publish + others.. | Marcello Stanisci | |
2017-03-16 | removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵ | Christian Grothoff | |
plugins (which will be updated 'later') | |||
2017-03-13 | renaming CADET APIs to match naming conventions again, now that the old ↵ | Christian Grothoff | |
symbols have been purged | |||
2017-03-13 | rename libgnunetcadetnew -> libgnunetcadet | Christian Grothoff | |
2017-03-10 | fix use of uninitialized value host1 on error logging | Christian Grothoff | |
2017-03-10 | remove empty files, fix indentation | Christian Grothoff | |
2017-03-09 | fix #4608 | Christian Grothoff | |
2017-03-06 | Update comment to match code | David Barksdale | |
2017-03-05 | fix #4839 | Christian Grothoff | |
2017-03-05 | indentation, comment and style fixes, no semantic changes | Christian Grothoff | |
2017-02-27 | implement revocation block plugin, get revocation test to pass again | Christian Grothoff | |
2017-02-26 | add validation for inner consensus element | Florian Dold | |
The nested block validation requires the block context, and thus the evaluate callback not also receives the block context. | |||
2017-02-26 | ensure all plugins properly use BF, move shared logic to shared library | Christian Grothoff | |
2017-02-26 | add note about but #4608 | Christian Grothoff | |
2017-02-23 | optimize queue-full case, reduce max queue size due to O(n) operation | Christian Grothoff | |