aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.c
Commit message (Expand)AuthorAge
* - remove deprecated testsBart Polot2013-11-28
* - warning--Bart Polot2013-11-28
* - use new keepalive message typeBart Polot2013-11-28
* - send conncetion ack before kex exchange -> cleaner state maintenanceBart Polot2013-11-28
* - typos, indentBart Polot2013-11-28
* - logBart Polot2013-11-28
* - revamp mesh_common code, minor refactoringBart Polot2013-11-27
* - use only once KEEPALIVE messageBart Polot2013-11-27
* - plug leakBart Polot2013-11-27
* - fix consensus profiler test (multiple channels reusing same tunnel/session)Bart Polot2013-11-27
* - tunnels need separate connectivity state and encryption/handshake statesBart Polot2013-11-27
* - logBart Polot2013-11-27
* - dont try to send data on connections that are going to be destroyedBart Polot2013-11-27
* - dont send ACK on dying connectionsBart Polot2013-11-26
* - logBart Polot2013-11-26
* - fix crash on GMC_create (3131, 3123)Bart Polot2013-11-26
* - fix #3111Bart Polot2013-11-25
* - logBart Polot2013-11-25
* - destroy all connections on shutdown, so core_disconnect doesn't cause errorsBart Polot2013-11-21
* - don't reschedule a POLL if connectio is being destroyed, hopefully fix #3111Bart Polot2013-11-19
* - fix handling of path's on duplicate PATH_CREATE messagesBart Polot2013-11-18
* - doc, notesBart Polot2013-11-18
* - missing return Bart 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
* - docBart Polot2013-11-15
* - dont use uninitialized memoryBart 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 coverity 10814Bart Polot2013-11-15
* - fix memleak on error (cov 10812)Bart Polot2013-11-15
* - mark fall-through explicitlyBart Polot2013-11-15
* - when did this dissapear????Bart Polot2013-11-15
* - logBart Polot2013-11-15
* - doxygenBart Polot2013-11-15
* - use shorter timeout for connection establishment (CREATE/ACK) to avoid time...Bart Polot2013-11-14
* Use encrypted MESH by defaultBart Polot2013-11-14
* - free data copy in case of errorBart Polot2013-11-14
* - fix memleakBart Polot2013-11-14
* - fixesBart Polot2013-11-09
* - don't die on transmission errorBart Polot2013-11-08
* - fix double freeBart Polot2013-11-08
* - fix NPEBart Polot2013-11-08
* - allow to cancel connection messagesBart Polot2013-11-08
* - fixBart Polot2013-11-08
* - fix pollingBart Polot2013-11-08
* - dittoBart Polot2013-11-07