aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
* -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
* Added TTL and packet ID to multicast packets, to avoid eternal retransmission...Bart Polot2011-11-10
* Small fix, improved commentBart Polot2011-11-07
* Fixed coverity #10250Bart Polot2011-11-04
* Additional fix for #1871Bart Polot2011-11-04
* curly wars / auto-indentationChristian Grothoff2011-11-04
* Fix for #1871Bart Polot2011-11-04
* Renamed functionsBart Polot2011-11-04
* Added check to catch #1871Bart Polot2011-11-04
* Disable DHT debug of MESH separatelyBart Polot2011-11-03
* Initialize before usageBart Polot2011-11-03
* Changed tree library to be completely detached from mesh, adapted testcasesBart Polot2011-11-02
* note for bartChristian Grothoff2011-11-02
* Make tree library independent from tunnels, add cls to callbacksBart Polot2011-11-02
* Fix for matins #1871Bart Polot2011-11-02
* Improved legibility, formattingBart Polot2011-11-02
* Fixed leakBart Polot2011-11-02
* Fixed mantis #1870, stopped dht_get_type request twice on client disconnect/t...Bart Polot2011-11-02
* Fixed id counters' cyclingBart Polot2011-11-02
* Fix coverity #10232Bart Polot2011-10-31
* Direct paths can only come from CORE, ignore other sources about paths with l...Bart Polot2011-10-31
* Don't try to send traffic to a peer that is not connected to usBart Polot2011-10-31
* Dont add whole path to peer, just the relevant partBart Polot2011-10-31
* check return valueChristian Grothoff2011-10-31
* handle NULL betterChristian Grothoff2011-10-31
* fixChristian Grothoff2011-10-31
* Fixed a memory leak when receiving a second create path for the same tunnelBart Polot2011-10-29
* Fixed a bug when adding a path to a peer who is already a relay in the tunnelBart Polot2011-10-29
* 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 (keep/d...Bart Polot2011-10-27
* 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