aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Collapse)AuthorAge
* -fixChristian Grothoff2012-02-28
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* - Fix crashing testcasesBart Polot2012-02-24
|
* - Removed prefixes of DEBUG string, marked testcase output INFO, fixed ↵Bart Polot2012-02-22
| | | | several bugs regarding shutdown
* - 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 ↵Bart Polot2012-02-22
| | | | svn ignore
* - 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 ↵Bart Polot2012-02-08
| | | | daemons_stop, since the cfg is free'd in the latter.
* - Fix cleanup on timeoutBart Polot2012-02-07
|
* - Fix compile error on buildbotsBart Polot2012-02-07
|
* - Adapted testcase to working blacklisting, reduced number of peers, ↵Bart Polot2012-02-06
| | | | topology line
* - 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 ↵Bart Polot2012-01-26
| | | | connects after tunnel connect request by origin
* - Fixed coverity #10084Bart Polot2012-01-25
|
* - When a client destroys an incoming tunnel, dont send him notifications ↵Bart Polot2012-01-25
| | | | about the tunnel anymore
* - 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
|
* - Fixed #2090, removed ugly debug linesBart Polot2012-01-24
|
* Changed incoming tunnel notification to delay until relvant traffic is ↵Bart Polot2012-01-24
| | | | received from remote peer. Allowed several remote clients for each tunnel.
* - Added debug infoBart Polot2012-01-23
|
* - 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 ↵Bart Polot2012-01-23
| | | | destination destroy tunnel, disconnect instead
* - fixed broken 19282 commitBart Polot2012-01-20
|
* Don't call cleaner on tunnels explicity destroyed. Updated and improved ↵Bart Polot2012-01-20
| | | | documentation.
* Fixed bug with remote tunnel traffic receptionBart Polot2012-01-20
|
* Added more debug infoBart Polot2012-01-20
|