- merge with master
[oweals/gnunet.git] / src / gns / gns_api.c
2017-03-29 Schanzenbach, Martin- merge with master
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...
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-22 Christian Grothoffremove support for reverse lookup and shortening from...
2017-01-25 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-04 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2016-12-27 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2016-12-16 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2016-12-14 Schanzenbach, Martin-fix gns mq; fix serializer
2016-12-13 Schanzenbach, Martin-fix memleaks
2016-10-06 Martin Schanzenbach- Add reverse resolution with limited functionality
2016-09-25 Martin Schanzenbach- move to new MQ API
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-06-25 Christian Grothoffrefactoring gns_api to use MQ API
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-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-03-04 Christian Grothoff-presumably better fix for instantly resolving names...
2014-02-16 Martin Schanzenbachfix only cache variable long/short
2014-02-16 Christian Grothoff-typos, doxygen
2014-01-21 Christian Grothoffshould be uint32_t
2013-12-20 Sree Harsha Totakura- fix use after free cases
2013-12-20 Sree Harsha Totakura- fix free after call to continuation
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-09-29 Christian Grothoff-fix shutdown segv if GNS connection was down
2013-09-26 Christian Grothoff-fix uint16/uint32 confusion
2013-09-26 Christian Grothoff-fix memrchr
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-08-14 Christian Grothoff-doxygen
2013-08-13 Christian Grothoff-more work on simplified GNS API implementation
2013-08-13 Christian Grothoff-simplifying GNS API
2013-08-13 Christian Grothoff-getting rid of duplication of record type values ...
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-05-29 Christian Grothoff-switching GNS from RSA to ECC
2012-11-01 Christian Grothoff-doxygen
2012-10-30 Martin Schanzenbach-cleanup
2012-10-26 Christian Grothoff-bugfixes, code cleanup
2012-09-29 Martin Schanzenbach-doxy
2012-09-27 Christian Grothoff-fixing testcase shutdown
2012-09-24 Matthias Wachs coverity bugs
2012-09-24 Matthias Wachs dozygen
2012-09-20 Christian Grothoff-code review
2012-09-18 Martin Schanzenbach-fixes
2012-09-18 Christian Grothoff-code review, breaking build a bit
2012-09-18 Christian Grothoff-peer review
2012-09-06 Martin Schanzenbach-fix to api
2012-07-11 Martin Schanzenbach-fix
2012-07-11 Martin Schanzenbach-more new api
2012-07-11 Martin Schanzenbach-more api
2012-07-11 Martin Schanzenbach-api love
2012-07-04 Martin Schanzenbach-correctly document cache only flag
2012-06-29 Martin Schanzenbach-fix 2447
2012-06-20 Martin Schanzenbach-coverity
2012-06-13 Martin Schanzenbach- big shorten algorithm rewrite
2012-06-11 Martin Schanzenbach-add cached flag for performance
2012-06-11 Martin Schanzenbachnew API for shorten key
2012-05-09 Martin Schanzenbach-new per zone api
2012-04-19 Christian Grothoff-removing 2nd argument from GNUNET_CLIENT_disconnect...
2012-03-28 Martin Schanzenbach-fixes, cleanup
2012-03-23 Martin Schanzenbach-doxygen
2012-03-22 Martin Schanzenbach-doxygen
2012-03-16 Martin Schanzenbach-fixes
2012-03-15 Martin Schanzenbach-fixes
2012-03-15 Martin Schanzenbach-fix
2012-03-15 Martin Schanzenbach-fix client receive, zonefile loading
2012-03-15 Martin Schanzenbach-fix
2012-03-14 Martin Schanzenbach-cleanup
2012-03-14 Martin Schanzenbach-resolver bugfix, gnunet-gns command line features
2012-03-12 Martin Schanzenbach-bugfixes, tests
2012-03-12 Martin Schanzenbach-add get_athority test, fixes
2012-03-12 Martin Schanzenbach-fixes, added get_authority api
2012-03-08 Martin Schanzenbach-lookup now works in test, removed dns hijack from...
2012-03-08 Martin Schanzenbach-GNS service api change, replaced complicated buggy...
2012-03-08 Martin Schanzenbach-new shorten test, fixes
2012-03-07 Martin Schanzenbach-shortening in cli app (in progress)
2012-03-06 Martin Schanzenbach-added some shorten stuff
2012-03-05 Martin Schanzenbach-started some gns service api
2012-02-23 Martin Schanzenbach-fixes
2012-02-23 Martin Schanzenbach-make it compile against new api, added parser utils...
2012-02-22 Martin Schanzenbach-new comments for resolver
2012-02-20 Martin Schanzenbachnamestore stub api added
2012-02-16 Martin Schanzenbach- removed add, other feedback
2012-02-16 Martin Schanzenbach- commit after up, ty!
2012-02-16 Martin Schanzenbach- added makefile, borrowed lots of code from dht for...
2012-02-15 Martin Schanzenbach- added some message types, dns code
2012-02-15 Martin SchanzenbachAdded preliminary API and stubs for GNS