aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
Commit message (Collapse)AuthorAge
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* cosmesticsChristian Grothoff2018-05-06
|
* eliminate DHT PUT OK message by using MQ feature of calling continuation ↵Christian Grothoff2018-04-30
| | | | when transmission is complete
* enable more parallelism with DHT queue, but limit to 1000 entries, then kill ↵Christian Grothoff2018-04-30
| | | | hard
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* strcmp instead of memcmpChristian Grothoff2017-02-22
|
* fix sanity check in dht_api: we are passing 32-byte PIDs, not 64-byte hashesChristian Grothoff2017-02-02
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -misc fixes to DHT testsChristian Grothoff2016-06-27
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* 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
* - Act malicious API completeSupriti Singh2014-09-22
| | | | | - Using multiple trails in PUT/GET
* Act Malicious service code Supriti Singh2014-08-13
|
* Merged update_successor and update_predecessor with finger table addSupriti Singh2014-03-24
|
* incomplete code for finger and friend tablesSupriti Singh2014-01-21
|
* -initialized uninitialized 'key' field in GetHandle to fix assertion in ↵Christian Grothoff2013-11-29
| | | | gnunet-service-dht_clients.c:721 due to uninitialized key in IPC message
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -typo/ftbfsChristian Grothoff2013-09-29
|
* -minor code/doxygen clean upChristian Grothoff2013-09-29
|
* - fixed crash in case of DHT_disconnect called from a DHT_get iteratorBart Polot2013-01-25
|
* -allow disconnecting from DHT during GET iteratorChristian Grothoff2013-01-25
|
* fixing crash of mesh service -- reproduced by regex profiler w 100 peers -- ↵Christian Grothoff2012-11-14
| | | | on shutdown due to failure to initialize dht_handle field
* -implementing #2435Christian Grothoff2012-11-10
|
* -moving DHT test to testbed APIChristian Grothoff2012-10-31
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -chaning multihashmap API to allow option for avoiding key allocationChristian Grothoff2012-10-07
|
* - fixed use after free #2499Bart Polot2012-07-17
|
* - typo in printfBart Polot2012-07-16
|
* - improve logging, add debug message for GNUNET_breakBart Polot2012-07-16
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* -fixing #2340Christian Grothoff2012-05-27
|
* Added stop operation for dht monitoringBart Polot2012-05-04
|
* -fixing #2277Christian Grothoff2012-04-26
|
* - Wrong message typeBart Polot2012-04-23
|
* - Rewritten DHT monitoringBart Polot2012-04-20
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* - fixed small bugs, added FIXME, added monitor client (to be tested)Bart Polot2012-04-17
|
* - api docuMatthias Wachs2012-04-12
|
* -die ifdefs, dieChristian Grothoff2012-02-18
|
* -avoid using add_continuation if possibleChristian Grothoff2012-02-18
|
* Added testcase for DHT monitoring.Bart Polot2012-01-05
|
* - Fixed some bugs in monitor codeBart Polot2012-01-05
|