aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
* -fixing #2277Christian Grothoff2012-04-26
* - Wrong order of function calling, caused notifing of destruction when ignoring.Bart Polot2012-04-25
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
* - Fixed bug where ignoring incoming tunnel by owner caused tunnel destructionBart Polot2012-04-19
* - Fixed bugs in notification of destruction of incoming tunnelsBart Polot2012-02-22
* - Remove MESH prefix from debug messages, include missing testcase files in s...Bart Polot2012-02-22
* - Fixed crash on DHT_put continuationBart Polot2012-02-21
* - Removed MESH: prefix in debug messagesBart Polot2012-02-21
* - Fixed doxygenBart Polot2012-02-20
* Attemp to fix ctrl-c crashes - disconnect from services before calling daemon...Bart Polot2012-02-08
* - Fixed compilation error, restored 2D torus as testing topologyBart Polot2012-02-02
* - Improved readibility of code by removing a ton of #if DEBUG ... #endifBart Polot2012-02-02
* - Define new debug statementsBart Polot2012-02-01
* - Implemented a full explicit list-of-ignored-clients per tunnel to fix #2107Bart Polot2012-01-26
* Workaround for #2104, initialize local tid when local type destination connec...Bart Polot2012-01-26
* - When a client destroys an incoming tunnel, dont send him notifications abou...Bart Polot2012-01-25
* - Potential fix for #2104.Bart Polot2012-01-25
* - Don't crash on bogus data from clientBart Polot2012-01-24
* Changed incoming tunnel notification to delay until relvant traffic is receiv...Bart Polot2012-01-24
* - Additional fix to #2095 (local clients can do ToOrigin too)Bart Polot2012-01-23
* - Attempted to fix #2095 (add incoming tunnel to incomings), don't let destin...Bart Polot2012-01-23
* Fixed bug with remote tunnel traffic receptionBart Polot2012-01-20
* Added TTL and MID initialization to tunnel refresh packets.Bart Polot2012-01-19
* Fixed #2088, don't call receive_done on traffic not generated by client. Impr...Bart Polot2012-01-19
* Fixed #2087, wrong local tunnel number sent when multiple clients are subscri...Bart Polot2012-01-19
* Fixed client disconnect bug, delimited debug messages.Bart Polot2012-01-19
* Fixed an assert error when a client disconnects with open tunnels and without...Bart Polot2012-01-19
* Fixed client shutdown case, various minor fixesBart Polot2012-01-18
* Implemented workaround for #2071Bart Polot2012-01-18
* Allowed client to send againBart Polot2012-01-18
* Fixed a bug when a multicast packet is delivered exclusively to local clientsBart Polot2012-01-18
* Fixed #2070 and simplified data transmission unicast/multicast handlingBart Polot2012-01-17
* Temporal workaround for #2070Bart Polot2012-01-17
* Temporl workaround for #2070Bart Polot2012-01-17
* -fix #2070Christian Grothoff2012-01-17
* -Fixed coverity #10275Bart Polot2012-01-05
* -Fixed coverity #10274Bart Polot2012-01-05
* -fixing indentationChristian Grothoff2011-11-29
* - Off by 1Bart Polot2011-11-28
* Mesh adds info about paths to peers as early as possible to avoid unoptimal r...Bart Polot2011-11-28
* - Updated doxygenBart Polot2011-11-24
* Added code to avoid creashing on #1904 and identify the origin of the missing...Bart Polot2011-11-17
* Fix coverity #10263Bart Polot2011-11-17
* Add info about peer's paths on ACK of a pathBart Polot2011-11-14
* Real implementation for getting cost of a path compared to an existing tunnel...Bart Polot2011-11-14
* Fixed issue related to mantis #1896, when a path ack of an already connected ...Bart Polot2011-11-12
* Fixed mantis #1896: check whether incoming tunnel is new before notifying cli...Bart Polot2011-11-12
* Changed tree library: now assumes own short ID == 1, refactored code in libra...Bart Polot2011-11-12
* Fixed debug stuffBart Polot2011-11-11
* Set appropiate error_levelBart Polot2011-11-10