aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
Commit message (Collapse)AuthorAge
* -finally able to remove old transport API transmission logicChristian Grothoff2016-07-29
|
* more transport testing hackingChristian Grothoff2016-07-12
|
* migrate transport_core API to MQChristian Grothoff2016-07-08
|
* 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 definitively dead try_connect-related logic (#3675)Christian Grothoff2015-11-06
|
* -typo-doxygenChristian Grothoff2015-11-01
|
* -fix SEGVChristian Grothoff2015-10-27
|
* -fix udp transmission, avoid scheduling when unreadyChristian Grothoff2015-10-26
|
* never pass addresses for ourselves to ATSChristian Grothoff2015-10-26
|
* -remove deprecated try_disconnect APIChristian Grothoff2015-10-18
|
* -doxygenChristian Grothoff2015-10-18
|
* -be harsher about transport service sending messages out of line, also at ↵Christian Grothoff2015-10-17
| | | | the same time check in transport service to only transmit messages if in the right state
* add constant for the delay after which we log warningsChristian Grothoff2015-10-08
|
* -more meaningful log msgChristian Grothoff2015-10-07
|
* -fix NPEChristian Grothoff2015-10-07
|
* major bugfix: is_ready must only be set to GNUNET_NO if we actually did ↵Christian Grothoff2015-10-07
| | | | transmit something to transport, otherwise we cannot expect to get a SEND_OK back
* -adding more logging to diagnose transport transmission delaysChristian Grothoff2015-10-07
|
* adding DEBUG logic for #3863Christian Grothoff2015-10-05
|
* -improve indentation, reduce duplication of PIDs in core's neighbour mapChristian Grothoff2015-08-03
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS ↵Christian Grothoff2015-02-10
| | | | testcases yet
* -fixChristian Grothoff2015-02-10
|
* -do only send HELLO to clients once on startup, do only send fully ↵Christian Grothoff2015-02-09
| | | | initialized HELLO to clients if we can help it, even the first one; do not perform blacklist check twice for try_connect
* -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
* -doxygen and minor style fixesChristian Grothoff2014-12-20
|
* -use separate message types for TRY_CONNECT and TRY_DISCONNECTChristian Grothoff2014-12-20
|
* -doxygen, cleanupChristian Grothoff2014-06-22
|
* added functionality to use the CLI to disconnect peersMatthias Wachs2014-03-27
| | | | | fixed DISCONNECT functionality
* stop notifications on deleteMatthias Wachs2014-02-10
|
* -eliminate odd global variable, indentation, doxygen, stylistic fixesChristian Grothoff2014-02-09
|
* implementing #3296Christian Grothoff2014-02-09
|
* add API for #3296Christian Grothoff2014-02-02
|
* removing depreated 'priority' argument from ↵Christian Grothoff2014-02-02
| | | | GNUNET_TRANSPORT_notify_transmit_ready
* send receive delay rescheduling supportMatthias Wachs2014-01-30
|
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30
|
* -indentationChristian Grothoff2013-12-20
|
* preventing receiving in disconnectMatthias Wachs2013-12-19
|
* -simplify logic to help diagnose #2858Christian Grothoff2013-12-13
|
* -cleanupChristian Grothoff2013-12-08
|
* -complete commentChristian Grothoff2013-12-08
|
* API cleanup, rename GNUNET_TRANSPORT_check_neighbour_connected to ↵Christian Grothoff2013-12-08
| | | | GNUNET_TRANSPORT_check_peer_connected
* -doxgyen, indentation, code clean upChristian Grothoff2013-12-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting ATS and transport to compile again (part of #3047)Christian Grothoff2013-09-30
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -fix use after free in logChristian Grothoff2013-06-21
|