aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api_reliability.c
Commit message (Collapse)AuthorAge
* BUILD: Move core to service/cliMartin Schanzenbach2023-10-18
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -Replaced several hardcoded /tmp locations in tests of CORE, FS, IDENTITY, ↵Willow Liquorice2022-08-21
| | | | NAMECHACHE, PT, TOPOLOGY, and TESTBED subsystems
* avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188)Christian Grothoff2020-07-17
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* 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
|
* fix div by zeroChristian Grothoff2018-07-11
|
* 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
|
* Fix memory leak in test_core_api_reliabilityDavid Barksdale2017-10-09
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* -fix ftbfsChristian Grothoff2016-08-19
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* adapting next test to new MQ APIChristian Grothoff2016-07-30
|
* adapting next test to new MQ APIChristian Grothoff2016-07-30
|
* starting to convert core tests to new MQ APIChristian Grothoff2016-07-30
|
* converting core tests to hello_get APIChristian Grothoff2016-07-30
|
* -converting CORE service to new transport MQ APIChristian Grothoff2016-07-26
|
* fix testcase shutdownChristian Grothoff2016-07-26
|
* -fix cancellations in testChristian Grothoff2016-07-08
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* migrate transport_core API to MQChristian Grothoff2016-07-08
|
* refactoring core API to use new MQ libChristian Grothoff2016-06-19
|
* 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
|
* replacing deprecated transport_try_connect call with ATS callChristian Grothoff2015-10-29
|
* -preparations for replacement of try_connect callChristian Grothoff2015-10-29
|
* redefining core message timeout semantics and core-core-API messaging to ↵Christian Grothoff2015-10-08
| | | | address (hypothetical?) stalls which may explain #3863. This kind-of breaks the API in that the timeout now has a different semantic -- it's an advisory as to when the app would like the message transmitted, the transmission will no longer actually time out. However, that was the documented semantics before, just not the actual behavior. Most applications didn't rely on it, and tests still pass, so I didn't break too much...
* 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
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* fix testsMatthias Wachs2013-10-01
|
* how did this test ever work without assigning core handles?Matthias Wachs2013-08-23
|
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* ftbMatthias Wachs2013-03-25
|
* -simplifyChristian Grothoff2013-03-23
|
* change to core paiMatthias Wachs2013-03-21
|
* changes to transport apiMatthias Wachs2012-11-09
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|