aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
Commit message (Collapse)AuthorAge
* - 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
|
* 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. ↵Bart Polot2012-01-19
| | | | Improved debug output.
* Fixed #2087, wrong local tunnel number sent when multiple clients are ↵Bart Polot2012-01-19
| | | | subscribed to one type message on same peer and one clientis owner of the tunnel and the other is target
* Fixed a memory leak on disconnect, double peer_rc decrease on tunnel ↵Bart Polot2012-01-19
| | | | destroy, adjusted backoff, completed doxygen
* Fixed client disconnect bug, delimited debug messages.Bart Polot2012-01-19
|
* Fixed a peer_rc bug.Bart Polot2012-01-19
|
* Fixed an assert error when a client disconnects with open tunnels and ↵Bart Polot2012-01-19
| | | | without doing MESH_disconnect
* Improved debug messageBart 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
|
* Added debug info for #2071Bart Polot2012-01-17
|
* 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
|