Age | Commit message (Expand) | Author |
2018-05-20 | check return values from GNSRECORD_record_serialize/size always | Christian Grothoff |
2018-05-10 | watch for namestore not completing store operations, add auto-abort with warn... | Christian Grothoff |
2018-04-26 | misc bugfixes | Christian Grothoff |
2018-04-25 | extend namestore API to enable faster iterations by returning more than one r... | Christian Grothoff |
2018-04-23 | move to @ for empty label, fix empty-label resolution bug in GNS API, install... | Christian Grothoff |
2018-01-20 | reactivate test, fix misc warnings | Christian Grothoff |
2017-06-23 | fix misc namestore crashes from pq migration | Christian Grothoff |
2017-01-10 | rename connecT -> connect now that the old API is dead | Christian Grothoff |
2016-08-22 | fix #4620 | Christian Grothoff |
2016-08-18 | Use statement exprs instead of local function | David Barksdale |
2016-07-09 | make namestore API less brittle/sublte to use | Christian Grothoff |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff |
2016-07-02 | -fix use after free on shutdown | Christian Grothoff |
2016-06-25 | -minor refactoring, add missing check | Christian Grothoff |
2016-06-25 | convert namestore_api to MQ | Christian Grothoff |
2016-04-09 | small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex... | Christian Grothoff |
2016-01-19 | -fix (C) notices | Christian Grothoff |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff |
2014-12-24 | making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e... | Christian Grothoff |
2013-12-16 | -never store NICKs anywhere but in '+', do not display nicks in gnunet-namestore | Christian Grothoff |
2013-11-29 | bug in zone to name: called with disconnect error instead of signalling "no n... | Matthias Wachs |
2013-11-28 | - Tests did not clean up: TEST_HOME with namestore db was not removed after test | Matthias Wachs |
2013-11-13 | adding pseudonym NICK automatically to records sets | Matthias Wachs |
2013-10-28 | extended plugin api to support lookup function | Matthias Wachs |
2013-10-25 | api communication done | Matthias Wachs |
2013-10-25 | - clean protocol number | Matthias Wachs |
2013-10-18 | implementing api call | Matthias Wachs |
2013-10-16 | -finishing split of namestore into namestore and namecache (#3065) -- in theo... | Christian Grothoff |
2013-10-16 | -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols tha... | Christian Grothoff |
2013-10-10 | separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA | Christian Grothoff |
2013-10-06 | -remove trailing whitespace | Christian Grothoff |
2013-10-04 | -do set expiration time when storing records, works better that way... | Christian Grothoff |
2013-09-30 | -fixing namestore to not disconnect on empty iteration result --- and namesto... | Christian Grothoff |
2013-09-29 | -minor stylistic cleanup, doxygen | Christian Grothoff |
2013-09-29 | -fix block size calculation | Christian Grothoff |
2013-09-29 | -disconnect on protocol errors, not on no-result | Christian Grothoff |
2013-09-26 | -more logging, minor code cleanup | Christian Grothoff |
2013-09-25 | -fix MX record parsing and serialization, others still to be fixed | Christian Grothoff |
2013-09-25 | -fix remove testcase | Christian Grothoff |
2013-09-24 | handle empty result set gracefully | Christian Grothoff |
2013-09-13 | splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and... | Christian Grothoff |
2013-09-10 | -fix crash in gnunet-namestore -a if no other records already existed | Christian Grothoff |
2013-09-05 | -allow passing NULL for zone to iterate over all of our zones | Christian Grothoff |
2013-08-21 | fixed crash: wrong cls in api | Matthias Wachs |
2013-08-14 | -addressing #2995 | Christian Grothoff |
2013-08-13 | -adapting fcfsd to new namestore API, moving from gns to namestore subsystem | Christian Grothoff |
2013-08-13 | -namestore service builds again | Christian Grothoff |
2013-08-12 | -towards namestore support for the new privacy-preserving GNS queries | Christian Grothoff |
2013-08-06 | moving to new, fixed-size encoding of public and private ECC keys everywhere,... | Christian Grothoff |