aboutsummaryrefslogtreecommitdiff
path: root/src/hello
Commit message (Collapse)AuthorAge
...
* 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&#'
* fixing documentation for helloMatthias Wachs2014-01-16
|
* copy infoMatthias Wachs2014-01-14
|
* missing option assignmentMatthias Wachs2014-01-14
|
* additional function to check optionMatthias Wachs2014-01-14
|
* set default optionsMatthias Wachs2014-01-14
|
* - attempt 2Bart Polot2014-01-13
|
* - fix compilationBart Polot2014-01-13
|
* -style fixChristian Grothoff2013-12-18
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -minor NSE cleanupChristian Grothoff2013-09-15
|
* -more rename issuesChristian Grothoff2013-09-13
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* some outputMatthias Wachs2013-08-07
|
* 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
* automatically replace all server addresses with client addressesMatthias Wachs2013-07-12
|
* changesMatthias Wachs2013-04-10
|
* print hello friend typeMatthias Wachs2013-04-05
|
* changes for mantis 0002676Matthias Wachs2013-04-04
|
* -fix compile warningSree Harsha Totakura2013-04-02
|
* change typeMatthias Wachs2013-03-28
|
* new friend only HELLO type GNUNET_MESSAGE_TYPE_FRIEND_HELLOMatthias Wachs2013-03-28
|
* switching to ECDHE cryptography f, implementation is incomplete and ↵Christian Grothoff2013-02-05
| | | | INSECURE, do not use for anything but testing
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* doxyenMatthias Wachs2012-12-14
|
* moved hello uri functions to hello libGabor X Toth2012-11-18
|
* TypoLRN2012-11-04
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* - bug of the weekMatthias Wachs2012-07-04
|
* -fixing #2405Christian Grothoff2012-06-07
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|
* -do not warn if stat fails, do not output DEBUG messages in testChristian Grothoff2012-04-01
|
* -LRN: Add dependencies to gnunet hello and service namestoreChristian Grothoff2012-03-20
|
* -LRN: calculate file size for single files when needed and use ↵Christian Grothoff2012-03-19
| | | | GNUNET_DISK_file_size instead of STAT
* - doxygen fixesMatthias Wachs2012-03-19
|
* -adding gnunet-hello tool to bump expiration timesChristian Grothoff2012-03-13
|
* -LRN: experimental HELLO URIsChristian Grothoff2012-03-05
|
* -version bumps in anticipation of releaseChristian Grothoff2012-02-27
|
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* -fix typeChristian Grothoff2012-02-22
|
* fixing const api and add check to addressMatthias Wachs2012-01-31
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* -fixing indentationChristian Grothoff2011-11-29
|
* first steps to transport_api cleanupMatthias Wachs2011-11-29
| | | | | compiles but no guarante to work!