continue to fix extract result
[oweals/gnunet.git] / src / dv / dv_api.c
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2013-12-18 Christian Grothoff-fix transmission logic in DV API
2013-12-18 Christian Grothoff-misc fixes
2013-12-18 Christian Grothoff-learn routes from forwarding/receiving as well
2013-12-18 Christian Grothoff-fix endianess before printing DEBUG message
2013-12-13 Christian Grothoffuse enum GNUNET_ATS_Network_Type instead of uint32_t...
2013-12-13 Christian Grothoffallow distance change to communicate changes in network...
2013-12-11 Christian Grothoff-fix leak
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-fixing #3181: close all connections on DV service...
2013-12-03 Matthias Wachs- fixing crash during shutdown
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-01 Christian Grothoff-fix ftbfs
2013-07-18 Christian Grothoff-minor code cleanup
2013-03-18 Christian Grothoff-towards a DV test
2013-03-15 Christian Grothoff-adding distance change notification from service to...
2013-03-15 Christian Grothoff-nack support
2013-03-14 Christian Grothoff-generate and process ACKs
2013-03-13 Christian Grothoff-finishing DV API
2013-03-12 Christian Grothoff-removing useless parts of old code, work on DHT API
2013-03-12 Christian Grothoff-hacking on dv
2012-10-17 Matthias Wachsoverhead for dv
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-04-23 Bart Polot- Fixed compile errors
2011-10-10 Christian Grothoffuse LOG macro in dv_api.c
2011-08-16 Christian Grothoffeven nicer indentation, thanks to LRN's indent patch
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2010-11-05 Christian Grothofffix
2010-11-05 Christian Grothoffmoving plugin headers
2010-11-05 Nathan S. Evansbig scheduler refactoring, expect some issues
2010-07-02 Nathan S. Evanscodesonar fixes
2010-07-02 Christian Grothoffgpl3
2010-06-27 Nathan S. Evansdoxygen fix
2010-06-24 Nathan S. Evansmove client listen call into transmit start callback...
2010-06-24 Nathan S. Evansmisc bugfixes, especially core dumps for dv test case
2010-06-21 Nathan S. Evanscodesonar fixes, some other changes
2010-06-18 Nathan S. Evansdv changes, better logging and so on
2010-06-17 Nathan S. Evansworking distance vector transport plugin implementation...
2010-05-12 Nathan S. Evansmoving closer towards a working dv implementation
2010-05-03 Nathan S. Evansaddress printing for dv plugin, doxygen comment
2010-04-30 Nathan S. Evansdv changes. add propagation of disconnect messages...
2010-04-28 Nathan S. Evansin case of fire, or volcano. still not to be used by...
2010-04-22 Nathan S. Evansonly committing in case of natural disater, not to...
2010-04-09 Nathan S. Evansmany changes, won't work without blacklisting and more...
2010-04-03 Nathan S. Evanslots of fixes, on its way to actually working...
2010-04-01 Nathan S. Evanswork in progress.
2010-04-01 Nathan S. Evansdv changes, closer to a working state
2010-03-31 Nathan S. Evanscoverity fixes, test case tweak
2010-03-14 Nathan S. Evansfondly remembering ciphertext_send... all the pieces...
2010-03-12 Nathan S. Evanswont work because someone made my random heap function...
2010-03-12 Christian Grothoffcancel pending write if we are just dead anyway
2010-03-12 Nathan S. Evansnon-compiling, but getting there
2010-03-11 Nathan S. Evansshell for dv plugin and service, not yet working