aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
Commit message (Expand)AuthorAge
* fix compiler warnings about unused argsChristian Grothoff2019-06-19
* simplify MQ logic to always carry the same kinds of flags, and extend transpo...Christian Grothoff2019-05-04
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* use new SCHEDULER_add_at API where applicableChristian Grothoff2017-01-22
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* converting nse to new service APIChristian Grothoff2016-09-19
* towards adding mq destruction notificationChristian Grothoff2016-09-19
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* convering more services to new core MQ APIChristian Grothoff2016-07-31
* -convert NSE to new core MQ APIChristian Grothoff2016-07-31
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* adapting testbed-logger to MQ APIChristian Grothoff2016-06-24
* fixing compiler warningsChristian Grothoff2016-05-06
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* -report id of peer that is missbehavingChristian Grothoff2015-08-03
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
* -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 e...Christian Grothoff2014-12-24
* -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
* towards reviving priorities in core API, this time with enum to make classes ...Christian Grothoff2014-01-30
* - 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 (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