aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_publish_persistence.c
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* 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
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -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
* generate progress events when publishing directories (towards fixing #2230)Christian Grothoff2013-10-11
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing #3034Christian Grothoff2013-09-14
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* -fixes for api change in testing librarySree Harsha Totakura2012-06-20
|
* -simplifying tests with new testing libChristian Grothoff2012-06-15
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* -do not tie verbosity to debug levels for fs testsChristian Grothoff2012-02-11
|
* -LRN: make file filename alterable and initializableChristian Grothoff2012-01-09
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* fix shutdownChristian Grothoff2011-07-19
|
* cleaner datastore handling, fixing test failureChristian Grothoff2011-06-17
|
* checkChristian Grothoff2011-05-05
|
* changing datastore API to support replication level --- not fully ↵Christian Grothoff2011-04-03
| | | | implemented --- and adding GNUNET_FS_BlockOptions struct to replace prio/anonymity/expiration+replication args
* abs_valueChristian Grothoff2011-01-20
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* style improvments wrt Mantis 1614 patchChristian Grothoff2010-11-03
|
* original patch from Mantis 1614Christian Grothoff2010-11-03
|
* Refactoring gnunet timeMatthias Wachs2010-10-27
|
* nitpicksChristian Grothoff2010-09-03
|
* gpl3Christian Grothoff2010-07-02
|
* pc not scChristian Grothoff2010-06-20
|
* stuffChristian Grothoff2010-05-07
|
* fixing publish persist testChristian Grothoff2010-05-06
|
* testsChristian Grothoff2010-05-05