1. ea9961a Fix psz/pind edge cases. by Jason Evans · 8 years ago
  2. 8dd5ea8 Fix extent_alloc_cache[_locked]() to support decommitted allocation. by Jason Evans · 8 years ago
  3. 4f7d8c2 Update symbol mangling. by Jason Evans · 8 years ago
  4. 04e1328 Update ChangeLog for 4.3.0. by Jason Evans · 8 years ago
  5. 69f027b Support Debian GNU/kFreeBSD. by Samuel Moritz · 8 years ago
  6. 25f7bbc Fix long spinning in rtree_node_init by Dave Watson · 8 years ago
  7. 712fde7 Check for existance of CPU_COUNT macro before using it. by Dave Watson · 8 years ago
  8. 83ebf2f Fix sycall(2) configure test for Linux. by Jason Evans · 8 years ago
  9. d82f2b3 Do not use syscall(2) on OS X 10.12 (deprecated). by Jason Evans · 8 years ago
  10. 795f668 Add os_unfair_lock support. by Jason Evans · 8 years ago
  11. d9f7b2a Fix/refactor zone allocator integration code. by Jason Evans · 8 years ago
  12. b54072d Call _exit(2) rather than exit(3) in forked child. by Jason Evans · 8 years ago
  13. eee1ca6 Force no lazy-lock on Windows. by Jason Evans · 8 years ago
  14. 7b0a8b7 malloc_stats_print() fixes/cleanups. by Jason Evans · 8 years ago
  15. 2a2d1b6 Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML. by Jason Evans · 8 years ago
  16. 0ba5b9b Add "J" (JSON) support to malloc_stats_print(). by Jason Evans · 8 years ago
  17. b93f63b Fix extent_rtree acquire() to release element on error. by Jason Evans · 8 years ago
  18. 90b60ee Add an assertion in witness_owner(). by Jason Evans · 8 years ago
  19. 6a834d9 Refactor witness_unlock() to fix undefined test behavior. by Jason Evans · 8 years ago
  20. 6c80321 Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW. by Jason Evans · 8 years ago
  21. d87037a Use syscall(2) rather than {open,read,close}(2) during boot. by Jason Evans · 8 years ago
  22. af0e28f Fix EXTRA_CFLAGS to not affect configuration. by Jason Evans · 8 years ago
  23. 1dcd0aa Do not mark malloc_conf as weak on Windows. by Jason Evans · 8 years ago
  24. 6ec2d8e Do not mark malloc_conf as weak for unit tests. by Jason Evans · 8 years ago
  25. 8309388 Support static linking of jemalloc with glibc by Dave Watson · 8 years ago
  26. bde815d Reduce memory requirements for regression tests. by Jason Evans · 8 years ago
  27. 970d293 Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  28. 963289d Periodically purge in memory-intensive integration tests. by Jason Evans · 8 years ago
  29. 68e14c9 Fix over-sized allocation of rtree leaf nodes. by Jason Evans · 8 years ago
  30. 977103c Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). by Jason Evans · 8 years ago
  31. 44df4a4 Explicitly cast negative constants meant for use as unsigned. by Jason Evans · 8 years ago
  32. 17aa187 Add cast to silence (harmless) conversion warning. by Jason Evans · 8 years ago
  33. 48d4adf Avoid negation of unsigned numbers. by Jason Evans · 8 years ago
  34. d76cfec Only link with libm (-lm) if necessary. by Jason Evans · 8 years ago
  35. c44fa92 Only use --whole-archive with gcc. by Jason Evans · 8 years ago
  36. 583c32c Do not force lazy lock on Windows. by Jason Evans · 8 years ago
  37. 7b24c6e Use --whole-archive when linking integration tests on MinGW. by Jason Evans · 8 years ago
  38. b54d160 Do not (recursively) allocate within tsd_fetch(). by Jason Evans · 8 years ago
  39. 577d457 Make dss operations lockless. by Jason Evans · 8 years ago
  40. e5effef Add/use adaptive spinning. by Jason Evans · 8 years ago
  41. 9acd5cf Remove all vestiges of chunks. by Jason Evans · 8 years ago
  42. 63b5657 Remove ratio-based purging. by Jason Evans · 8 years ago
  43. b4b4a77 Fix and simplify decay-based purging. by Jason Evans · 8 years ago
  44. 48993ed Fix decay tests to all adapt to nstime_monotonic(). by Jason Evans · 8 years ago
  45. 5f11fb7 Do not advance decay epoch when time goes backwards. by Jason Evans · 8 years ago
  46. ee0c74b Refactor arena->decay_* into arena->decay.* (arena_decay_t). by Jason Evans · 8 years ago
  47. e0164bc Refine nstime_update(). by Jason Evans · 8 years ago
  48. b6c0867 Reduce "thread.arena" mallctl contention. by Jason Evans · 8 years ago
  49. a5a8d7a Remove a size class assertion from extent_size_quantize_floor(). by Jason Evans · 8 years ago
  50. 871a949 Fix size class overflow bugs. by Jason Evans · 8 years ago
  51. d51139c Verify extent hook functions receive correct extent_hooks pointer. by Jason Evans · 8 years ago
  52. 42e79c5 Update extent hook function prototype comments. by Jason Evans · 8 years ago
  53. 3c8c3e9 Close file descriptor after reading "/proc/sys/vm/overcommit_memory". by Jason Evans · 8 years ago
  54. ea68cd2 use install command determined by configure by Thomas Köckerbauer · 8 years ago
  55. 020c328 Readme.txt error for building in the Windows by Bai · 8 years ago
  56. df0d273 Fix LG_QUANTUM definition for sparc64 by Eric Le Bihan · 8 years ago
  57. 5ff1839 Formatting fixes. by Jason Evans · 8 years ago
  58. c096ccf Fix a bug in __builtin_unreachable configure check by Elliot Ronaghan · 8 years ago
  59. 61f467e Avoid self assignment in tsd_set(). by Jason Evans · 8 years ago
  60. 0222fb4 Add various mutex ownership assertions. by Jason Evans · 8 years ago
  61. 73868b6 Fix extent_{before,last,past}() to return page-aligned results. by Jason Evans · 8 years ago
  62. e3187ec Fix large_dalloc_impl() to always lock large_mtx. by Jason Evans · 8 years ago
  63. fd96974 Add new_addr validation in extent_recycle(). by Jason Evans · 8 years ago
  64. f6d01ff Protect extents_dirty access with extents_mtx. by Jason Evans · 8 years ago
  65. bc49157 Fix extent_recycle() to exclude other arenas' extents. by Jason Evans · 8 years ago
  66. 1cb399b Fix arena_bind(). by Qi Wang · 8 years ago
  67. 17c4b8d Fix -Wundef in _MSC_VER check. by Josh Gao · 8 years ago
  68. d4ce47e Change html manual encoding to UTF-8. by Jason Evans · 8 years ago
  69. c716c1e Update project URL. by Jason Evans · 8 years ago
  70. 19c9a3e Change how the default zone is found by Mike Hommey · 8 years ago
  71. 4abaee5 Avoid getting the same default zone twice in a row. by Mike Hommey · 8 years ago
  72. 47b34dd Disable irrelevant Cray compiler warnings if cc-silence is enabled by Elliot Ronaghan · 8 years ago
  73. 3dee73f Add Cray compiler's equivalent of -Werror before __attribute__ checks by Elliot Ronaghan · 8 years ago
  74. 3ef6793 Disable automatic dependency generation for the Cray compiler by Elliot Ronaghan · 8 years ago
  75. aec0753 Add initial support for building with the cray compiler by Elliot Ronaghan · 8 years ago
  76. e37720c Fix MSVC project by rustyx · 8 years ago
  77. 1167e9e Check for __builtin_unreachable at configure time by Elliot Ronaghan · 8 years ago
  78. ae33147 Fix librt detection when using a Cray compiler wrapper by Elliot Ronaghan · 8 years ago
  79. ccd6416 Add -dynamic for integration and stress tests with Cray compiler wrappers by Elliot Ronaghan · 8 years ago
  80. 2ea7742 Add Travis-CI configuration by Mike Hommey · 8 years ago
  81. c2942e2 Define 64-bits atomics unconditionally by Mike Hommey · 8 years ago
  82. 0dad5b7 Fix extent_*_get to build with MSVC by Mike Hommey · 8 years ago
  83. 91278fb Add an AppVeyor config by Mike Hommey · 8 years ago
  84. 8a1a794 Don't use compact red-black trees with the pgi compiler by Elliot Ronaghan · 8 years ago
  85. fbd7956 Work around a weird pgi bug in test/unit/math.c by Elliot Ronaghan · 8 years ago
  86. b9b3556 Update ChangeLog for 4.2.1. by Jason Evans · 8 years ago
  87. dd752c1 Fix potential VM map fragmentation regression. by Jason Evans · 8 years ago
  88. de23f6f Fix mixed decl in nstime.c by Elliot Ronaghan · 8 years ago
  89. cc289f4 Propagate tsdn to default extent hooks. by Jason Evans · 8 years ago
  90. 02a475d Use extent_commit_wrapper() rather than directly calling commit hook. by Jason Evans · 8 years ago
  91. 10b9087 Set 'committed' in extent_[de]commit_wrapper(). by Jason Evans · 8 years ago
  92. 0c5cec8 Relax extent hook tests to work with unsplittable extents. by Jason Evans · 8 years ago
  93. 487093d Fix regressions related extent splitting failures. by Jason Evans · 8 years ago
  94. 9a645c6 Fix an extent [de]allocation/[de]registration race. by Jason Evans · 8 years ago
  95. 4e910fc Fix extent_alloc_dss() regressions. by Jason Evans · 8 years ago
  96. c4bb17f Fix gdump triggering regression. by Jason Evans · 8 years ago
  97. 42faa9e Work around legitimate xallocx() failures during testing. by Jason Evans · 8 years ago
  98. 04942c3 Remove a stray memset(), and fix a junk filling test regression. by Jason Evans · 8 years ago
  99. f02fec8 Silence a bogus compiler warning. by Jason Evans · 8 years ago
  100. 8835cf3 Fix locking order reversal in arena_reset(). by Jason Evans · 8 years ago