aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
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
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually alwa...Christian Grothoff2012-04-19
* - Fixed bugs of incoming data for tunnels without handlers, passing along fre...Bart Polot2012-04-18
* - Attempt to fix #2181Bart Polot2012-03-07
* - Fix for #2183: own position in tree only checked on new nodes caused assert...Bart Polot2012-03-06
* -do not load namestoreChristian Grothoff2012-03-05
* -fixChristian Grothoff2012-02-28
* enabling use of pipes for signal communication also on UNIX to enable future ...Christian Grothoff2012-02-27
* - Fix crashing testcasesBart Polot2012-02-24
* - Removed prefixes of DEBUG string, marked testcase output INFO, fixed severa...Bart Polot2012-02-22
* - Fixed bugs in notification of destruction of incoming tunnelsBart Polot2012-02-22
* - Without these lines MESH does NOT find the destination peer in the DHTBart Polot2012-02-22
* - Remove MESH prefix from debug messages, include missing testcase files in s...Bart Polot2012-02-22
* - Minor doxygen updateBart Polot2012-02-22
* - Fixed crash on DHT_put continuationBart Polot2012-02-21
* - Avoid calling shutdown twiceBart Polot2012-02-21
* - Fixed reconnect procedureBart Polot2012-02-21
* - Removed MESH: prefix in debug messagesBart Polot2012-02-21
* - Destroy tunnel to avoid api complaints, initialize return value explicitlyBart Polot2012-02-21
* - Fixed assertion in testcaseBart Polot2012-02-21
* - Fixed doxygenBart Polot2012-02-20
* - Fixed doxygenBart Polot2012-02-20
* - fix testcase (use after free)Bart Polot2012-02-13
* - Made cppcheck happy(er)Bart Polot2012-02-13
* - Doxygen, reconnect and let caller take care of CTRL-C handlingBart Polot2012-02-13
* Attemp to fix ctrl-c crashes - disconnect from services before calling daemon...Bart Polot2012-02-08
* - Fix cleanup on timeoutBart Polot2012-02-07
* - Fix compile error on buildbotsBart Polot2012-02-07
* - Adapted testcase to working blacklisting, reduced number of peers, topology...Bart Polot2012-02-06
* - Fixed MESH API logging behavior and code readabilityBart Polot2012-02-02
* - 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
* - Fixed #2105Bart Polot2012-01-26
* Workaround for #2104, initialize local tid when local type destination connec...Bart Polot2012-01-26
* - Fixed coverity #10084Bart Polot2012-01-25
* - When a client destroys an incoming tunnel, dont send him notifications abou...Bart Polot2012-01-25
* - Potential fix for #2104.Bart Polot2012-01-25
* - Added summary info for speed test Bart Polot2012-01-25
* - Adjustment of error conditionBart Polot2012-01-25
* -fixing disconnect shutdown sequenceChristian Grothoff2012-01-24
* -do not leave th non-NULL on reconnectChristian Grothoff2012-01-24
* - Added initial speed test, fixed minor bugsBart Polot2012-01-24
* - minor fixBart Polot2012-01-24
* - Use a consisten (and correct) way to detect data packetsBart Polot2012-01-24
* - Don't crash on bogus data from clientBart Polot2012-01-24