aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
Commit message (Collapse)AuthorAge
...
* -rsa, not eccChristian Grothoff2013-03-05
|
* - use correct config nameBart Polot2013-02-08
|
* - read proper keyfile, error messagesBart Polot2013-02-08
|
* - change RSA for ECC in NSEBart Polot2013-02-07
|
* -debugChristian Grothoff2012-12-21
|
* -add logic to measure heap size for all processes that use statistics, ↵Christian Grothoff2012-10-07
| | | | reduce statistics, topology, nse and resolver heap usage using the same trick we used for arm
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* fixing #1551/#2503Christian Grothoff2012-09-17
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -simplifying core API (#2400)Christian Grothoff2012-06-09
|
* -more uniform statistics namingChristian Grothoff2012-05-27
|
* - Minor style changes, docBart Polot2012-05-14
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -disable histogram, check return valuesChristian Grothoff2012-04-26
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|
* - Fixed 2202, removed debug stuffBart Polot2012-04-11
|
* - Fix related bug to 2202: 'flood messages not generated (lack of history)'Bart Polot2012-04-11
|
* - Added more debug info, cleaned code, tried to fix boot time part of #2202Bart Polot2012-04-11
|
* - Improved doxygen, added debug codeBart Polot2012-04-10
|
* - Extend checking for activity to transmit handleBart Polot2012-03-08
|
* - Fix contidion for next roundBart Polot2012-03-08
|
* - Fix comparison directionBart Polot2012-03-08
|
* - The next_message in the previous round should have the now current_timestamp.Bart Polot2012-03-08
| | | | | - Check if it's better than our estimate before using.
* -fixChristian Grothoff2012-01-25
|
* -try converting doubles to network byte orderChristian Grothoff2012-01-05
|
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* Added statistic reading to NSE, fixed some minor bugsBart Polot2011-12-21
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* - Removed duplicate statistics, minor stylistic changesBart Polot2011-12-20
|
* -hopefully fixing #1997, also renaming function to avoid double-use of ↵Christian Grothoff2011-12-19
| | | | 'transmit_task' identifier; minor clean up of assertion code
* - Wrong file commited, fixed.Bart Polot2011-12-13
|
* - Added more stats gathering codeBart Polot2011-12-13
|
* -eliminate special case, no justification for why it is thereChristian Grothoff2011-12-08
|
* -add logging for randomized delaysChristian Grothoff2011-12-08
|
* add statistic to track estimated network diameterChristian Grothoff2011-12-08
|
* fixing issue with sending back size estimate messages to peers that already ↵Christian Grothoff2011-12-08
| | | | have good estimate information
* - Added logging of peers to NSE serviceBart Polot2011-12-08
|
* -fixing indentationChristian Grothoff2011-11-29
|
* -do not send previous round messages if we are just going online and did not ↵Christian Grothoff2011-11-28
| | | | setup those messages yet
* -trying harder to remove useless signing in NSEChristian Grothoff2011-11-28
|
* -handle shutdownChristian Grothoff2011-11-28
|
* cache signature upon first generation to avoid useless re-signing of the ↵Christian Grothoff2011-11-28
| | | | same data
* Use _weighted_ average of last estimations to calculate network sizeBart Polot2011-11-25
|
* - Added explicit cast, just in caseBart Polot2011-11-24
|
* - Same result, cleaner codeBart Polot2011-11-24
|
* fixing mantis 1960Christian Grothoff2011-11-24
|
* disable use of signatures if nse proof is disabled -- for example, this is ↵Christian Grothoff2011-11-24
| | | | done in testing/benchmarking
* Removed variance debug, initialized variance in WEST methodBart Polot2011-11-24
|
* check return valueChristian Grothoff2011-11-24
|
* nse never queues more than one message per peerChristian Grothoff2011-11-24
|