aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
Commit message (Collapse)AuthorAge
* -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
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* LRN: Small janitor fixesChristian Grothoff2011-10-07
| | | | | | | | * Prevent janitor from failing if a process can't be killed (it might be dead by the time janitor gets around to killing it). * Fix janitor messages about killing arm/non-arm processes
* doxygenChristian Grothoff2011-09-02
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* fixChristian Grothoff2011-08-13
|
* strndupChristian Grothoff2011-08-10
|
* memdupChristian Grothoff2010-11-24
|
* fixing fun bugChristian Grothoff2010-08-19
|
* fixing calculations and code for buffer reallocChristian Grothoff2010-07-02
|
* fixesChristian Grothoff2010-04-30
|
* indentChristian Grothoff2009-11-10
|
* fix leak, improve APINils Durner2009-11-09
|
* hard memory limit for safe buildbot'ing on WindowsNils Durner2009-11-09
|
* fixing bio testcase and a bug in bio.c, also indentingChristian Grothoff2009-11-01
|
* improving style and docsChristian Grothoff2009-09-25
|
* documentation cleanupChristian Grothoff2009-09-22
|
* eliminating not-used vector codeChristian Grothoff2009-09-11
|
* fixing docu issuesChristian Grothoff2009-09-11
|
* more topology implementationChristian Grothoff2009-06-14
|
* ngChristian Grothoff2009-05-29