psyc: in-order message delivery
[oweals/gnunet.git] / src / dv /
2014-03-20 Matthias Wachsuse address in session end callback
2014-02-02 LRNFix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX...
2014-01-30 Christian Grothofftowards reviving priorities in core API, this time...
2014-01-30 Christian Grothofffix #3284: support lib/MULTIARCH/ paths in installation...
2014-01-24 Sree Harsha Totakurafix #3275 with solution from https://gnunet.org/bugs...
2014-01-14 LRNLink dv transport to libgnunethello
2014-01-14 Matthias Wachsfixing dv plugin
2013-12-21 Christian Grothoff-add missing return
2013-12-20 Christian Grothoff-fix nss installation invocation if nss is not to be...
2013-12-20 Matthias Wachsat least they connect on transport level
2013-12-19 Christian Grothoff-undo
2013-12-19 Christian Grothoff-doxygen, fixing #3223
2013-12-19 Matthias Wachsrelated to 3216
2013-12-18 Christian Grothoff-consider possibility that DV message arrives after...
2013-12-18 Christian Grothoff-fix transmission logic in DV API
2013-12-18 Christian Grothoff-style fix
2013-12-18 Christian Grothoff-misc fixes
2013-12-18 Christian Grothoff-towards changing use of target distance to be from...
2013-12-18 Christian Grothoff-fix distance calculations / ntohs vs ntohl
2013-12-18 Christian Grothoff-learn routes from forwarding/receiving as well
2013-12-18 Christian Grothoff-more debugging, fixing targets
2013-12-18 Christian Grothoff-misc fixes
2013-12-18 Matthias Wachsnew timeout function
2013-12-18 Christian Grothoff-fix endianess before printing DEBUG message
2013-12-18 Christian Grothoff-complete API implementation
2013-12-14 Christian Grothoff-fix message types in comment
2013-12-13 Christian Grothoff-doxygen, indentation
2013-12-13 Christian Grothoffuse enum GNUNET_ATS_Network_Type instead of uint32_t...
2013-12-13 Christian Grothoff-adding a few more assertions to debug #3191
2013-12-13 Christian Grothoffallow distance change to communicate changes in network...
2013-12-12 Christian Grothoff-extend transport plugin API with capability to just...
2013-12-11 Christian Grothoff-more logging, etc.
2013-12-11 Christian Grothoff-fix leak
2013-12-10 Christian Grothoff-misc dv fixes
2013-12-10 Christian Grothoff-fix distance
2013-12-10 Christian Grothoff-ignore unmatched NACK/ACKs
2013-12-10 Christian Grothoff-do not crash if we get NACKs or ACKs for disconnected...
2013-12-10 Christian Grothoff-fix
2013-12-10 Christian Grothoff-trying to fix #3189
2013-12-10 Christian Grothoff-fixing #3181: close all connections on DV service...
2013-12-10 Christian Grothoff-fix check, do not drop our own messages, but count...
2013-12-10 Christian Grothoff-minor fixes
2013-12-10 Christian Grothoff-consistently update consensi map whenever peer distanc...
2013-12-08 Christian Grothoff-fix
2013-12-08 Christian Grothoff-set session to active on initial creation and notifica...
2013-12-07 Christian Grothoff-correct use of consensi
2013-12-07 Christian Grothoff-fix #3152
2013-12-07 Christian Grothoff-remove object from all_routes peer map before freeing...
2013-12-07 Christian Grothoff-doxygen
2013-12-06 Sree Harsha Totakuraconfigure option --disable-autostart to disable auto...
2013-12-05 Christian Grothoff-dead assignment, reported by clang
2013-12-05 Christian Grothoff-dead assignment, reported by clang
2013-12-05 Matthias Wachsfixing segfault since session->plugin was NULL
2013-12-05 Matthias Wachsfix ats information on session start
2013-12-05 Matthias Wachsset to NO_TASK when done
2013-12-05 Matthias Wachsfix uninitialized memory in network send
2013-12-05 Matthias Wachsdoxygen + remove break
2013-12-04 Christian Grothoff-run refresh_routes() asynchronously, as the recursion...
2013-12-04 LRNLink dv transport plugin to libgnunetats (for logging)
2013-12-03 Matthias Wachsdoxygen
2013-12-03 Matthias Wachsaddign network
2013-12-03 Matthias Wachsenabling transmission to plugin
2013-12-03 Matthias Wachs- fixing crash during shutdown
2013-11-27 Matthias Wachsdebug messages for DV plugin
2013-11-27 Matthias Wachs- FIX: GNUNET_SET_STATUS_HALF_DONE is never called...
2013-11-27 Matthias Wachsimproved cleanup
2013-11-27 Matthias Wachs- neighbor_table_consensus was never created
2013-11-26 Matthias Wachsfix crash
2013-11-25 Matthias Wachsremember direct route to be released on direct disconnect
2013-11-25 Matthias WachsSET building is working now ... but SET itself seems...
2013-11-12 Matthias Wachsfixing blacklist ids for dv
2013-10-29 Sree Harsha Totakura- allow localhost testing
2013-10-09 Christian Grothofflast XDG change: use GNUNET_RUNTIME_DIR instead of...
2013-10-09 Christian Grothoffmore work towards XDG spec (#3000) -- config file location
2013-10-09 Christian Grothoffmigrating towards XDG configuration specification ...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-01 Christian Grothoff-fix ftbfs
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-25 Matthias Wachsupdated test
2013-09-23 Matthias Wachsmove testbed setup to template
2013-09-23 Sree Harsha Totakura- decrease timeout for individual connection attempts...
2013-09-23 Matthias Wachsadded template
2013-09-23 Matthias Wachsupdated configuration file:
2013-09-16 Florian Dold- replace deprecated INCLUDES with AM_CPPFLAGS
2013-09-06 Sree Harsha Totakura- give out run handle through which master controller...
2013-08-21 Christian Grothoffremoving deprecated argument in 'init' callback of...
2013-07-24 Florian Doldstrange typo in dv
2013-07-24 Christian Grothoff-do NOT cancel here
2013-07-22 Christian Grothoff-handle set API quirk -- #2955
2013-07-21 Christian Grothoff-initialize element type
2013-07-18 Florian Dold- set autostart
2013-07-18 Christian Grothoff-minor code cleanup
2013-07-13 Christian Grothoff-update test cases and improve output
2013-07-13 Christian Grothoff-move dv API header to where it would typically belong
2013-07-13 Christian Grothoff-add dv_get_network to DV API, improve signature to...
2013-06-27 David BarksdaleMake building gnunet-testing lib optional.
2013-06-19 Florian Dold- opaque mq structs
2013-06-03 Christian Grothoff-use set conclude API
2013-06-03 Florian Dold- conclude for SET
next