aboutsummaryrefslogtreecommitdiff
path: root/src/nse
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -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
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* - rename also contents of config files, update config filesBart Polot2014-05-07
|
* -fix build issuesChristian Grothoff2014-04-08
|
* Add gnunet-nse program to show network size estimates.Sree Harsha Totakura2014-04-07
|
* - Remove trailing '/' for the directory path.Sree Harsha Totakura2014-04-01
|
* - 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.
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* - use proper log functionBart Polot2014-01-10
|
* -make sure to link against right libgcrypt, enable abort of ↵Christian Grothoff2013-12-24
| | | | gnunet-revocation even if identity service is not running
* malloc -> newLRN2013-12-19
|
* -update bcd template and adjust code accordinglyChristian Grothoff2013-12-09
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -fix warningChristian Grothoff2013-10-09
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* 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
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -misc fixes based on cppcheckChristian Grothoff2013-09-25
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -minor NSE cleanupChristian Grothoff2013-09-15
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* - give out run handle through which master controller's handle can be retrievedSree Harsha Totakura2013-09-06
|
* -code cleanupChristian Grothoff2013-09-06
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* 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
* -add identity service to standard buildChristian Grothoff2013-07-16
|
* -suspend/resume is unnecessary nowChristian Grothoff2013-07-15
|
* -cleanerChristian Grothoff2013-07-14
|
* -improved debug logicChristian Grothoff2013-07-14
|
* -license version fixChristian Grothoff2013-07-14
|
* -simplify zone key loading by using synchronous ECC key APIChristian Grothoff2013-07-09
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.