summaryrefslogtreecommitdiff
path: root/src/core/test_core_api_send_to_self.c
Commit message (Collapse)AuthorAge
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* 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
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* convert another test to new APIChristian Grothoff2016-07-30
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian 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 #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
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
|
* change to core paiMatthias Wachs2013-03-21
|
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* - additional checksMatthias Wachs2012-07-06
|
* -use testing libChristian Grothoff2012-06-23
|
* -simplifying core API (#2400)Christian Grothoff2012-06-09
|
* 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
* -try larger timeouts for sparcbotChristian Grothoff2012-02-26
|
* - use dummy msg type intended for testingMatthias Wachs2012-01-23
|
* - fixing compile errorMatthias Wachs2012-01-23
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* replacing 0-terminated atsi-array with array+length in core API (and the ↵Christian Grothoff2011-10-22
| | | | core-connect IPC)
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* another core API simplification due to ATS introductionChristian Grothoff2011-10-10
|
* fixChristian Grothoff2011-10-07
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* stuffChristian Grothoff2011-08-14
|
* implement cork option, fix testcasesChristian Grothoff2011-03-11
|
* proper testcase functioningNathan S. Evans2011-01-10
|
* load configuration properly?Nathan S. Evans2011-01-10
|
* trial and errorNathan S. Evans2011-01-10
|
* let the send-to-self-test fail if it fails...Philipp Tölke2011-01-05
|
* hopefully send to self test will run on buildbotsNathan S. Evans2011-01-05
|
* make testcase end more gracefullyNathan S. Evans2011-01-05
|
* test-case for cores send-to-self-featurePhilipp Tölke2011-01-05