aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability_constant.c
Commit message (Collapse)AuthorAge
* removing dead testChristian Grothoff2016-07-10
|
* -start to refactor testcases for sanityChristian Grothoff2016-07-09
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -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
* fixMatthias Wachs2013-10-02
|
* log levelMatthias Wachs2013-09-16
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* api fixMatthias Wachs2013-03-21
|
* - clean up testssMatthias Wachs2012-07-04
|
* - removing old nat server codeMatthias Wachs2012-02-27
|
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* LRN: Use GNUNET_strdup() instead of strdup ()Christian Grothoff2011-11-25
|
* transport-testing uses precomputed hostkeys to improve speed especially on ↵Matthias Wachs2011-11-16
| | | | slow systems
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* (no commit message)Matthias Wachs2011-10-11
|
* fixesMatthias Wachs2011-10-10
|
* 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).
* beautificationMatthias Wachs2011-09-30
|
* fixing #1801Matthias Wachs2011-09-30
|
* removing quota set to max_bps cfg setting Matthias Wachs2011-09-29
|
* test case for udp and constant packet sizeMatthias Wachs2011-09-23