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-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX | |
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-02-20 | Remove unused GNUNET_DATASTORE_update() API call | David Barksdale | |
2016-07-20 | -skip mysql tests properly if mysql is not configured correctly | Christian Grothoff | |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff | |
2016-06-24 | refactoring datastore API to use MQ API, also fixing misc. bugs in new mysql ↵ | Christian Grothoff | |
backend | |||
2016-04-09 | small API change: do no longer pass rarely needed ↵ | Christian Grothoff | |
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() | |||
2016-03-14 | -bugfix, adding comments, fixing indent | Christian Grothoff | |
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-08-03 | -reduce autostarting for tests, reduce timeouts | Christian Grothoff | |
2015-08-03 | -cleaning up test logic, modernizing calls, improving test documentation | Christian Grothoff | |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2015-01-07 | suspend server while handlers are not in place | Christian Grothoff | |
2014-12-11 | adding single location for no_forcestart configuration list | Christian Grothoff | |
2013-12-19 | malloc -> new | LRN | |
2013-10-06 | -remove trailing whitespace | Christian Grothoff | |
2013-08-11 | changing time measurement from milliseconds to microseconds | Christian Grothoff | |
2012-12-21 | -renaming testing-new.h to testing.h, bumping library versions | Christian Grothoff | |
2012-06-20 | -fixes for api change in testing library | Sree Harsha Totakura | |
2012-06-12 | -consistently use struct GNUNET_HashCode | Christian Grothoff | |
2012-06-10 | -using new testing api to determine plugin name | Christian Grothoff | |
2012-06-10 | -using testing in datastore tests | Christian Grothoff | |
2012-05-08 | Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroy | Bart Polot | |
2012-04-24 | -trying to fix test shutdown sequence if database not setup | Christian Grothoff | |
2012-02-27 | enabling use of pipes for signal communication also on UNIX to enable future ↵ | Christian Grothoff | |
integration with Java services | |||
2012-02-26 | -verbose is independent of logging | Christian Grothoff | |
2011-12-30 | -LRN: use FPRINTF -- #2051 | Christian Grothoff | |
2011-12-19 | adding min_expiration argument to GNUNET_DATASTORE_ContinuationWithStatus ↵ | Christian Grothoff | |
callback to communicate which content has a chance of being stored in the medium term | |||
2011-11-04 | curly wars / auto-indentation | Christian Grothoff | |
2011-10-04 | LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls | Christian Grothoff | |
(#1805). | |||
2011-09-14 | better reporting | Christian Grothoff | |
2011-08-16 | even nicer indentation, thanks to LRN's indent patch | Christian Grothoff | |
2011-08-15 | indentation | Christian Grothoff | |
2011-08-15 | indentation | Christian Grothoff | |
2011-05-04 | sleeep | Christian Grothoff | |
2011-04-26 | datastore and fs fixes from Easter | Christian Grothoff | |
2011-04-15 | mysql fixes | Christian Grothoff | |
2011-04-04 | sqlite clean up | Christian Grothoff | |
2011-04-03 | improving datastore API --- not working yet | Christian Grothoff | |
2011-04-03 | changing datastore API to support replication level --- not fully ↵ | Christian Grothoff | |
implemented --- and adding GNUNET_FS_BlockOptions struct to replace prio/anonymity/expiration+replication args | |||
2011-03-25 | better API | Christian Grothoff | |
2010-12-21 | fix | Christian Grothoff | |
2010-12-19 | LRN patch from SVN 1630 | Christian Grothoff | |
2010-11-05 | big scheduler refactoring, expect some issues | Nathan S. Evans | |
2010-11-03 | style improvments wrt Mantis 1614 patch | Christian Grothoff | |
2010-11-03 | original patch from Mantis 1614 | Christian Grothoff | |