aboutsummaryrefslogtreecommitdiff
path: root/src/topology
Commit message (Collapse)AuthorAge
* -change topology to use ATS connectivity API instead of deprecated transport ↵Christian Grothoff2015-10-18
| | | | try_connect
* -no binding for daemonsChristian Grothoff2015-07-13
|
* 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
|
* -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
* -no NSEChristian Grothoff2014-12-16
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* -fix leakChristian Grothoff2014-10-05
|
* per peer back-off for transport connect attemptsMatthias Wachs2014-07-17
|
* fix docu, make code readable, remove unclear FIXME, add max frequencyMatthias Wachs2014-07-17
|
* Rename mesh->cadetBart Polot2014-05-07
|
* -indentChristian Grothoff2014-04-25
|
* friend is a reserved work in C++. Rename to friend_id.Bruno Cabral2014-03-30
|
* make sure to create friends directory before trying to write friends fileChristian Grothoff2014-02-16
|
* 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&#'
* malloc -> newLRN2013-12-19
|
* -doxygenChristian Grothoff2013-10-13
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* Add missing blackslashLRN2013-10-07
|
* -fix friends file parser logic, a NOT operator is a wonderful thing sometimesChristian Grothoff2013-10-07
|
* -shorter lineChristian Grothoff2013-10-07
|
* implementing FRIENDS file writing logicChristian Grothoff2013-10-07
|
* -moving friends file parsing logic into its own libraryChristian Grothoff2013-10-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -getting topology to compile again (part of #3047)Christian Grothoff2013-09-30
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* - give out run handle through which master controller's handle can be retrievedSree Harsha Totakura2013-09-06
|
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.
* peerinfo API change + changes in code using apiMatthias Wachs2013-04-04
|
* changes for mantis 0002676Matthias Wachs2013-04-04
|
* provide how many links succeeded and how many failed in test master callbackSree Harsha Totakura2013-03-28
| | | | | from GNUNET_TESTBED_run() and GNUNET_TESTBED_test_run() functions
* support for FRIEND_HELLOMatthias Wachs2013-03-28
|
* -doxygenChristian Grothoff2013-03-23
|
* fixMatthias Wachs2013-03-22
|
* fixesMatthias Wachs2013-03-21
|
* - have peers connected in line topologySree Harsha Totakura2013-03-20
|
* - mark operation done in case of failureSree Harsha Totakura2013-01-07
|
* -check return valuesChristian Grothoff2012-12-20
|
* -eliminate consensus warningsChristian Grothoff2012-12-17
|
* GNUNET_TESTBED_test_run to return statusSree Harsha Totakura2012-12-11
|
* changes to transport apiMatthias Wachs2012-11-09
|
* -fixing #2617 --- removing dead autoconnect optionChristian Grothoff2012-11-05
|