aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Expand)AuthorAge
* - 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
* - 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 time...Bart Polot2013-11-14
* - avoid timeout in test_reliable_* if KX message is droppedBart Polot2013-11-14
* - remove superfluous tunnel stateBart Polot2013-11-14
* - send ping on rekey timeoutBart Polot2013-11-14
* Use encrypted MESH by defaultBart Polot2013-11-14
* - free data copy in case of errorBart Polot2013-11-14
* - logBart Polot2013-11-14
* - fix memleakBart Polot2013-11-14
* - account timing info in "backlog" freeBart Polot2013-11-14
* - remove warningBart Polot2013-11-14
* - fix NPEBart Polot2013-11-14
* - fix channel flow control in corner casesBart Polot2013-11-14
* - logBart Polot2013-11-13
* - timing fixesBart Polot2013-11-12
* - fixesBart Polot2013-11-09