aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -do not use NBO double for stats settingChristian Grothoff2014-12-19
|
* properly report NSE estimate to statistics (#3563?)Christian Grothoff2014-12-16
|
* - Log NSE histogram to file in addition to testbed-logger when HISTOGRAM_DIRSree Harsha Totakura2014-04-01
| | | | | | | | | | | variable is present in configuration. - Make logging to testbed-logger optional and only when testbed-logger service is available. - This is change is required to get NSE histograms on planetlab nodes.
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* - use proper log functionBart Polot2014-01-10
|
* -update bcd template and adjust code accordinglyChristian Grothoff2013-12-09
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* rename coreAPI to core_api to follow naming conventions betterChristian Grothoff2013-10-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting core, nse, testbed, ats-tool and peerinfo-tool to compile again ↵Christian Grothoff2013-09-30
| | | | (part of #3047)
* -simplify logic, use modern APIsChristian Grothoff2013-09-30
|
* -minor NSE cleanupChristian Grothoff2013-09-15
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* -suspend/resume is unnecessary nowChristian Grothoff2013-07-15
|
* -improved debug logicChristian Grothoff2013-07-14
|
* -simplify zone key loading by using synchronous ECC key APIChristian Grothoff2013-07-09
|
* -fixes to error reportingChristian Grothoff2013-05-21
|
* - have a timeout for cases where flushing takes too longSree Harsha Totakura2013-05-08
|
* - flush logger data before disconnectingSree Harsha Totakura2013-05-08
|
* - generate histograms based on configure option --enable-nse-histogramSree Harsha Totakura2013-05-08
|
* use SCRYPT - fixing # 2685, needs LATEST libgcrypt (Git from today)Christian Grothoff2013-04-05
|
* - revert; do not enable traffic logging by defaultSree Harsha Totakura2013-04-05
|
* - increase intervalSree Harsha Totakura2013-04-05
|
* - read unique peer-ids from testbedSree Harsha Totakura2013-03-28
|
* - fixSree Harsha Totakura2013-03-26
|
* - generate histograms with unique file namesSree Harsha Totakura2013-03-26
|
* -doxygenChristian Grothoff2013-03-23
|
* -towards implementing #2685Christian Grothoff2013-03-23
|
* fixMatthias Wachs2013-03-22
|
* fixesMatthias Wachs2013-03-21
|
* -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
|