Age | Commit message (Expand) | Author |
2014-12-24 | making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e... | Christian Grothoff |
2014-12-19 | -do not use NBO double for stats setting | Christian Grothoff |
2014-12-16 | properly report NSE estimate to statistics (#3563?) | Christian Grothoff |
2014-12-10 | moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #... | Christian Grothoff |
2014-09-13 | fixing parallel build, getting rid of useless _DEPENDENCIES declarations | Christian Grothoff |
2014-05-07 | - rename also contents of config files, update config files | Bart Polot |
2014-04-08 | -fix build issues | Christian Grothoff |
2014-04-07 | Add gnunet-nse program to show network size estimates. | Sree Harsha Totakura |
2014-04-01 | - Remove trailing '/' for the directory path. | Sree Harsha Totakura |
2014-04-01 | - Log NSE histogram to file in addition to testbed-logger when HISTOGRAM_DIR | Sree Harsha Totakura |
2014-02-02 | Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow TES... | LRN |
2014-01-30 | towards reviving priorities in core API, this time with enum to make classes ... | Christian Grothoff |
2014-01-30 | fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@l... | Christian Grothoff |
2014-01-24 | fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029 | Sree Harsha Totakura |
2014-01-10 | - use proper log function | Bart Polot |
2013-12-24 | -make sure to link against right libgcrypt, enable abort of gnunet-revocation... | Christian Grothoff |
2013-12-19 | malloc -> new | LRN |
2013-12-09 | -update bcd template and adjust code accordingly | Christian Grothoff |
2013-12-06 | configure option --disable-autostart to disable auto-startup of services by ARM | Sree Harsha Totakura |
2013-10-10 | separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA | Christian Grothoff |
2013-10-09 | -fix warning | Christian Grothoff |
2013-10-09 | last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default | Christian Grothoff |
2013-10-09 | more work towards XDG spec (#3000) -- config file location | Christian Grothoff |
2013-10-09 | migrating towards XDG configuration specification (#3000) | Christian Grothoff |
2013-10-07 | rename coreAPI to core_api to follow naming conventions better | Christian Grothoff |
2013-10-06 | -remove trailing whitespace | Christian Grothoff |
2013-09-30 | -getting core, nse, testbed, ats-tool and peerinfo-tool to compile again (par... | Christian Grothoff |
2013-09-30 | -simplify logic, use modern APIs | Christian Grothoff |
2013-09-27 | -undo #29640, somehow causes problems | Christian Grothoff |
2013-09-26 | moving from abstract unix domain socket paths to normal unix domain socket pa... | Christian Grothoff |
2013-09-25 | -misc fixes based on cppcheck | Christian Grothoff |
2013-09-16 | - replace deprecated INCLUDES with AM_CPPFLAGS | Florian Dold |
2013-09-15 | -minor NSE cleanup | Christian Grothoff |
2013-09-13 | splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and... | Christian Grothoff |
2013-09-06 | - give out run handle through which master controller's handle can be retrieved | Sree Harsha Totakura |
2013-09-06 | -code cleanup | Christian Grothoff |
2013-08-24 | -use GPLv3+ consistently | Christian Grothoff |
2013-08-21 | removing deprecated argument in 'init' callback of GNUNET_CORE_connect | Christian Grothoff |
2013-08-21 | removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly instead | Christian Grothoff |
2013-08-11 | changing time measurement from milliseconds to microseconds | Christian Grothoff |
2013-08-06 | moving to new, fixed-size encoding of public and private ECC keys everywhere,... | Christian Grothoff |
2013-07-16 | -add identity service to standard build | Christian Grothoff |
2013-07-15 | -suspend/resume is unnecessary now | Christian Grothoff |
2013-07-14 | -cleaner | Christian Grothoff |
2013-07-14 | -improved debug logic | Christian Grothoff |
2013-07-14 | -license version fix | Christian Grothoff |
2013-07-09 | -simplify zone key loading by using synchronous ECC key API | Christian Grothoff |
2013-06-27 | Make building gnunet-testing lib optional. | David Barksdale |
2013-05-21 | -fixes to error reporting | Christian Grothoff |
2013-05-17 | - style | Sree Harsha Totakura |