aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
Commit message (Collapse)AuthorAge
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* 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
|
* -clean up error messageChristian Grothoff2013-12-18
|
* -handle errors in address partChristian Grothoff2013-12-18
|
* -avoid duplicate removeChristian Grothoff2013-12-11
|
* configure option --disable-autostart to disable auto-startup of services by ARMSree Harsha Totakura2013-12-06
|
* -check return valueChristian Grothoff2013-11-28
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* 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
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fix test FTBFSChristian Grothoff2013-10-01
|
* -towards addressing #3047, note this causes the code to FTBFSChristian 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
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -improving gnunet-identity command line options and man pagesChristian Grothoff2013-09-05
|
* -dead code eliminationChristian Grothoff2013-08-13
|
* -dead code eliminationChristian Grothoff2013-08-13
|
* 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
* if io is enabled and shipped hellos not, hellos from peers we created should ↵Matthias Wachs2013-07-09
| | | | still be read
* functionality to disable shipped hellosMatthias Wachs2013-07-09
|
* -removing dead optionsChristian Grothoff2013-07-02
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.
* -fail hard if we could not create the directory for the HELLOsChristian Grothoff2013-06-25
|
* -check return value and report errorsChristian Grothoff2013-06-21
|
* -fixing indentation, loggingChristian Grothoff2013-05-21
|
* -indentChristian Grothoff2013-05-17
|
* doxygenMatthias Wachs2013-04-10
|
* simplified hostfile readingMatthias Wachs2013-04-10
|
* fixed periodic cleanupMatthias Wachs2013-04-10
|
* fixMatthias Wachs2013-04-10
|
* fixMatthias Wachs2013-04-10
|
* fix mem leak and counting valid addressesMatthias Wachs2013-04-10
|
* fixMatthias Wachs2013-04-10
|
* multiple major fixes:Matthias Wachs2013-04-10
| | | | | | | | | | - shipped hellos were never parsed - when hello files was parsed from certain file, hello from this was ignored major changes in this commit which can break functionality atm
* testing hellos shippedMatthias Wachs2013-04-10
|
* fixesMatthias Wachs2013-04-09
|
* work in progressMatthias Wachs2013-04-09
|
* store 2 hellosMatthias Wachs2013-04-09
|
* -doxygenChristian Grothoff2013-04-09
|
* initial changes to support 2 hellosMatthias Wachs2013-04-09
|
* additional structMatthias Wachs2013-04-08
|
* not requiredMatthias Wachs2013-04-08
|
* perf testMatthias Wachs2013-04-05
|