aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-service-peerinfo.c
Commit message (Collapse)AuthorAge
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* 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
|
* -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
|
* initial changes to support 2 hellosMatthias Wachs2013-04-09
|
* additional structMatthias Wachs2013-04-08
|
* not requiredMatthias Wachs2013-04-08
|
* perf testMatthias Wachs2013-04-05
|
* doxygenMatthias Wachs2013-04-05
|
* wrong log typeMatthias Wachs2013-04-05
|
* fixed client notificationsMatthias Wachs2013-04-05
|
* peerinfo get implementationMatthias Wachs2013-04-04
|
* implement peerinfo notification apiMatthias Wachs2013-04-04
|
* peerinfo API change + changes in code using apiMatthias Wachs2013-04-04
|
* changes for mantis 0002676Matthias Wachs2013-04-04
|
* support for FRIEND_HELLOMatthias Wachs2013-03-28
|
* fixChristian Grothoff2013-01-04
|
* adding NO_IO option to peerinfo to disable disc accesses for experimentsChristian Grothoff2013-01-03
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* -cleanupChristian Grothoff2012-06-13
|
* -do not store/keep HELLOs with expired addresses on disk (#1932)Christian Grothoff2012-06-13
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -trying to resolve alignment issue on sparcChristian Grothoff2012-04-24
|
* -test for LRN:Christian Grothoff2012-04-22
|
* introducing soft shutdown concept for services; during soft shutdown, ↵Christian Grothoff2012-04-22
| | | | services that are still managing non-monitor clients continue to run until those clients disconnect; however, the services do stop to accept new connections (will stop listening); soft shutdown is now used by ats, transport, peerinfo, namestore and most importantly statistics; this should fix #2197
* -removing legacy ifdefsChristian Grothoff2012-04-02
|
* -support truncated HELLO names to work with 99-character per filename ↵Christian Grothoff2012-03-13
| | | | limitations of tar
* -adding capability to install static list of HELLOs with the original ↵Christian Grothoff2012-03-13
| | | | software to avoid need for hostlist server accessibility