deprecate ill-defined set_nick API
[oweals/gnunet.git] / src / namestore / namestore_api.c
2020-05-06 Schanzenbach, Martindeprecate ill-defined set_nick API
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-05-25 Christian Grothoffremove bogus cast
2019-04-26 Julius Büngermemcmp() -> GNUNET_memcmp(), first take
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-11-16 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-11-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-11-13 Nils GillmannPartial application of diff send in beberking, Issue...
2018-11-04 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-11-03 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-11-02 Christian Grothoffuse separate message type to indicate end of transmissi...
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 Grothoffcheck return values from GNSRECORD_record_serialize...
2018-05-14 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-10 Christian Grothoffwatch for namestore not completing store operations...
2018-05-02 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-04-26 Christian Grothoffmisc bugfixes
2018-04-25 Christian Grothoffextend namestore API to enable faster iterations by...
2018-04-23 Christian Grothoffmerge conflict resolution
2018-04-23 Christian Grothoffmove to @ for empty label, fix empty-label resolution...
2018-01-22 Phil-merge branch 'master' into identity_oidc
2018-01-21 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-20 Christian Grothoffreactivate test, fix misc warnings
2017-06-23 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-23 Christian Grothofffix misc namestore crashes from pq migration
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-08-22 Christian Grothofffix #4620
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-09 Christian Grothoffmake namestore API less brittle/sublte to use
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-02 Christian Grothoff-fix use after free on shutdown
2016-06-25 Christian Grothoff-minor refactoring, add missing check
2016-06-25 Christian Grothoffconvert namestore_api to MQ
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-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2013-12-16 Christian Grothoff-never store NICKs anywhere but in '+', do not display...
2013-11-29 Matthias Wachsbug in zone to name: called with disconnect error inste...
2013-11-28 Matthias Wachs- Tests did not clean up: TEST_HOME with namestore...
2013-11-13 Matthias Wachsadding pseudonym NICK automatically to records sets
2013-10-28 Matthias Wachsextended plugin api to support lookup function
2013-10-25 Matthias Wachsapi communication done
2013-10-25 Matthias Wachs- clean protocol number
2013-10-18 Matthias Wachsimplementing api call
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-06 Christian Grothoff-remove trailing whitespace
2013-10-04 Christian Grothoff-do set expiration time when storing records, works...
2013-09-30 Christian Grothoff-fixing namestore to not disconnect on empty iteration...
2013-09-29 Christian Grothoff-minor stylistic cleanup, doxygen
2013-09-29 Christian Grothoff-fix block size calculation
2013-09-29 Christian Grothoff-disconnect on protocol errors, not on no-result
2013-09-26 Christian Grothoff-more logging, minor code cleanup
2013-09-25 Christian Grothoff-fix MX record parsing and serialization, others still...
2013-09-25 Christian Grothoff-fix remove testcase
2013-09-24 Christian Grothoffhandle empty result set gracefully
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-10 Christian Grothoff-fix crash in gnunet-namestore -a if no other records...
2013-09-05 Christian Grothoff-allow passing NULL for zone to iterate over all of...
2013-08-21 Matthias Wachsfixed crash: wrong cls in api
2013-08-14 Christian Grothoff-addressing #2995
2013-08-13 Christian Grothoff-adapting fcfsd to new namestore API, moving from gns...
2013-08-13 Christian Grothoff-namestore service builds again
2013-08-12 Christian Grothoff-towards namestore support for the new privacy-preservi...
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-07-10 Christian Grothoff-extra checks
2013-07-09 Christian Grothoff-towards implementing monitor functions in service
2013-07-08 Christian Grothoff-get rid of iteration response, use lookup response...
2013-06-30 Christian Grothoff-towards implementing improved namestore API
2013-05-29 Christian Grothoff-switching GNS from RSA to ECC
2012-11-04 Christian Grothoff-misc bugfixes, travel hacking
2012-10-30 Christian Grothoff-fixing gns test issues
2012-06-29 Christian Grothoff-fixes
2012-06-28 Christian Grothoff-more namestore service cleanup -- wip
2012-06-28 Christian Grothoff-more namestore service cleanup -- wip
2012-06-28 Christian Grothoff-more code cleanup in namestore
2012-06-27 Christian Grothoff-more namestore code cleanup
2012-06-27 Christian Grothoff-fix
2012-06-27 Christian Grothoff-major cleanup and various minor bugfixes for namestore_api
2012-06-26 Christian Grothoff-cleaning up logging
2012-06-26 Christian Grothoff-more debug messages
2012-06-25 Christian Grothofftrying to fix #2458, largely works
2012-06-20 Christian Grothoff-code cleanup
2012-06-20 Matthias Wachs- fix
2012-06-20 Matthias Wachs- docu
2012-06-20 Matthias Wachs- minor
2012-06-20 Matthias Wachsclean up and documentation for namestor API
2012-06-19 Christian Grothoff-starting a bit with namestore_api cleanup
2012-06-19 Christian Grothoff-minor cleanup
next