aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-dht-put.c
Commit message (Collapse)AuthorAge
* BUILD: Move dht/datastore to service/cliMartin Schanzenbach2023-10-18
|
* DHT: Fix warnings when freeing allocated strings from ↵Martin Schanzenbach2023-02-06
| | | | | | | GNUNET_STRINGS_get_utf8_args A modification of ulfvonbelow's patch in #7651 that also silences warnings.
* Revert "DHT: remove "memory leak" in gnunet-dht-{get,put}."Martin Schanzenbach2023-02-06
| | | | | | | We cannot free const* here. Need to find another fix if we want to make the sanitizer happy. This reverts commit 0920196347790edf46539eab5ae411745552511e.
* DHT: remove "memory leak" in gnunet-dht-{get,put}.ulfvonbelow2023-02-06
| | | | | | Not really a memory leak, but good to get the sanitizers off our back. Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* DHT: modify API and protocol messages to add path signatures, except for now ↵Christian Grothoff2022-01-09
| | | | the actual signatures are just placeholders (signing and signature verification are missing)
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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
|
* eliminate DHT PUT OK message by using MQ feature of calling continuation ↵Christian Grothoff2018-04-30
| | | | when transmission is complete
* rename GNUNET_GETOPT functions to achieve better consistencyChristian Grothoff2017-03-25
|
* Last commit as of getopt porting. 'social' still gives warnings.Marcello Stanisci2017-03-16
|
* getopt API porting.Marcello Stanisci2017-03-15
|
* fix missing time conversionChristian Grothoff2017-03-10
|
* fix use of uninitialized (shadow-issue) expirationChristian Grothoff2017-03-10
|
* use modern time specification for expirationChristian Grothoff2017-01-31
|
* add method to record and print DHT routes to DHT command-line toolsChristian Grothoff2017-01-31
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* 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
|
* incomplete code for finger and friend tablesSupriti Singh2014-01-21
|
* fixing #2544Christian Grothoff2012-09-15
|
* demux everywhere option for CLIMatthias Wachs2012-09-14
|
* - print key when putMatthias Wachs2012-09-14
|
* -consistently use struct GNUNET_HashCodeChristian Grothoff2012-06-12
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -fixing #2277Christian Grothoff2012-04-26
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* nonewsChristian Grothoff2011-09-27
|
* migrationChristian Grothoff2011-09-27
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* start serviceNathan S. Evans2011-07-26
|
* Check for missing type, set to TEST block type if so (ANY should not be used)Nathan S. Evans2011-01-05
|
* Adding replication parameter for initiating GET and PUT requests to the DHT.Nathan S. Evans2010-11-11
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* fixChristian Grothoff2010-10-04
|
* new DHT API, tests do not yet compileChristian Grothoff2010-10-02
|
* gpl3Christian Grothoff2010-07-02
|
* put and get testcaseNathan S. Evans2010-04-05
|