aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_restart_2peers.c
Commit message (Collapse)AuthorAge
* more refactoring of tests for new send APIChristian Grothoff2016-07-23
|
* more transport testing hackingChristian Grothoff2016-07-12
|
* -start to refactor testcases for sanityChristian Grothoff2016-07-09
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* 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
|
* -removing last uses of TRANSPORT_try_connect APIChristian Grothoff2015-11-06
|
* -code cleanupChristian Grothoff2015-10-29
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Various changes:Christian Grothoff2015-02-05
| | | | | | | | | | | | | | | - removed "in_use" from being passed to ATS, no longer needed as we tell ATS when we cannot follow a suggestion by removing the address; simplifies the code a lot - better handling of state machine, fallback to primary session if address switch to new session timed out - nicer logging - more comments - new testcase failures, because of #3652, #3651 and #3650 (or more that i missed).
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* removing depreated 'priority' argument from ↵Christian Grothoff2014-02-02
| | | | GNUNET_TRANSPORT_notify_transmit_ready
* api fixMatthias Wachs2013-03-21
|
* changes to transport apiMatthias Wachs2012-11-09
|
* - clean up testssMatthias Wachs2012-07-04
|
* -code cleanup, more precise error messagesChristian Grothoff2012-05-31
|
* -increasing timeout to hopefully help sparcbotChristian Grothoff2012-05-31
|
* -fixing testcases, cleanupChristian Grothoff2012-05-16
|
* - removing old nat server codeMatthias Wachs2012-02-27
|
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* -fixing indentationChristian Grothoff2011-11-29
|
* LRN: Use GNUNET_strdup() instead of strdup ()Christian Grothoff2011-11-25
|
* tests for mantis #1028Matthias Wachs2011-11-22
|
* transport testing:Matthias Wachs2011-11-21
peer restart functionality + testcases if peers reconnect when restarted