| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix -Wunreachable-code warning in malloc_vsnprintf(). | Chris Peterson | 2016-03-27 | 1 | -2/+2 |
|
|
* | Optimize rtree_get(). | Jason Evans | 2016-03-23 | 1 | -0/+1 |
|
|
* | Refactor out signed/unsigned comparisons. | Jason Evans | 2016-03-15 | 1 | -7/+4 |
|
|
* | Silence miscellaneous 64-to-32-bit data loss warnings. | Jason Evans | 2016-02-26 | 1 | -2/+2 |
|
|
* | Silence miscellaneous 64-to-32-bit data loss warnings. | Jason Evans | 2016-02-24 | 1 | -1/+5 |
|
|
* | Silence miscellaneous 64-to-32-bit data loss warnings. | Jason Evans | 2016-02-24 | 1 | -1/+2 |
|
|
* | Tweak code to allow compilation of concatenated src/*.c sources. | Jason Evans | 2015-11-12 | 1 | -0/+13 |
|
|
* | Add JEMALLOC_FORMAT_PRINTF(). | Jason Evans | 2015-07-22 | 1 | -3/+3 |
|
|
* | Use the error code given to buferror on Windows | Mike Hommey | 2015-03-13 | 1 | -1/+1 |
|
|
* | util.c: strerror_r returns char* only on glibc | Felix Janda | 2015-02-03 | 1 | -1/+1 |
|
|
* | Convert to uniform style: cond == false --> !cond | Jason Evans | 2014-10-03 | 1 | -6/+6 |
|
|
* | Fix -Wsometimes-uninitialized warnings | Chris Peterson | 2014-06-02 | 1 | -1/+3 |
|
|
* | Fix -Wsign-compare warnings | Chris Peterson | 2014-06-02 | 1 | -2/+2 |
|
|
* | Test and fix malloc_printf("%%"). | Jason Evans | 2014-01-22 | 1 | -7/+6 |
|
|
* | Add util unit tests, and fix discovered bugs. | Jason Evans | 2014-01-07 | 1 | -28/+36 |
|
|
* | Normalize #define whitespace. | Jason Evans | 2013-12-09 | 1 | -1/+1 |
|
|
* | Refactor tests. | Jason Evans | 2013-12-09 | 1 | -3/+3 |
|
|
* | Prefer not_reached() over assert(false) where appropriate. | Jason Evans | 2013-10-21 | 1 | -1/+1 |
|
|
* | Remove unused variable and branch (reported by clang-analzyer) | Corey Richardson | 2012-10-08 | 1 | -5/+0 |
|
|
* | Allow je_malloc_message to be overridden when linking statically | Mike Hommey | 2012-05-02 | 1 | -4/+7 |
|
|
* | Make malloc_write() non-inline. | Jason Evans | 2012-05-02 | 1 | -0/+11 |
|
|
* | Replace JEMALLOC_ATTR with various different macros when it makes sense | Mike Hommey | 2012-05-01 | 1 | -4/+3 |
|
|
* | Use Get/SetLastError on Win32 | Mike Hommey | 2012-04-30 | 1 | -7/+8 |
|
|
* | Remove leftovers from the vsnprintf check in malloc_vsnprintf | Mike Hommey | 2012-04-22 | 1 | -4/+0 |
|
|
* | Add support for Mingw | Mike Hommey | 2012-04-22 | 1 | -1/+6 |
|
|
* | Fix malloc_vsnprintf handling of %o, %u and %x | Mike Hommey | 2012-04-19 | 1 | -4/+16 |
|
|
* | Rename labels. | Jason Evans | 2012-04-10 | 1 | -12/+12 |
|
|
* | Remove vsnprintf() and strtoumax() validation. | Jason Evans | 2012-04-02 | 1 | -27/+0 |
|
|
* | Add a SYS_write definition on systems where it is not defined in headers | Mike Hommey | 2012-03-30 | 1 | -0/+10 |
|
|
* | Port to FreeBSD. | Jason Evans | 2012-02-03 | 1 | -9/+127 |
|
|
* | Add JEMALLOC_CC_SILENCE_INIT(). | Jason Evans | 2012-03-23 | 1 | -4/+4 |
|
|
* | Implement tsd. | Jason Evans | 2012-03-23 | 1 | -26/+7 |
|
|
* | Modify malloc_vsnprintf() validation code. | Jason Evans | 2012-03-13 | 1 | -4/+3 |
|
|
* | Remove extra '}'. | Jason Evans | 2012-03-12 | 1 | -1/+0 |
|
|
* | Implement malloc_vsnprintf(). | Jason Evans | 2012-03-08 | 1 | -0/+539 |
|
|