aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Collapse)AuthorAge
* - 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 ↵Bart Polot2013-11-18
| | | | should have been destroyed first). Probably wrong shutdown sequence.
* - 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 ↵Christian Grothoff2013-11-16
| | | | handle already
* -remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure ↵Christian Grothoff2013-11-16
| | | | calling the continuation _last_
* -fix include orderChristian Grothoff2013-11-16
|
* -only notify AFTER sending is really close to finished, not beforeChristian Grothoff2013-11-16
|
* - docBart Polot2013-11-15
| | | | | - use tunnel queues on channel retransmit
* - 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 ↵Bart Polot2013-11-15
| | | | (cov 10802)
* - 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
|
* - mark fall-through explicitlyBart Polot2013-11-15
|
* - fix coverity 10859Bart Polot2013-11-15
|
* - dont allow a client to send more data when output buffer is fullBart Polot2013-11-15
|
* - when did this dissapear????Bart Polot2013-11-15
|
* - logBart Polot2013-11-15
|
* - reorder shutdownBart Polot2013-11-15
|
* - use correct binaryBart Polot2013-11-15
|
* - doxygenBart Polot2013-11-15
|
* - logBart Polot2013-11-15
|
* - fix memleak on KX dropBart Polot2013-11-14
|
* - use shorter timeout for connection establishment (CREATE/ACK) to avoid ↵Bart Polot2013-11-14
| | | | timeout to test_reliable_* if a connection management message is dropped