aboutsummaryrefslogtreecommitdiff
path: root/src/dv
Commit message (Collapse)AuthorAge
* dv pluginMatthias Wachs2013-03-19
|
* fixed consensus for two peers, added log-rounds, started implementing ↵Florian Dold2013-03-19
| | | | freeze, multiple peers still buggy
* -doxygenChristian Grothoff2013-03-18
|
* -towards a DV testChristian Grothoff2013-03-18
|
* -fixChristian Grothoff2013-03-18
|
* -count direct neighbors in statsChristian Grothoff2013-03-18
|
* -enable DV status monitoringChristian Grothoff2013-03-18
|
* -fixChristian Grothoff2013-03-18
|
* -box DV messages when neededChristian Grothoff2013-03-15
|
* -draft for DV pluginChristian Grothoff2013-03-15
|
* -dv workChristian Grothoff2013-03-15
|
* -adding distance change notification from service to pluginChristian Grothoff2013-03-15
|
* -nack supportChristian Grothoff2013-03-15
|
* -docuChristian Grothoff2013-03-14
|
* -generate and process ACKsChristian Grothoff2013-03-14
|
* -more DV hackingChristian Grothoff2013-03-14
|
* -towards actually using consensusChristian Grothoff2013-03-14
|
* -more DV hackingChristian Grothoff2013-03-14
|
* -more DV hackingChristian Grothoff2013-03-14
|
* -simplify designChristian Grothoff2013-03-14
|
* -more dv bookkeeping workChristian Grothoff2013-03-13
|
* -finishing DV APIChristian Grothoff2013-03-13
|
* -removing useless parts of old code, work on DHT APIChristian Grothoff2013-03-12
|
* -hacking on dvChristian Grothoff2013-03-12
|
* -make dv compile againChristian Grothoff2013-02-06
|
* -die old testing, dieChristian Grothoff2012-12-21
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* -adding missing extra_dist filesChristian Grothoff2012-10-31
|
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH
* overhead for dvMatthias Wachs2012-10-17
|
* -getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG settingChristian Grothoff2012-10-09
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* reducing error messages about missing configuration options by introducing ↵Christian Grothoff2012-09-27
| | | | new helper functions to print them uniformly
* commenting out dead testChristian Grothoff2012-09-09
|
* Fix hostkey loading for old testing frameworkLRN2012-07-22
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -LRN: fix dv test dependenciesChristian Grothoff2012-06-11
|
* -simplifying core API (#2400)Christian Grothoff2012-06-09
|
* -fixing build issues for distingChristian Grothoff2012-06-01
|
* renaming GNUNET_TIME_relative_get_forever and ↵Christian Grothoff2012-05-27
| | | | GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant
* - adding return value to mst callbackMatthias Wachs2012-05-24
|
* - Fixed compile errorsBart Polot2012-04-23
|
* -LRN: use plibc SSCANF instead of sscanfChristian Grothoff2012-03-11
|
* - doxygenMatthias Wachs2012-03-05
|
* -fixChristian Grothoff2012-02-28
|
* improving code and build system to be in line with gnunet access control ↵Christian Grothoff2012-01-13
| | | | model for services as described at https://gnunet.org/gnunet-access-control-model
* change default configurations on systems with UNIX domain sockets to NOT ↵Christian Grothoff2012-01-13
| | | | specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
* -LRN: use FOPEN/CLOSE instead of fopen/close - #2051Christian Grothoff2011-12-30
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x