aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
Commit message (Collapse)AuthorAge
* fix FTBFS issueChristian Grothoff2020-04-21
|
* 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
|
* rename fest: use new libgnunetnt instead of old libgnunetats logic for ↵Christian Grothoff2018-11-23
| | | | network type classification
* 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
|
* fix clean up logic in test_plugin_transport.cChristian Grothoff2018-05-10
|
* more verbose loggingChristian Grothoff2018-05-10
|
* at least compiling fixNils Gillmann2018-05-07
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* try to fix test failure in src/transportNils Gillmann2018-05-07
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* fix compiler warningsChristian Grothoff2016-05-06
|
* fix compiler warningsChristian Grothoff2016-05-06
|
* 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
|
* rename 'struct Session' to 'struct GNUNET_ATS_Session' to satisfy naming ↵Christian Grothoff2015-10-18
| | | | conventions
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* major code cleanup in UDP plugin, seems to also fix bugs; specifically, I ↵Christian Grothoff2015-03-01
| | | | think I fixed a leak
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -tolerateNAT instant reportingChristian Grothoff2015-02-09
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Fix the use of (GNUNET_)strdup and (GNUNET_)freeLRN2015-01-24
|
* -fix compile issue due to api changeChristian Grothoff2015-01-18
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* fixing compile errorMatthias Wachs2014-06-10
|
* -fix compiler warning, fix test logicChristian Grothoff2014-06-09
|
* minor changesMatthias Wachs2014-05-27
|
* fix compile warningMatthias Wachs2014-03-26
|
* implementing 0003268 to inbound information in HELLO addressesMatthias Wachs2014-01-13
| | | | | | | | | | All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
* -extend transport plugin API with capability to just disconnect a single ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* fix leakMatthias Wachs2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* fixing testMatthias Wachs2013-10-01
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* make test resistant againt duplicate notificationsMatthias Wachs2013-08-19
|
* -more code migration to microseconds:Christian Grothoff2013-08-12
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* remove log messageMatthias Wachs2013-06-27
|
* updated testMatthias Wachs2013-06-27
|
* fixing coverity 10464: Resource leakMatthias Wachs2013-06-25
|
* -fixes to error reportingChristian Grothoff2013-05-21
|
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* new friend only HELLO type GNUNET_MESSAGE_TYPE_FRIEND_HELLOMatthias Wachs2013-03-28
|
* fixMatthias Wachs2013-03-25
|
* fixing ATS dataMatthias Wachs2013-03-22
|
* transport plugin api change: split of address receive and ats updatesMatthias Wachs2013-03-18
|