Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright ranges | Lukas Fleischer | 2020-01-30 | 1 | -1/+1 |
* | Update copyright ranges | Lukas Fleischer | 2017-01-12 | 1 | -1/+1 |
* | Update copyright ranges | Lukas Fleischer | 2016-01-30 | 1 | -1/+1 |
* | Update copyright ranges | Lukas Fleischer | 2015-02-07 | 1 | -1/+1 |
* | Do not error out when calling xfree(NULL) | Lukas Fleischer | 2014-07-27 | 1 | -1/+0 |
* | Use tabs instead of spaces for indentation | Lukas Fleischer | 2013-04-14 | 1 | -139/+142 |
* | Update copyright ranges | Lukas Fleischer | 2013-02-04 | 1 | -1/+1 |
* | Switch to Linux kernel coding style | Lukas Fleischer | 2012-05-21 | 1 | -108/+88 |
* | src/mem.c: Skip dbg_*() if memory stats are disabled | Lukas Fleischer | 2012-04-21 | 1 | -45/+48 |
* | src/mem.c: Fix putchar() parameter | Lukas Fleischer | 2012-04-06 | 1 | -1/+1 |
* | Update copyright ranges | Lukas Fleischer | 2012-03-26 | 1 | -1/+1 |
* | Remove all usages of bzero() and bcopy() | Lukas Fleischer | 2012-02-19 | 1 | -2/+2 |
* | Make use of the NULL macro | Lukas Fleischer | 2011-11-02 | 1 | -8/+8 |
* | Avoid use of printf()/fprintf() | Lukas Fleischer | 2011-11-02 | 1 | -7/+7 |
* | Update copyright notices in source files, documentation and "COPYING". | Lukas Fleischer | 2011-04-22 | 1 | -1/+1 |
* | Fix bad use of unsigned integers. | Lukas Fleischer | 2011-04-05 | 1 | -2/+0 |
* | Compare pointers to "NULL" instead of "0". | Lukas Fleischer | 2011-04-05 | 1 | -12/+12 |
* | Remove dead assignments spotted by clang-analyzer. | Lukas Fleischer | 2011-04-03 | 1 | -1/+0 |
* | Overall indentation fixes. | Lukas Fleischer | 2011-03-14 | 1 | -22/+22 |
* | Update website links to match the new URL. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Update mail addresses to match the new mailing lists. | Lukas Fleischer | 2011-03-04 | 1 | -1/+1 |
* | Remove CVS "$Id" headers. | Lukas Fleischer | 2011-03-03 | 1 | -2/+0 |
* | All headers gathered into a single one. Typedefs suppressed. | Frederic Culot | 2010-03-20 | 1 | -16/+14 |
* | No need to double check for null pointer when freeing memory. | Frederic Culot | 2009-07-19 | 1 | -2/+2 |
* | New wrappers around memory functions. | Frederic Culot | 2009-07-12 | 1 | -14/+78 |
* | Switch to BSD license. | Frederic Culot | 2009-07-05 | 1 | -14/+26 |
* | more code cleanup | Frederic Culot | 2009-01-03 | 1 | -6/+6 |
* | various bugfixes | Frederic Culot | 2009-01-02 | 1 | -2/+3 |
* | new files to monitor memory usage | Frederic Culot | 2008-12-28 | 1 | -0/+248 |