assertion is excessively rigid
[oweals/gnunet.git] / src / namestore / gnunet-service-namestore.c
2018-10-10 Christian Grothoffassertion is excessively rigid
2018-10-10 Christian Grothoffcode cleanup, remove/simplify bogus check
2018-10-09 Christian Grothoffnote
2018-10-09 Christian Grothoffwhen zone does not match, do not run through the loop...
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-05-30 Christian GrothoffMerge branch 'master' of ssh://gnunet.org/gnunet
2018-05-20 Christian Grothofffix serialization/deserialization error in namestore...
2018-05-20 Christian Grothoffcheck return values from GNSRECORD_record_serialize...
2018-05-14 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-13 Christian Grothoffadd some extra GNS-record well-formedness checks if...
2018-05-13 Christian Grothoffget rid of plain memcpy calls
2018-05-10 Christian Grothoffadd warning about slow monitors
2018-05-10 Christian Grothoffwatch for namestore not completing store operations...
2018-05-10 Christian Grothofffix crash on monitor disconnect
2018-05-09 Christian Grothoffimplement new functions in libgnunetsq, clean up sqlite...
2018-05-02 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-02 Christian Grothoffstart preparations for flow control by namestore monitors
2018-05-02 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-01 Christian Grothoffadd test for query derivation (passed instantly)
2018-05-01 Christian Grothofflots more statistics for zoneimport/namestore
2018-05-01 Christian Grothoffmore extensive namestore tests for the non-sqlite plugi...
2018-05-01 Christian Grothoffadd perf_ logic for namestore iterations, improve names...
2018-05-01 Christian Grothoffmerge
2018-04-30 Christian Grothoffmore logging
2018-04-30 Christian Grothoffsignal cont
2018-04-30 Christian Grothoffeliminate use of OFFSET in namestore DB queries
2018-04-30 Christian Grothoffadd statistic on namestore iteration delay
2018-04-29 Christian Grothoffadd option to disable namecache, add velocity calculati...
2018-04-26 Christian Grothoffmisc zoneimporter fixes
2018-04-25 Christian Grothoffclean up zone iteration logic
2018-04-25 Christian Grothoffenable caching private->public key mapping in memory...
2018-04-25 Christian Grothoffmore logging of exp time
2018-04-25 Christian Grothoffextend namestore API to enable faster iterations by...
2018-04-24 Christian Grothoffcode cleanup, more diagnostics, more statistics
2018-04-23 Christian Grothofffix transition to multi-server in cmd line for gnunet...
2018-04-23 Christian Grothoffmerge conflict resolution
2018-04-23 Christian Grothoffmove to @ for empty label, fix empty-label resolution...
2018-04-10 Christian Grothoffsome code cleanup
2018-03-08 Christian Grothoffavoid specifying useless DEFAULT values
2018-03-05 ng0Merge branch 'master' of gnunet.org:gnunet
2018-03-03 Christian Grothoffeliminate .gnu from GNS
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...
next