aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.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.
* 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
* -First pass through GNUnet common libraryWillow Liquorice2022-08-30
|
* BUILD: Remove W32 ifdefMartin Schanzenbach2021-10-11
|
* -add NULL checkChristian Grothoff2021-05-15
|
* spell checkingChristian Grothoff2020-11-14
|
* fix: GNUNET_is_zero(ptr) should return enum GNUNET_GenericReturnValue. Fixes ↵Martin Schanzenbach2020-08-12
| | | | #6475.
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* fix zero testChristian Grothoff2020-04-03
|
* fix #6153Christian Grothoff2020-04-03
|
* also BADFOOD on reallocChristian Grothoff2019-12-25
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* Remove win32 and cygwin supportng02019-09-09
|
* 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
|
* fix bad freeChristian Grothoff2018-06-26
|
* fix several memory leaksJulius Bünger2018-06-26
|
* 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
|
* vsprintf returns negative on error.anryko2018-01-07
|
* internally assert that asprintf size allocation never failsChristian Grothoff2018-01-06
|
* fix timeout of test_service, misc signed/unsigned and unused argument issuesChristian Grothoff2018-01-04
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* libgnunetutil: add file, line debug info to multidimensional array allocatorsMarkus Teich2016-10-09
|
* libgnunetutil: fix doc and indentation for reallocMarkus Teich2016-10-09
|
* gnunetutil: add 2d and 3d allocation including testsMarkus Teich2016-09-07
|
* I think this is a bit more readableDavid Barksdale2016-09-04
|
* xmalloc already zeroes the memoryDavid Barksdale2016-09-04
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* report skipped tests, doxygen fixesChristian Grothoff2015-09-29
|
* fix undefined behavior in GNUNET_array_growFlorian Dold2015-09-28
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* make libextractor actually optional, both for GNUnet and GNUnet-taler buildsChristian Grothoff2015-05-30
|
* -doxygen, indentationChristian Grothoff2015-04-17
|
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Hello Christian,Christian Grothoff2014-10-18
| | | | | | | | | | I had to write a little patch to fix gnunet FTBFS on kfreebsd, you'll find it attached. Would you consider adding to your SVN ? Thanks, Bertrand
* fix assertion, ensure 0-terminationChristian Grothoff2014-09-10
|
* -freebsd wants malloc_np for malloc_usable_sizeChristian Grothoff2013-12-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* -allow NULL if n=0Christian Grothoff2012-12-14
|
* -make freebsd7 happyChristian Grothoff2012-11-29
|