aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_limited_sockets.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
|
* 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
|
* switching transport tests to new MQ-based transport APIChristian Grothoff2016-07-25
|
* generalize send API for transport testsChristian Grothoff2016-07-21
|
* make more use of testing libChristian Grothoff2016-07-15
|
* more transport testing hackingChristian Grothoff2016-07-12
|
* adapt test_transport_api_reliability to new testing APIChristian Grothoff2016-07-10
|
* -start to refactor testcases for sanityChristian Grothoff2016-07-09
|
* fix compiler warningsChristian Grothoff2016-05-06
|
* 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
|
* -code cleanupChristian Grothoff2015-10-29
|
* 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
* removing depreated 'priority' argument from ↵Christian Grothoff2014-02-02
| | | | GNUNET_TRANSPORT_notify_transmit_ready
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* api fixMatthias Wachs2013-03-21
|
* -clean up testChristian Grothoff2012-10-29
|
* - some tests did not clean upMatthias Wachs2012-07-19
|
* - clean up testssMatthias Wachs2012-07-04
|
* - fixMatthias Wachs2012-07-02
|
* -changing message from ERROR to DEBUG as it is normalChristian Grothoff2012-05-06
|
* - removing old nat server codeMatthias Wachs2012-02-27
|
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* LRN: Use GNUNET_strdup() instead of strdup ()Christian Grothoff2011-11-25
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* increasign sockets for limited testMatthias Wachs2011-10-14
| | | | | reverting neighbours: nice idea...not so easy...but ats is more important
* namingMatthias Wachs2011-10-10
|
* transport-testing is not stateless anymoreMatthias Wachs2011-10-07
| | | | | | | | | -> fixed assertion failure transport_api.c:1348 - connecting peers is now unidirectional - added peer_startup callback
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* fixing #1801Matthias Wachs2011-09-30
|
* dceChristian Grothoff2011-09-14
|
* indentationChristian Grothoff2011-09-14
|
* basics for a testcase with a limited number of open filesMatthias Wachs2011-09-12