aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_multihashmap32.c
Commit message (Collapse)AuthorAge
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* Remove most of old transport, ATS and PEERINFO. Disable TESTBED and related ↵Martin Schanzenbach2023-10-04
| | | | tests
* BUILD: Silence int/enum mismatch compiler warnings and curl deprecated definesMartin Schanzenbach2023-09-23
|
* INCLUDE: change Mulit --> Multi in G_C_MulitHashMapIteratorCallback.ulfvonbelow2023-02-06
| | | | | | | I don't know how this went either unnoticed or unchanged. Is it a compatibility thing? 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
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
| | | | | | | | | | | This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
* -DOC: Documentation cleanup pass through rest of UTIL librariesWillow Liquorice2022-10-03
|
* -DOC first pass through UTIL container libraryWillow Liquorice2022-08-30
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* fix #5793Christian Grothoff2019-07-21
|
* port hashmap fixes to other maps, investigated #4905, clearly no longer ↵Christian Grothoff2019-02-20
| | | | possible, closing that one
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* fix #5467Christian Grothoff2018-11-02
|
* fix #5465Christian Grothoff2018-11-01
|
* 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
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix #3558Christian Grothoff2014-11-15
|
* - implemented missing set functionalityFlorian Dold2013-11-05
| | | | | - secretsharing api changes
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -adding specialized hash table for peer identitiesChristian Grothoff2013-09-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -const where const canChristian Grothoff2013-07-10
|
* - 32-bit key hashmapSree Harsha Totakura2013-04-17