aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_peer.c
Commit message (Expand)AuthorAge
* - various CLI fixesBart Polot2014-01-13
* - use explicit GNUNET_NO instead of 0Bart Polot2013-12-29
* malloc -> newLRN2013-12-19
* - rmeove breakBart Polot2013-12-18
* - send notification immediately if a connection fails to be createdBart Polot2013-12-18
* - fix core_disconnect handler to avoid reusing the direct path being destroyedBart Polot2013-12-17
* - dont destroy a path right away, broken paths can cause long loops with outd...Bart Polot2013-12-17
* - log fixes, limit kx to live tunnelsBart Polot2013-12-17
* - include all message types in switch, complain if unknownBart Polot2013-12-17
* - restore breakBart Polot2013-12-17
* - always allow sending KX messagesBart Polot2013-12-17
* - refactor and improve path creationBart Polot2013-12-17
* - register keepalive for destructionBart Polot2013-12-17
* - refine break conditionBart Polot2013-12-17
* - logsBart Polot2013-12-16
* - not a break, can happen if only one path is known and a connection is alrea...Bart Polot2013-12-16
* - don't show WARNING/ERROR on wrong connection create, debug+statistics insteadBart Polot2013-12-16
* - not a breakBart Polot2013-12-16
* - fixBart Polot2013-12-16
* - small refactorBart Polot2013-12-16
* - avoid double free / use after freeBart Polot2013-12-16
* - fix assertionsBart Polot2013-12-16
* - don't loop on the same invalid pathBart Polot2013-12-16
* - signal shutdown, don't create new connections, fix 3214Bart Polot2013-12-16
* - various minor fixes and breaksBart Polot2013-12-16
* - dont GNUNET_break on non-validable paths, DHT seems to routinely be aware o...Bart Polot2013-12-12
* - docBart Polot2013-12-12
* - logBart Polot2013-12-12
* - dont check destroy, opaque pointerBart Polot2013-12-10
* - dont send connection create for dying connections, avoid segfaults by the wayBart Polot2013-12-10
* - relay error to peer, indentationBart Polot2013-12-09
* - doxygenBart Polot2013-12-09
* - use force flag to avoid connections dropping channel management dataBart Polot2013-11-29
* - use new keepalive message typeBart Polot2013-11-28
* - revamp mesh_common code, minor refactoringBart Polot2013-11-27
* - use only once KEEPALIVE messageBart Polot2013-11-27
* - remove old dead code / message typesBart 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
* - fixmeBart Polot2013-11-18
* - logBart Polot2013-11-18
* - reorder shutdownBart Polot2013-11-15
* Use encrypted MESH by defaultBart Polot2013-11-14
* - remove warningBart Polot2013-11-14
* - fix channel flow control in corner casesBart Polot2013-11-14
* - allow to cancel connection messagesBart Polot2013-11-08
* - fix pollingBart Polot2013-11-08
* - doc, fixesBart Polot2013-11-07
* - refactoringBart Polot2013-11-06
* - change key exchange messages to own encapsulationBart Polot2013-11-05