Merge remote-tracking branch 'origin/master' into credentials
[oweals/gnunet.git] / src / namestore / gnunet-service-namestore.c
2017-06-23 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-23 Christian Grothofffix misc namestore crashes from pq migration
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2016-09-21 Christian Grothoffmigrating more services to new service API
2016-09-05 David BarksdaleFix UAF detected by asan
2016-08-25 Christian Grothoff-nicer indentation
2016-08-22 Christian Grothofffix #4620
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-05-04 Martin Schanzenbach- fix string format
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
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-05-26 Christian Grothoff-fix (harmless) use of uninit 'nick'
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-12-23 David BarksdaleRemove work-around for bad NULL definition
2014-09-23 Matthias Wachsremoving unused "RF_PENDING" flag
2014-02-16 Christian Grothoff-add a few comments
2013-12-16 Christian Grothoff-never store NICKs anywhere but in '+', do not display...
2013-12-12 Christian Grothoff-extend transport plugin API with capability to just...
2013-12-04 Matthias Wachsadd nick name for cached records
2013-12-04 Matthias Wachsexpiration
2013-12-04 Matthias Wachsdebug message
2013-12-03 Matthias Wachsinclude nick in cache for debugging
2013-11-28 Christian Grothoff-fix memory leak
2013-11-14 Matthias Wachs- fix message log level
2013-11-13 Matthias Wachsfix for size
2013-11-13 Matthias Wachsremove private flag
2013-11-13 Matthias Wachsadding pseudonym NICK automatically to records sets
2013-11-10 David BarksdaleFix incompatability with musl libc.
2013-11-04 Matthias Wachsfix for lookup
2013-10-28 Matthias Wachsextended plugin api to support lookup function
2013-10-26 Christian Grothoff-eliminate dead code
2013-10-25 Matthias Wachsapi communication done
2013-10-25 Matthias Wachs- clean protocol number
2013-10-20 Christian Grothoff-32 bit, not 16
2013-10-20 Christian Grothoff-allow namestore to monitor ALL zones, and to optionall...
2013-10-20 Christian Grothoff-enable monitor over all zones
2013-10-18 Christian Grothoff-fix termination
2013-10-18 Matthias Wachsdoxygen
2013-10-17 Christian Grothoff-fix use after free, cancel of dead task
2013-10-17 Christian Grothoff-perform NC registration for client during store handling
2013-10-17 Christian Grothoff-start namecache as well, perform NC registration for...
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-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-08 Christian Grothofffixing #2992: do not use hash of pkey and then match...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-04 Christian Grothoff-do set expiration time when storing records, works...
2013-10-04 Christian Grothoff-add logic to print expiration times for records
2013-10-02 Christian Grothoff-address #3050, refresh encrypted blocks from plaintext...
2013-10-02 Christian Grothoff-delete does not work in the strong sense due to cachin...
2013-09-30 Christian Grothoff-fixing namestore to not disconnect on empty iteration...
2013-09-30 Christian Grothoff-more logging
2013-09-30 Christian Grothoff-fix indentation
2013-09-29 Christian Grothoff-disconnect on protocol errors, not on no-result
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-11 Matthias Wachs- iterator NULL check
2013-09-10 Christian Grothoff-go back to break
2013-09-10 Christian Grothoff-finalize iterate_all_zones as well
2013-09-06 Christian Grothoff-misc fixes
2013-09-05 Christian Grothoff-allow passing NULL for zone to iterate over all of...
2013-08-15 Christian Grothoff-clean client context on shutdown
2013-08-15 Christian Grothoff-if records are deleted, delete them from cache as...
2013-08-15 Christian Grothoff-fixing #2993
2013-08-14 Christian Grothoff-doxygen
2013-08-14 Christian Grothoff-addressing #2995
2013-08-13 Christian Grothoff-more work on new GNS implementation
2013-08-13 Christian Grothoff-documenting open issues
2013-08-13 Christian Grothoff-namestore service builds again
2013-08-12 Christian Grothoff-more work on new namestore API
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-07-24 Matthias WachsRFC new gns publishing
2013-07-09 Christian Grothoff-check for NULL
2013-07-09 Christian Grothoff-fixes in monitoring code
2013-07-09 Christian Grothofffinish implementation of monitoring, send change notifi...
2013-07-09 Christian Grothoff-towards having monitoring
2013-07-09 Christian Grothoff-towards implementing monitor functions in service
2013-07-09 Christian Grothoff-simplify zone key loading by using synchronous ECC...
2013-07-09 Christian Grothoff-simplify zone key loading by using synchronous ECC...
2013-07-08 Christian Grothoff-get rid of iteration response, use lookup response...
2013-06-30 Christian Grothoff-towards implementing improved namestore API
2013-06-12 Christian Grothoff-keep and drop are not needed here as we watch for...
2013-05-29 Christian Grothoff-switching GNS from RSA to ECC
2012-11-15 Matthias Wachsimplementing mantis 0002193
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-09-28 Christian Grothoff-simplify
2012-07-23 Matthias Wachs- coverirt 10116
2012-07-16 Matthias Wachs- namestore uses new rsa api
2012-07-03 Christian Grothoff-fix gns record deletion
2012-07-03 Matthias Wachs- change for 2477
2012-07-02 Christian Grothoff-committing relative/abs expiration time changes from...
2012-06-29 Christian Grothoff-more fixes to namestore
2012-06-29 Christian Grothoff-fixes
2012-06-29 Christian Grothoff-check all fields for matches before removing
next