aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
Commit message (Collapse)AuthorAge
* 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
|
* -wtfChristian Grothoff2012-11-13
|
* -speeding up baadf00d code by 7x (on i7)Christian Grothoff2012-10-24
|
* - Fix memory posioning on OS X (MSIZE is pre-defined to 256, doesnt ↵Bart Polot2012-08-29
| | | | HAVE_MALLOC_USABLE_MEMORY -> compile error)
* only use control pipe with helpers IF the helper actually supports itChristian Grothoff2012-08-29
|
* -LRN: Portable memory poisoning:Christian Grothoff2012-07-05
| | | | | | | | Uses GNU extension function as a non-W32 equivalent of msize() (there are subtle differences, but they are of no consequence). Also swaps the poison bits depending on endianness (i'm tired of seeing 0xdf0adba everywhere instead of 0xbaadf00d).
* -\'optimize\'Christian Grothoff2012-06-27
|
* -LRN: Poisoning:Christian Grothoff2012-06-23
| | | | | | | | | Poisons memory before freeing it. It uses msize() CRT function, which (i believe) is not available on other platforms. This patch was intended to make the output of the next patch (see below) more apparent.
* Fixing #1976 by allowing allocations between INT_MAX and SIZE_MAX and at the ↵Christian Grothoff2011-12-06
| | | | same time limiting BF size for datastore to 2 GB. Also fixing infinite loop when creating BFs of sizes between 2-4 GB
* introducing GNUNET_abortChristian Grothoff2011-11-05
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|