aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_peer.c
Commit message (Expand)AuthorAge
* - remove unneccessary reserved fieldsBart Polot2014-03-06
* - remove dead handlerBart Polot2014-03-06
* - standarize log messagesBart Polot2014-02-19
* - revamp loggingBart Polot2014-02-19
* - reduce debug messages amount of hello operationsBart Polot2014-02-19
* - use HELLOs from DHT to try_connect on TRANSPORT levelBart Polot2014-02-05
* - whitespaceBart Polot2014-02-05
* - logBart Polot2014-02-05
* - don't call set on NULL hellosBart Polot2014-02-04
* - ignore NULL hellosBart Polot2014-02-04
* - simplify timing out of old hellosBart Polot2014-02-04
* - fix segfault at get size of null helloBart Polot2014-02-04
* Clean up transport connection in meshLRN2014-02-04
* - copy hellos since parameter is constBart Polot2014-02-04
* - refactor logging to allow for shorter log filesBart Polot2014-02-04
* Use stored hellos to try to establish direct connections to peers with tunnelsBart Polot2014-02-04
* - dont return expired hellosBart Polot2014-02-04
* - merge hellos in case old hello is still validBart Polot2014-02-04
* - add hello messages to peersBart Polot2014-02-04
* Use proper core priority for each message type and message origin.Bart Polot2014-02-04
* towards reviving priorities in core API, this time with enum to make classes ...Christian Grothoff2014-01-30
* - service-side implementation of peer queriesBart Polot2014-01-30
* - 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