aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_connectionpool.c
Commit message (Collapse)AuthorAge
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* towards flow control in TNGChristian Grothoff2019-04-28
|
* 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
|
* -migrate testbed to new MQ APIChristian Grothoff2016-08-04
|
* -convert to new transport APIChristian Grothoff2016-07-29
|
* -indentingChristian 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
|
* 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
|
* stop using deprecated TRANSPORT_try_connect() API, use modern ATS ↵Christian Grothoff2015-10-27
| | | | connectivity suggestions instead
* prepare testbed for #3675 by having an option to establish connections to ATSChristian Grothoff2015-10-27
|
* -indentation, doxygen, etc.Christian Grothoff2015-10-27
|
* 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-12-24
|
* - fix #3187Sree Harsha Totakura2013-12-10
|
* API cleanup, rename GNUNET_TRANSPORT_check_neighbour_connected to ↵Christian Grothoff2013-12-08
| | | | GNUNET_TRANSPORT_check_peer_connected
* - fixesSree Harsha Totakura2013-10-28
|
* - tolerate zero cache sizeSree Harsha Totakura2013-10-28
|
* - use pooled connections from connection pool moduleSree Harsha Totakura2013-10-23
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - towards seperating connection pooling from cacheSree Harsha Totakura2013-09-26