small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContext to...
[oweals/gnunet.git] / src / gns / gnunet-service-gns_resolver.c
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-29 Christian Grothoff-fix #3870
2015-05-21 Christian Grothoff-increase timeouts, some system really need longer
2015-03-23 Christian Grothofffix segv if additional records are more than authority...
2015-03-23 Christian Grothoffreturn GNS2DNS records if explicitly requested
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-10-20 Christian Grothoff-do not log 0-byte callback
2014-06-06 Christian Grothofftowards sanity in SRV handling
2014-06-06 Christian Grothoff-preliminary support for BOX records
2014-06-05 Christian Grothoffproperly reset name resolution pos for CNAME handling
2014-05-13 Christian Grothoffadd logic to handle SRV/DANE names (#3003 and 2526...
2014-03-04 Christian Grothoff-presumably better fix for instantly resolving names...
2014-02-16 Christian Grothoffif we found any non-expired block in the namecache...
2013-12-20 Christian Grothoffif records from namecache do not match desired record...
2013-12-20 Sree Harsha Totakura- fix bad log
2013-12-20 Christian Grothoff-fix DHT lookup (thanks, Sree)
2013-12-20 Christian Grothoff-use the same hash function to map service name to...
2013-12-20 Christian Grothoff-fix VPN resolution to A/AAAA records
2013-12-04 Matthias Wachsadd cfg option to disable caching
2013-12-04 Matthias Wachsrename to match functionality
2013-11-28 Matthias Wachsdebug message
2013-11-28 Matthias Wachsdebugging
2013-11-28 Matthias Wachsadding message
2013-11-22 Matthias Wachsrename namestore to namecache
2013-11-21 Matthias Wachsminor fix in check ... test test_gns_nick_shorten now...
2013-11-21 Matthias Wachsremove debug output
2013-11-20 Matthias Wachs- renaming namestore references to namecache
2013-11-13 Matthias Wachsone shorten call to analyze
2013-11-13 Matthias Wachsuse nick instead of PSEU lookup
2013-11-06 Christian Grothoff-fix crash on GNS2DNS resolver completion, and properly...
2013-11-06 Christian Grothoff-improve testcase to actually test #3093
2013-11-05 Christian Grothoff-fixing zkey resolution
2013-10-20 Christian Grothoff-fix GNS2DNS resolution, make SOA test pass
2013-10-20 Christian Grothoff-fix testcase
2013-10-20 Christian Grothoff-trying to implement revocation
2013-10-20 Christian Grothoff-dead code elimination
2013-10-20 Christian Grothoff-check return value
2013-10-18 Christian Grothoff-fix leaks
2013-10-18 Christian Grothoff-check for expiration and do not cache expired records...
2013-10-16 Christian Grothoff-finishing split of namestore into namestore and nameca...
2013-10-16 Christian Grothoff-another renaming fest for GNUNET_NAMESTORE_ to GNUNET_...
2013-10-16 Christian Grothoff-correctly implement handling of '+' records
2013-10-16 Christian Grothoff-rename fest for symbols moved from GNUNET_NAMESTORE_...
2013-10-16 Christian Grothoff-moving code to new libgnunetgnsrecord in preparation...
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-10 Matthias Wachsfix more leaks
2013-10-10 Matthias Wachsfix resource leak and if0 unused function
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-29 Christian Grothoff-log if shortening is on
2013-09-29 Christian Grothoff-separate caching ops managment from request lifetimes...
2013-09-28 Christian GrothoffAndrew Cann wrote:
2013-09-27 Christian Grothoffusing DNS2GNS record type instead of recycling NS recor...
2013-09-27 Christian Grothoff-just replacing if by switch, in preparation for future...
2013-09-27 Martin Schanzenbach-fix name assembly for ns delegation
2013-09-26 Christian Grothoff-get rid of compiler warning
2013-09-26 Christian Grothoff-fix memrchr
2013-09-26 Christian Grothoff-more logging, minor code cleanup
2013-09-25 Christian Grothoff-activate tests, properly parse now properly serialized...
2013-09-25 Christian Grothoff-fix cname lookup
2013-09-24 Christian Grothoff-fix PKEY delegation lookup
2013-09-24 Christian Grothoff-more purpose.size 16/32-bit confusions
2013-09-23 Christian Grothoff-doxygen, style
2013-09-23 Christian Grothoff-cleaner
2013-09-23 Martin Schanzenbach-fix gns not returning anything of value
2013-09-22 Christian Grothoffremove 'nac' option from VPN, always return IP immediat...
2013-09-18 Christian Grothoff-logging, bugfixes
2013-09-18 Christian Grothoff-fix double cleanup
2013-09-18 Christian Grothoffmisc bugfixes
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-09 Christian Grothoff-minor code cleanup
2013-09-06 Christian Grothoff-misc fixes
2013-09-06 Christian Grothoff-minor fixes
2013-09-05 Christian Grothoff-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
2013-09-05 Christian Grothoff-update comments as well
2013-09-05 Christian Grothoff-more precise check when to go to DHT (SVN 3017)
2013-09-05 Christian Grothoff-link to bugreport
2013-09-05 Christian Grothoff-activate shortening logic (#3012)
2013-08-24 Christian Grothoff-updating gns status notes
2013-08-24 Christian Grothoff-implement .+ expansion in GNS record values
2013-08-24 Christian Grothoff-towards translating .+ names in GNS records
2013-08-24 Christian Grothoff-expose API for parsing individual DNS record types
2013-08-24 Christian Grothoff-convert additional record types
2013-08-24 Christian Grothoff-convert additional record types
2013-08-22 Christian Grothoff-converting basic DNS records to GNS
2013-08-22 Matthias Wachscannot link memrchr on OS X
2013-08-22 Christian Grothoff-expanding namestore API with pkey <-> zkey conversion...
2013-08-22 Christian Grothoff-move shorten logic to its own file
2013-08-21 Christian Grothoff-towards .+ expansion, planning and documenting how...
2013-08-20 Christian Grothoff-handle CNAMES in GNS
2013-08-18 Christian Grothoff-implementing handling of VPN records in new GNS
2013-08-16 LRNFix the lack of memrchr on W32
2013-08-15 Christian Grothoff-more work on GNS resolver
2013-08-15 Christian Grothoff-gads to gnu
2013-08-15 Christian Grothoff-eliminating duplicate struct definitions
2013-08-15 Sree Harsha Totakura- fix compile
2013-08-14 Christian Grothoff-doxygen
2013-08-14 Christian Grothoff-addressing #2995
next