aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
* - dont send ACK on dying connectionsBart Polot2013-11-26
* - dont resend useless channel_destroy messagesBart Polot2013-11-26
* - logBart Polot2013-11-26
* - fix port manglingBart Polot2013-11-26
* - allow for destruction of channel inside inbound handlerBart Polot2013-11-26
* - fix crash on GMC_create (3131, 3123)Bart Polot2013-11-26
* - fix 2966: destroy all channels on service crash/disconnectBart Polot2013-11-26
* - fix #3114: add feedback from _local to _channel on who is requesting the ch...Bart Polot2013-11-26
* - testcase for #3114Bart Polot2013-11-26
* - fix #3111Bart Polot2013-11-25
* - logBart Polot2013-11-25
* - logBart Polot2013-11-21
* - destroy all connections on shutdown, so core_disconnect doesn't cause errorsBart Polot2013-11-21
* - don't crash on channel not foundBart Polot2013-11-21
* - more shutdown fixesBart Polot2013-11-19
* - missing headerBart Polot2013-11-19
* - fix shutdown orderBart Polot2013-11-19
* - remove warningBart Polot2013-11-19
* - api fixBart Polot2013-11-19
* - delete tunnel from peermap at shutdownBart Polot2013-11-19
* - don't reschedule a POLL if connectio is being destroyed, hopefully fix #3111Bart Polot2013-11-19
* -fix channel_get_info, return pointer to peer, not interned valueChristian Grothoff2013-11-19
* - destroy channels when tunnels is being destroyed (but complain: channels sh...Bart Polot2013-11-18
* - fixmeBart Polot2013-11-18
* - fix handling of path's on duplicate PATH_CREATE messagesBart Polot2013-11-18
* - doc, notesBart Polot2013-11-18
* - missing return Bart Polot2013-11-18
* - logBart Polot2013-11-18
* - cancel queued message on connection destroyBart Polot2013-11-18
* - dont double free in case of errorBart Polot2013-11-18
* - fix use after free on shutdown (#3112)Bart Polot2013-11-18
* -return after handler was found, as handler might have destroyed the mesh han...Christian Grothoff2013-11-16
* -remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure ...Christian Grothoff2013-11-16
* -fix include orderChristian Grothoff2013-11-16
* -only notify AFTER sending is really close to finished, not beforeChristian Grothoff2013-11-16
* - docBart Polot2013-11-15
* - initiate retransmit timer only after message has been sentBart Polot2013-11-15
* - dont use uninitialized memoryBart Polot2013-11-15
* - dead codeBart Polot2013-11-15
* - add tunnel callback for retransmissionsBart Polot2013-11-15
* - dont use a cancel handle if cont is NULL, fix potential memleakBart Polot2013-11-15
* - show WARNING if elements were not in the hashmapsBart Polot2013-11-15
* - ignore return value (cov 10870)Bart Polot2013-11-15
* - fix cov 10808Bart Polot2013-11-15
* - fix NACK handling (related to cov 10832)Bart Polot2013-11-15
* - non-null check always performed before call: not needed in the function (co...Bart Polot2013-11-15
* - ignore return valuesBart Polot2013-11-15
* - explicitly ignore return value (cov 10819)Bart Polot2013-11-15
* - fix coverity 10814Bart Polot2013-11-15
* - fix memleak on error (cov 10812)Bart Polot2013-11-15