Age | Commit message (Expand) | Author |
2014-01-30 | fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@l... | Christian Grothoff |
2014-01-24 | fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029 | Sree Harsha Totakura |
2014-01-14 | Link dv transport to libgnunethello | LRN |
2014-01-14 | fixing dv plugin | Matthias Wachs |
2013-12-21 | -add missing return | Christian Grothoff |
2013-12-20 | -fix nss installation invocation if nss is not to be installed | Christian Grothoff |
2013-12-20 | at least they connect on transport level | Matthias Wachs |
2013-12-19 | -undo | Christian Grothoff |
2013-12-19 | -doxygen, fixing #3223 | Christian Grothoff |
2013-12-19 | related to 3216 | Matthias Wachs |
2013-12-18 | -consider possibility that DV message arrives after direct connection was est... | Christian Grothoff |
2013-12-18 | -fix transmission logic in DV API | Christian Grothoff |
2013-12-18 | -style fix | Christian Grothoff |
2013-12-18 | -misc fixes | Christian Grothoff |
2013-12-18 | -towards changing use of target distance to be from source (incomplete) | Christian Grothoff |
2013-12-18 | -fix distance calculations / ntohs vs ntohl | Christian Grothoff |
2013-12-18 | -learn routes from forwarding/receiving as well | Christian Grothoff |
2013-12-18 | -more debugging, fixing targets | Christian Grothoff |
2013-12-18 | -misc fixes | Christian Grothoff |
2013-12-18 | new timeout function | Matthias Wachs |
2013-12-18 | -fix endianess before printing DEBUG message | Christian Grothoff |
2013-12-18 | -complete API implementation | Christian Grothoff |
2013-12-14 | -fix message types in comment | Christian Grothoff |
2013-12-13 | -doxygen, indentation | Christian Grothoff |
2013-12-13 | use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate | Christian Grothoff |
2013-12-13 | -adding a few more assertions to debug #3191 | Christian Grothoff |
2013-12-13 | allow distance change to communicate changes in network of next hop as well, ... | Christian Grothoff |
2013-12-12 | -extend transport plugin API with capability to just disconnect a single sess... | Christian Grothoff |
2013-12-11 | -more logging, etc. | Christian Grothoff |
2013-12-11 | -fix leak | Christian Grothoff |
2013-12-10 | -misc dv fixes | Christian Grothoff |
2013-12-10 | -fix distance | Christian Grothoff |
2013-12-10 | -ignore unmatched NACK/ACKs | Christian Grothoff |
2013-12-10 | -do not crash if we get NACKs or ACKs for disconnected peers | Christian Grothoff |
2013-12-10 | -fix | Christian Grothoff |
2013-12-10 | -trying to fix #3189 | Christian Grothoff |
2013-12-10 | -fixing #3181: close all connections on DV service reconnect, also track acti... | Christian Grothoff |
2013-12-10 | -fix check, do not drop our own messages, but count foreign drops in stats | Christian Grothoff |
2013-12-10 | -minor fixes | Christian Grothoff |
2013-12-10 | -consistently update consensi map whenever peer distances change (should fix ... | Christian Grothoff |
2013-12-08 | -fix | Christian Grothoff |
2013-12-08 | -set session to active on initial creation and notification of the transport;... | Christian Grothoff |
2013-12-07 | -correct use of consensi | Christian Grothoff |
2013-12-07 | -fix #3152 | Christian Grothoff |
2013-12-07 | -remove object from all_routes peer map before freeing it, should fix #3161 | Christian Grothoff |
2013-12-07 | -doxygen | Christian Grothoff |
2013-12-06 | configure option --disable-autostart to disable auto-startup of services by ARM | Sree Harsha Totakura |
2013-12-05 | -dead assignment, reported by clang | Christian Grothoff |
2013-12-05 | -dead assignment, reported by clang | Christian Grothoff |
2013-12-05 | fixing segfault since session->plugin was NULL | Matthias Wachs |