aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
Commit message (Collapse)AuthorAge
* -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
|
* - Assert callback as in other callsBart Polot2012-01-05
|
* - Remove unnecessary includeBart Polot2012-01-05
|
* New DHT-monitor functionalityBart Polot2012-01-04
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* put ifdefs around DEBUG logsChristian Grothoff2011-10-25
|
* fixing 1829Christian Grothoff2011-10-25
|
* loggingChristian Grothoff2011-10-25
|
* problem is caused by client disconnecting before we can queue the reply, ↵Christian Grothoff2011-10-24
| | | | more logging
* even more loggingChristian Grothoff2011-10-24
|
* use LOG macro in dht_api.cChristian Grothoff2011-10-10
|
* dbgChristian Grothoff2011-10-05
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* nonewsChristian Grothoff2011-09-27
|
* fixesChristian Grothoff2011-09-27
|
* fixChristian Grothoff2011-09-27
|
* fixing 1776 --- do not check uid in client and don't put it into recentChristian Grothoff2011-09-17
|
* Fixed a use after free that occured when doing DHT_Disconnect while the ↵Bart Polot2011-09-16
| | | | | | | | | | | | | | | | | | | | | client was trying to reconnect to the service. ==12088== Invalid read of size 8 ==12088== at 0x5245EB4: GNUNET_CLIENT_notify_transmit_ready_cancel (client.c:1118) ==12088== by 0x5033F10: GNUNET_DHT_disconnect (dht_api.c:571) ==12088== by 0x403211: shutdown_task (gnunet-service-mesh.c:3366) ==12088== by 0x5260292: GNUNET_SCHEDULER_run (scheduler.c:682) ==12088== by 0x526634B: GNUNET_SERVICE_run (service.c:1590) ==12088== by 0x401885: main (gnunet-service-mesh.c:3460) ==12088== Address 0x651fb90 is 32 bytes inside a block of size 64 free'd ==12088== at 0x4C2556E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==12088== by 0x5245F85: GNUNET_CLIENT_disconnect (client.c:422) ==12088== by 0x503360A: do_disconnect (dht_api.c:323) ==12088== by 0x5260292: GNUNET_SCHEDULER_run (scheduler.c:682) ==12088== by 0x526634B: GNUNET_SERVICE_run (service.c:1590) ==12088== by 0x401885: main (gnunet-service-mesh.c:3460)
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* maybe cleaner to initialize explicitlyChristian Grothoff2011-06-17
|
* simplifyChristian Grothoff2011-05-12
|
* api change for malicious peer bug when running distributed tests, stop arm ↵Nathan S. Evans2011-03-08
| | | | from repeatedly trying to bind to blank unixpath
* possible fix for mantis bug 1663Nathan S. Evans2011-02-24
|
* change to dht profiling driver to avoid possible find peer issueNathan S. Evans2011-02-15
|
* debugNathan S. Evans2011-02-08
|
* path tracking commit, hopefully a fix for dht_api connect bug, needs testedNathan S. Evans2011-02-02
|
* codesonar fixesNathan S. Evans2010-11-10
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* fixed problems with GNUNET_time_relativeMatthias Wachs2010-10-27
|
* Refactoring gnunet timeMatthias Wachs2010-10-27
|
* nodbgChristian Grothoff2010-10-21
|
* unique id is quite useful for the dht, even for putsNathan S. Evans2010-10-07
|
* typo, continuations for dht operations use continuation instead of being ↵Nathan S. Evans2010-10-07
| | | | default scheduled (GNUNET_SCHEDULER_REASON_TIMEOUT indicates error)
* fixChristian Grothoff2010-10-05
|
* client-side path tracking supportChristian Grothoff2010-10-04
|
* passing bf and xquery from client to serviceChristian Grothoff2010-10-04
|
* making test_dht_api workChristian Grothoff2010-10-03
|
* new DHT API, tests do not yet compileChristian Grothoff2010-10-02
|
* plane hackingChristian Grothoff2010-09-18
|
* some fixes, debugging churn nonsenseNathan S. Evans2010-09-17
|
* klocwork fixes, dht routing changes (hopefully fixes)Nathan S. Evans2010-09-01
|
* various fixes, improvements, fubars, for dht... still tuningNathan S. Evans2010-08-31
|
* assorted dht changes, fixes, etc.Nathan S. Evans2010-08-30
|
* api change to go along with service changeNathan S. Evans2010-08-20
|
* api change to allow client to set DHT malicious, still need to implement it ↵Nathan S. Evans2010-08-10
| | | | on the dht driver side