Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-05 | first batch of license fixes (boring) | psyc://loupsycedyglgamf.onion/~lynX | |
2018-01-07 | vsprintf returns negative on error. | anryko | |
2018-01-06 | internally assert that asprintf size allocation never fails | Christian Grothoff | |
2018-01-04 | fix timeout of test_service, misc signed/unsigned and unused argument issues | Christian Grothoff | |
2017-02-24 | util: add component name to LOG macros; util/client: log incoming message ↵ | tg(x) | |
type/size/source for gnunet-logread | |||
2016-10-09 | libgnunetutil: add file, line debug info to multidimensional array allocators | Markus Teich | |
2016-10-09 | libgnunetutil: fix doc and indentation for realloc | Markus Teich | |
2016-09-07 | gnunetutil: add 2d and 3d allocation including tests | Markus Teich | |
2016-09-04 | I think this is a bit more readable | David Barksdale | |
2016-09-04 | xmalloc already zeroes the memory | David Barksdale | |
2016-07-08 | -avoid calling memcpy() with NULL argument, even if len is 0 | Christian Grothoff | |
2016-01-19 | -fix (C) notices | Christian Grothoff | |
2015-09-29 | report skipped tests, doxygen fixes | Christian Grothoff | |
2015-09-28 | fix undefined behavior in GNUNET_array_grow | Florian Dold | |
2015-06-30 | fix #3869: outdated FSF address | Christian Grothoff | |
2015-05-30 | make libextractor actually optional, both for GNUnet and GNUnet-taler builds | Christian Grothoff | |
2015-04-17 | -doxygen, indentation | Christian Grothoff | |
2015-02-28 | generally use GNUNET_assert() instead of GNUNET_abort() to also log the error | Christian Grothoff | |
2015-02-07 | -bringing copyright tags up to FSF standard | Christian Grothoff | |
2014-10-18 | Hello Christian, | Christian Grothoff | |
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 | |||
2014-09-10 | fix assertion, ensure 0-termination | Christian Grothoff | |
2013-12-08 | -freebsd wants malloc_np for malloc_usable_size | Christian Grothoff | |
2013-10-06 | -remove trailing whitespace | Christian Grothoff | |
2013-09-30 | -towards addressing #3047, note this causes the code to FTBFS | Christian Grothoff | |
2013-08-24 | -use GPLv3+ consistently | Christian Grothoff | |
2012-12-14 | -allow NULL if n=0 | Christian Grothoff | |
2012-11-29 | -make freebsd7 happy | Christian Grothoff | |
2012-11-13 | -wtf | Christian Grothoff | |
2012-10-24 | -speeding up baadf00d code by 7x (on i7) | Christian Grothoff | |
2012-08-29 | - Fix memory posioning on OS X (MSIZE is pre-defined to 256, doesnt ↵ | Bart Polot | |
HAVE_MALLOC_USABLE_MEMORY -> compile error) | |||
2012-08-29 | only use control pipe with helpers IF the helper actually supports it | Christian Grothoff | |
2012-07-05 | -LRN: Portable memory poisoning: | Christian Grothoff | |
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). | |||
2012-06-27 | -\'optimize\' | Christian Grothoff | |
2012-06-23 | -LRN: Poisoning: | Christian Grothoff | |
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. | |||
2011-12-06 | Fixing #1976 by allowing allocations between INT_MAX and SIZE_MAX and at the ↵ | Christian Grothoff | |
same time limiting BF size for datastore to 2 GB. Also fixing infinite loop when creating BFs of sizes between 2-4 GB | |||
2011-11-05 | introducing GNUNET_abort | Christian Grothoff | |
2011-11-04 | curly wars / auto-indentation | Christian Grothoff | |
2011-10-11 | converting to GNUNET_LOG_from* | Christian Grothoff | |
2011-10-07 | LRN: Small janitor fixes | Christian Grothoff | |
* 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 | |||
2011-09-02 | doxygen | Christian Grothoff | |
2011-08-15 | indentation | Christian Grothoff | |
2011-08-15 | indentation | Christian Grothoff | |
2011-08-13 | fix | Christian Grothoff | |
2011-08-10 | strndup | Christian Grothoff | |
2010-11-24 | memdup | Christian Grothoff | |
2010-08-19 | fixing fun bug | Christian Grothoff | |
2010-07-02 | fixing calculations and code for buffer realloc | Christian Grothoff | |
2010-04-30 | fixes | Christian Grothoff | |
2009-11-10 | indent | Christian Grothoff | |
2009-11-09 | fix leak, improve API | Nils Durner | |