Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |