aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Collapse)AuthorAge
* Fixed coverity #10228Bart Polot2011-10-28
|
* Fixed coverity #10227, added doxygen to avoid bug again.Bart Polot2011-10-28
|
* Attempt to fix assertion failures on buildbot related to RC of client ↵Bart Polot2011-10-27
| | | | (keep/drop)
* Fixed a bug when adding a path to a peer_info, modified loggingBart Polot2011-10-27
|
* Eliminated full hash loggingBart Polot2011-10-26
|
* Fixed #1857Bart Polot2011-10-26
|
* Fixed bug to keep looking though list of clients on disconnectBart Polot2011-10-26
|
* Fixed double free, formattingBart Polot2011-10-26
|
* Fixed #1853Bart Polot2011-10-26
|
* Changed assert to break, not critical failureBart Polot2011-10-25
|
* Refactored 'type' DHT response processingBart Polot2011-10-24
|
* Added connection broken p2p notificationsBart Polot2011-10-24
|
* typoMatthias Wachs2011-10-24
|
* check return valsChristian Grothoff2011-10-24
|
* replacing 0-terminated atsi-array with array+length in core API (and the ↵Christian Grothoff2011-10-22
| | | | core-connect IPC)
* Fixed compile issue, changed logging & dht_get_id workingBart Polot2011-10-21
|
* Refactored to use functions instead of duplicated code for starting DHT GET ↵Bart Polot2011-10-21
| | | | for ID
* Solved Mantis #1834Bart Polot2011-10-21
|
* Changed testcase to include real multicast testsBart Polot2011-10-20
|
* Changed testcases structureBart Polot2011-10-20
|
* Fixed bugs in tunnel destruction chainBart Polot2011-10-20
|
* Added code to manage deletion of individual pathsBart Polot2011-10-19
|
* Small fixesBart Polot2011-10-19
|
* Added peer in tunnel deletion, changes to tree managementBart Polot2011-10-19
|
* fix compile problemChristian Grothoff2011-10-18
|
* WiPBart Polot2011-10-18
|
* Change keepalive packets to explicit message type numberBart Polot2011-10-18
|
* Added tunnel timeout on inactivityBart Polot2011-10-18
|
* Made multicast work for single peer tunnelsBart Polot2011-10-18
|
* Added debug info for multicastBart Polot2011-10-17
|
* Updated TODO, docuementation, testcaseBart Polot2011-10-17
|
* Refactored multicast code to allow sending any message as multicast, added ↵Bart Polot2011-10-17
| | | | multicast testcase copied from unicast
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* Fixed bug with cancellation of pendint transmisions on peer disconnect, ↵Bart Polot2011-10-15
| | | | added timeout for pending multicast data.
* WiPBart Polot2011-10-14
|
* Removed unnecessary hashmap actionsBart Polot2011-10-14
|
* Additional extra check for coverity 10211Bart Polot2011-10-14
|
* Expanded test to include traffic to origin, fixed bugs, separated unicast ↵Bart Polot2011-10-14
| | | | traffic handling from traffic to origin
* Various fixes in data traffic, expansion of unicast testcaseBart Polot2011-10-13
|
* Extended testcase, fixed bugs in client -> service data traffic handlingBart Polot2011-10-13
|
* Fixes to various coverity errorsBart Polot2011-10-12
|
* Fixed coverity 10118Bart Polot2011-10-12
|
* Fixed coverity 10176Bart Polot2011-10-12
|
* Revert 17243: not needed, coverity 10178 and 10179 false positivesBart Polot2011-10-12
|
* Fixed coverity 10178Bart Polot2011-10-12
|
* Fixed coverity 10777Bart Polot2011-10-12
|
* Fixed bugs, added debug messages, extended unicast testcaseBart Polot2011-10-12
|
* Fixes in path creationBart Polot2011-10-11
|
* Added mangaement of tunnels and paths by intermadiate nodesBart Polot2011-10-11
|
* WiPBart Polot2011-10-11
|