aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-12-03Update ChangeLog for 4.4.0.Jason Evans
2016-11-07Update ChangeLog for 4.3.1.Jason Evans
2016-11-04Update ChangeLog for 4.3.0.Jason Evans
2016-11-04Update ChangeLog for 4.3.0.Jason Evans
2016-11-02Update ChangeLog for 4.3.0.Jason Evans
2016-10-04Fix a typo.Jason Evans
2016-06-08Update ChangeLog for 4.2.1.Jason Evans
2016-05-12Update ChangeLog for 4.2.0.Jason Evans
2016-05-11Fix chunk accounting related to triggering gdump profiles.Jason Evans
2016-05-06Update ChangeLog.Jason Evans
2016-05-03Fix a typo.Jason Evans
2016-05-03Update ChangeLog for 4.1.1.Jason Evans
2016-03-07Replace contributor name with github account.Jason Evans
2016-02-28Update ChangeLog for 4.1.0.Jason Evans
2016-02-28Update ChangeLog.Jason Evans
2016-02-26Update ChangeLog in preparation for 4.1.0.Jason Evans
2015-10-24Update ChangeLog for 4.0.4.Jason Evans
2015-09-24Fix a xallocx(..., MALLOCX_ZERO) bug.Jason Evans
2015-09-24Update ChangeLog for 4.0.3.Jason Evans
2015-09-24Work around an NPTL-specific TSD issue.Jason Evans
2015-09-24Fix xallocx(..., MALLOCX_ZERO) bugs.Jason Evans
2015-09-21Fix prof_tctx_dump_iter() to filter.Jason Evans
2015-09-21Update ChangeLog for 4.0.2.Jason Evans
2015-09-17Fix prof_alloc_rollback().Jason Evans
2015-09-17Fix irallocx_prof_sample().Jason Evans
2015-09-17Fix ixallocx_prof_sample().Jason Evans
2015-09-15Update ChangeLog for 4.0.1.Jason Evans
2015-09-15Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS.Jason Evans
2015-09-14Fix prof_{malloc,free}_sample_object() call order in prof_realloc().Jason Evans
2015-09-14Fix ixallocx_prof_sample() argument order reversal.Jason Evans
2015-09-14Make one call to prof_active_get_unlocked() per allocation event.Jason Evans
2015-09-14Fix irealloc_prof() to prof_alloc_rollback() on OOM.Jason Evans
2015-09-11Fix xallocx() bugs.Jason Evans
2015-09-09Fix "prof.reset" mallctl-related corruption.Jason Evans
2015-09-02Fix TLS configuration.Jason Evans
2015-08-27Fix chunk purge hook calls for in-place huge shrinking reallocation.Mike Hommey
2015-08-27Fix arenas_cache_cleanup() and arena_get_hard().Jason Evans
2015-08-26Add JEMALLOC_CXX_THROW to the memalign() function prototype.Jason Evans
2015-08-21Fix arenas_cache_cleanup().Christopher Ferris
2015-08-19Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans
2015-08-19Don't bitshift by negative amounts.Jason Evans
2015-08-17Update ChangeLog for 4.0.0.Jason Evans
2015-08-12Remove obsolete entry.Jason Evans
2015-08-03Generalize chunk management hooks.Jason Evans
2015-07-17Add the config.cache_oblivious mallctl.Jason Evans
2015-07-09Add a missing ChangeLog entry.Jason Evans
2015-07-07Fix typos ChangeLogcharsyam
2015-07-07Minor ChangeLog edit.Jason Evans
2015-06-23Fix size class overflow handling when profiling is enabled.Jason Evans
2015-05-06Implement cache index randomization for large allocations.Jason Evans