aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
Commit message (Collapse)AuthorAge
...
* fixed clean up and improved loggingMatthias Wachs2014-03-17
|
* no set_state to DISCONNECT_FINISHED required before free_neighbour Matthias Wachs2014-03-17
| | | | | fixing log output
* improved messagesMatthias Wachs2014-03-17
|
* Continue with address suggestion after try connect black list checkMatthias Wachs2014-02-12
| | | | | | Related to moving blacklist check before address switching as described in mantis #3262
* fixing 3299: use after free caused by shutdown order neighbours & pluginsMatthias Wachs2014-02-04
|
* send receive delay rescheduling supportMatthias Wachs2014-01-30
|
* extending bandwidth tracker api to support notificationsMatthias Wachs2014-01-30
|
* blacklist check on try connectMatthias Wachs2014-01-20
|
* perform blacklist before address switchMatthias Wachs2014-01-16
| | | | | | this commit adds the blacklist check before address switch in the next step the old blacklist check has to be removed
* more fixed documentationMatthias Wachs2014-01-16
|
* transport validation monitoring API (not yet complete) + CLIMatthias Wachs2014-01-15
| | | | | + fix for crash in transport/plugin_transport_udp.c
* improved checking for directionMatthias Wachs2014-01-14
|
* improved log messagesMatthias Wachs2014-01-14
|
* 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
* naming conventions for peer statesMatthias Wachs2014-01-10
|
* extending ATS api suggest callback with peer idMatthias Wachs2014-01-09
| | | | | adding suggest continuation
* renaming states according to naming convenationsMatthias Wachs2014-01-09
|
* neighbour monitoring api implementedMatthias Wachs2014-01-08
|
* implementing monitoring apiMatthias Wachs2014-01-08
|
* new monitoring APIMatthias Wachs2014-01-07
|
* -fix-ftbfsChristian Grothoff2013-12-23
|
* -more logging and doxygen fixesChristian Grothoff2013-12-23
|
* -code hygeneChristian Grothoff2013-12-22
|
* -more loggingChristian Grothoff2013-12-18
|
* disable debugging messagesMatthias Wachs2013-12-18
|
* pass ATS information for incoming sessions immediately to ATS serviceChristian Grothoff2013-12-18
|
* fix for bt plugin and set nonce to 0Matthias Wachs2013-12-18
|
* new timeout function and keep alives with noncesMatthias Wachs2013-12-18
|
* Non-uniform keepalive timeout for different pluginsLRN2013-12-15
|
* -cleanup, doxygenChristian Grothoff2013-12-13
|
* -simplify logic to help diagnose #2858Christian Grothoff2013-12-13
|
* reduce switch log level, increase ats timeout log levelMatthias Wachs2013-12-13
|
* -fix 3208 by making kills asyncChristian Grothoff2013-12-13
|
* commentMatthias Wachs2013-12-13
|
* remove addresses we cannot connect toMatthias Wachs2013-12-13
|
* Destroy address and session if blacklist denies connectionMatthias Wachs2013-12-13
| | | | | Address suggestion requests are not need, if a request was scheduled before...
* this is not possible, since identity check is enforced by transport_clients ↵Matthias Wachs2013-12-13
| | | | on try connect call
* -be stricter during handshake, close sessions with broken interactions ↵Christian Grothoff2013-12-12
| | | | aggressively
* -extend transport plugin API with capability to just disconnect a single ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* be more descriptive for debuggingMatthias Wachs2013-12-12
|
* -more logging, etc.Christian Grothoff2013-12-11
|
* -indentation, doxygen, loggingChristian Grothoff2013-12-11
|
* -doxygen fixesChristian Grothoff2013-12-10
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* -doxygen, indentation fixesChristian Grothoff2013-12-09
|
* fixed public key and identity comparison in disconnect messagesMatthias Wachs2013-12-05
|
* fix div by zeroMatthias Wachs2013-11-28
|
* fixing crashMatthias Wachs2013-10-18
|