glitch in the license text detected by hyazinthe, thank you!
[oweals/gnunet.git] / src / dv / gnunet-service-dv.c
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-14 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-14 Christian Grothofffix misc clang compiler warnings
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-27 Florian Doldinclude set size in result callback, needed by consensus
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-23 Florian Doldadd set operation options
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-10-11 Christian Grothoffconverting dv to new service API
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-04 Christian Grothoff-finish dv conversion to new core MQ API
2016-08-01 Christian Grothoff-adapting xdht and wdht to new core MQ API
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-05 Christian Grothoff-reworking DV to use new MQ API
2016-07-05 Christian Grothoffindentation, moving API towards MQ-style
2016-06-23 Christian Grothoff-fix format string type issue
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-10 Christian Grothofffixing #3657 (replace ATS_Information with struct)...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-06 Christian Grothoff-fixing minor compiler warnings
2014-12-03 Christian Grothoff-fix ftbfs
2014-11-27 Christian Grothoffrename element's type field to 'element_type'
2014-11-27 Christian Grothoffeliminating useless salt argument, salt can be generate...
2014-10-05 Christian Grothoff-fix return values, add missing return
2014-06-16 Christian Grothoffnotify performance monitors about destroyed addresses...
2014-05-21 Matthias Wachsperformance API indicates disconnect
2014-01-30 Christian Grothofftowards reviving priorities in core API, this time...
2013-12-21 Christian Grothoff-add missing return
2013-12-20 Matthias Wachsat least they connect on transport level
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-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-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-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-trying to fix #3189
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-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-05 Christian Grothoff-dead assignment, reported by clang
2013-12-05 Christian Grothoff-dead assignment, reported by clang
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-03 Matthias Wachsdoxygen
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 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-10-06 Christian Grothoff-remove trailing whitespace
2013-10-01 Christian Grothoff-fix ftbfs
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 Christian Grothoff-minor code cleanup
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
2013-05-29 Christian Grothoff-towards using SET api in DV
2013-04-11 Florian Doldadded consensus log-round simulation, work on consensus...
2013-03-30 Christian Grothoff-need lockmanager
2013-03-30 Christian Grothoff-more logging'
2013-03-27 Matthias Wachsfix
2013-03-26 Matthias Wachsapi change
2013-03-26 Matthias Wachsfix
2013-03-25 Christian Grothoff-use ATS from DV
2013-03-23 Christian Grothoff-doxygen
2013-03-22 Matthias Wachsfix
2013-03-19 Florian Doldfixed consensus for two peers, added log-rounds, starte...
2013-03-18 Christian Grothoff-doxygen
2013-03-18 Christian Grothoff-towards a DV test
2013-03-18 Christian Grothoff-fix
next