aboutsummaryrefslogtreecommitdiff
path: root/src/hello
AgeCommit message (Collapse)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2017-12-27more logging for helloChristian Grothoff
2017-03-17more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff
2017-01-27unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff
badly
2017-01-08even more .gitignore updatesChristian Grothoff
2016-11-09- add subdirectory gitignore filesBart Polot
2016-07-31convering more services to new core MQ APIChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-10-26-truncate on writeChristian Grothoff
2015-10-16-ignore 2nd FRIEND hello when patchingChristian Grothoff
2015-10-07-typoChristian Grothoff
2015-10-07-simplifyChristian Grothoff
2015-10-07-ensure result is +- 1Christian Grothoff
2015-10-03-improving comments and coding style for libgnunethello libraryChristian Grothoff
2015-10-03improving comments and coding style for libgnunethello libraryChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-05-21-include local_info in hello cmpChristian Grothoff
2015-05-20-indentation, doxygenChristian Grothoff
2015-02-18-tolerate NULLChristian Grothoff
2015-02-13-fixChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2015-02-02avoid passing both PeerIdentity and Address (which contains PeerIdentity) if ↵Christian Grothoff
address is always present as then this is redundant
2014-09-13fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff
2014-08-18doxygen fix Matthias Wachs
use '+' as separator in hello uris and use ipv6 references delimited with '[' and ']'
2014-06-22output public key of peerChristian Grothoff
2014-06-03fix for bug #0003416: do not stop parsing uri when plugin is not foundMatthias Wachs
- changed semantics for address generator cb: GNUNET_SYSERR indicates stop, >= 0 indicates bytes added
2014-06-02this is not an issue: no break and just print infoMatthias Wachs
2014-02-05Fixed GNUNET_HELLO_get_last_expiration, as it always returned min (EPOCH, ↵Bart Polot
expiration times), so: EPOCH
2014-02-02Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN
TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
2014-01-30fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff
GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
2014-01-24fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura
sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
2014-01-16fixing documentation for helloMatthias Wachs
2014-01-14copy infoMatthias Wachs
2014-01-14missing option assignmentMatthias Wachs
2014-01-14additional function to check optionMatthias Wachs
2014-01-14set default optionsMatthias Wachs
2014-01-13- attempt 2Bart Polot
2014-01-13- fix compilationBart Polot
2013-12-18-style fixChristian Grothoff
2013-10-10separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-09-30-towards addressing #3047, note this causes the code to FTBFSChristian Grothoff
2013-09-16- replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold
2013-09-15-minor NSE cleanupChristian Grothoff
2013-09-13-more rename issuesChristian Grothoff
2013-09-13splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff
and another for encryption