aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
Commit message (Expand)AuthorAge
* -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 (par...Christian Grothoff2013-09-30
* -simplify logic, use modern APIsChristian Grothoff2013-09-30
* -minor NSE cleanupChristian Grothoff2013-09-15
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...Christian Grothoff2013-09-13
* 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 everywhere,...Christian Grothoff2013-08-06
* -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, reduce...Christian Grothoff2012-10-07
* -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