aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_peer.c
Commit message (Collapse)AuthorAge
* 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()
* - free queued messages on peer destroy, fix #4001Bart Polot2016-03-30
|
* - refactor, test orderdBart Polot2016-03-30
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -do not suggest twiceChristian Grothoff2015-10-18
|
* -stop active offer before starting another oneChristian Grothoff2015-10-18
|
* use ATS connectivity suggestion instead of deprecated ↵Christian Grothoff2015-10-18
| | | | GNUNET_TRANSPORT_try_connect
* -track hello offer handle while it is activeChristian Grothoff2015-10-18
|
* - remove unused variableBart Polot2015-10-06
|
* - refactor test dropping, reduce test loadBart Polot2015-10-06
|
* - Revamp traffic logging, small bugfixes, complete doxygenBart Polot2015-10-06
|
* - cancel all transmissions so core_api doesn't complainBart Polot2015-10-02
|
* - log shutdownBart Polot2015-10-02
|
* Fixed usage of known broken paths. If a connection was destroyedBart Polot2015-10-02
| | | | | while handling a neighbor disconnection, cadet tried to reconnect to peers using paths containing the disconnecting peer.
* - don't connect twice on core_connect, as it may cause problems since ↵Bart Polot2015-10-02
| | | | connections hashmap is not yet created
* - additional testBart Polot2015-10-02
|
* - use better variable namesBart Polot2015-10-02
|
* - don't try to connect to peers that are neighbors alreadyBart Polot2015-10-02
|
* - connect if there are less connections than the minimum, not moreBart Polot2015-10-02
|
* - don't leave freed memory on the peer's path list, signal error and remove ↵Bart Polot2015-10-02
| | | | anyway
* - unify logging formatBart Polot2015-10-02
|
* - don't call core if there is no trafficBart Polot2015-10-02
|
* - formatBart Polot2015-09-03
|
* - make sure own_id is a correct NULL-terminated stringBart Polot2015-09-03
|
* Fix #3929: cancel poll towards disconnected neighborBart Polot2015-09-03
|
* - refactor client handlingBart Polot2015-09-03
|
* - logBart Polot2015-09-03
|
* - simplify loglevelBart Polot2015-09-03
|
* - refactor GCP_get_peer, fix get peer infoBart Polot2015-07-31
|
* - remove hello loggingBart Polot2015-07-31
|
* this should fix #3846Christian Grothoff2015-07-14
|
* committing version used to produce 3846:9432Christian Grothoff2015-07-14
|
* adding moderately expensive instrumentation to track down invariant ↵Christian Grothoff2015-07-13
| | | | violation #3846 in CADET
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* - try to retransmit in case of core errorBart Polot2015-06-26
|
* - explicitly track shutdown statusBart Polot2015-06-26
|
* - on shutdown it will happen that core will return 0/NULL, this is not a warningBart Polot2015-06-26
|
* - fix error messageBart Polot2015-06-24
|
* - fixBart Polot2015-06-24
|
* - complain about excessive core waiting timesBart Polot2015-06-24
|
* - check connections on peer destroyBart Polot2015-06-24
|
* NULL terminate core_handlers[]David Barksdale2015-06-23
|
* - only log time if core is requestedBart Polot2015-06-18
|
* - add core timing to peer debugBart Polot2015-06-18
|
* - free hello when destroying peerBart Polot2015-06-17
|
* - destroy peers on shutdownBart Polot2015-06-17
|
* - since the connection->id reduction hashmap puts use a helper function with ↵Bart Polot2015-06-17
| | | | local static buffer, workaround
* - make sure there are no duplicates in the hashmapBart Polot2015-06-17
|
* - roll back duplication of peer->connectionsBart Polot2015-06-17
|