aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
Commit message (Collapse)AuthorAge
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* fix #4620Christian Grothoff2016-08-22
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* make namestore API less brittle/sublte to useChristian Grothoff2016-07-09
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix use after free on shutdownChristian Grothoff2016-07-02
|
* -minor refactoring, add missing checkChristian Grothoff2016-06-25
|
* convert namestore_api to MQChristian Grothoff2016-06-25
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -never store NICKs anywhere but in '+', do not display nicks in gnunet-namestoreChristian Grothoff2013-12-16
|
* bug in zone to name: called with disconnect error instead of signalling "no ↵Matthias Wachs2013-11-29
| | | | name found"
* - Tests did not clean up: TEST_HOME with namestore db was not removed after testMatthias Wachs2013-11-28
| | | | | | | | Therefore test_namestore_api_remove_not_existing_record passed when executed on a clean system, but failed if ran after a previous test adding a record - remove unused file namestore/test_namestore_api_put.c
* adding pseudonym NICK automatically to records setsMatthias Wachs2013-11-13
|
* extended plugin api to support lookup functionMatthias Wachs2013-10-28
| | | | | | | | added new index to both plugins implemented lookup functionality in both plugins namestore uses lookup function
* api communication doneMatthias Wachs2013-10-25
|
* - clean protocol numberMatthias Wachs2013-10-25
| | | | | | - added lookup protocol numbers - implemented lookup sending
* implementing api callMatthias Wachs2013-10-18
|
* -finishing split of namestore into namestore and namecache (#3065) -- in ↵Christian Grothoff2013-10-16
| | | | theory; in practice, somehow something broke badly, so the tests are now failing
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -do set expiration time when storing records, works better that way...Christian Grothoff2013-10-04
|
* -fixing namestore to not disconnect on empty iteration result --- and ↵Christian Grothoff2013-09-30
| | | | namestore API to better survive disconnect
* -minor stylistic cleanup, doxygenChristian Grothoff2013-09-29
|
* -fix block size calculationChristian Grothoff2013-09-29
|
* -disconnect on protocol errors, not on no-resultChristian Grothoff2013-09-29
|
* -more logging, minor code cleanupChristian Grothoff2013-09-26
|
* -fix MX record parsing and serialization, others still to be fixedChristian Grothoff2013-09-25
|
* -fix remove testcaseChristian Grothoff2013-09-25
|
* handle empty result set gracefullyChristian Grothoff2013-09-24
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -fix crash in gnunet-namestore -a if no other records already existedChristian Grothoff2013-09-10
|
* -allow passing NULL for zone to iterate over all of our zonesChristian Grothoff2013-09-05
|
* fixed crash: wrong cls in apiMatthias Wachs2013-08-21
|
* -addressing #2995Christian Grothoff2013-08-14
|
* -adapting fcfsd to new namestore API, moving from gns to namestore subsystemChristian Grothoff2013-08-13
|
* -namestore service builds againChristian Grothoff2013-08-13
|
* -towards namestore support for the new privacy-preserving GNS queriesChristian Grothoff2013-08-12
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* -extra checksChristian Grothoff2013-07-10
|
* -towards implementing monitor functions in serviceChristian Grothoff2013-07-09
|
* -get rid of iteration response, use lookup response instead, message formats ↵Christian Grothoff2013-07-08
| | | | were identical to begin with
* -towards implementing improved namestore APIChristian Grothoff2013-06-30
|
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* -fixing gns test issuesChristian Grothoff2012-10-30
|