1. 88366c2 MEDIUM: pools: call malloc_trim() from pool_gc() by Willy Tarreau · 3 years, 8 months ago
  2. 20dc3cd MINOR: pools: move the LRU cache heads to thread_info by Willy Tarreau · 4 years ago
  3. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  4. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  5. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  6. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  7. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. a04ded5 REORG: include: move activity to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  16. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago[Renamed (99%) from src/memory.c]
  17. ed891fd MEDIUM: memory: make local pools independent on lockless pools by Willy Tarreau · 4 years, 1 month ago
  18. fb117e6 MEDIUM: memory: don't let pool_put_to_cache() free the objects itself by Willy Tarreau · 4 years, 1 month ago
  19. 24aa1ee REORG: memory: move the OS-level allocator to haproxy/pool-os.h by Willy Tarreau · 4 years, 1 month ago
  20. 606135a CLEANUP: pool: include freq_ctr.h and remove locally duplicated functions by Willy Tarreau · 4 years, 1 month ago
  21. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  22. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  23. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  24. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  25. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  26. 21072b9 CLEANUP: pools: use the regular lock for the flush operation on lockless pools by Willy Tarreau · 4 years, 1 month ago
  27. a1e4f8c MINOR: pools: compute an estimate of each pool's average needed objects by Willy Tarreau · 4 years, 2 months ago
  28. cece694 BUG/MINOR: pools: use %u not %d to report pool stats in "show pools" by Willy Tarreau · 4 years, 2 months ago
  29. c0e2ff2 MEDIUM: memory: make pool_gc() run under thread isolation by Willy Tarreau · 4 years, 2 months ago
  30. 899fb8a MINOR: memory: Change the flush_lock to a spinlock, and don't get it in alloc. by Olivier Houchard · 4 years, 4 months ago
  31. 51d9339 BUG/MEDIUM: pools: Always update free_list in pool_gc(). by Olivier Houchard · 4 years, 4 months ago
  32. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  33. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  34. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  35. 04f5fe8 BUG/MEDIUM: memory: Add a rwlock before freeing memory. by Olivier Houchard · 4 years, 5 months ago
  36. 8af97eb MINOR: memory: Only init the pool spinlock once. by Olivier Houchard · 4 years, 5 months ago
  37. b6fa08b BUG/MEDIUM: memory_pool: Update the seq number in pool_flush(). by Olivier Houchard · 4 years, 5 months ago
  38. 8286754 MINOR: pools: always pre-initialize allocated memory outside of the lock by Willy Tarreau · 5 years ago
  39. 3e853ea MINOR: pools: release the pool's lock during the malloc/free calls by Willy Tarreau · 5 years ago
  40. 2f6d3c0 BUG/MINOR: memory: Set objects size for pools in the per-thread cache by Christopher Faulet · 5 years ago
  41. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · 5 years ago
  42. 64a47b9 CLEANUP: memory: make the fault injection code use the OTHER_LOCK label by Willy Tarreau · 5 years ago
  43. 6a38b32 BUILD: threads: fix again the __ha_cas_dw() definition by Willy Tarreau · 5 years ago
  44. 2087276 MEDIUM: memory: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  45. 9c4f08a BUG/MINOR: tune.fail-alloc: Don't forget to initialize ret. by Olivier Houchard · 5 years ago
  46. dc21ff7 MINOR: debug: Add an option that causes random allocation failures. by Olivier Houchard · 5 years ago
  47. 7f0165e MEDIUM: memory: make the pool cache an array and not a thread_local by Willy Tarreau · 6 years ago
  48. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  49. 7107c8b MINOR: memory: add a callback function to create a pool by Willy Tarreau · 6 years ago
  50. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  51. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  52. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  53. 30f931e BUG/MEDIUM: pools: fix the minimum allocation size by Willy Tarreau · 6 years ago
  54. 8b2c8a7 BUILD: memory: fix free_list pointer declaration again for atomic CAS by Olivier Houchard · 6 years ago
  55. ac6c880 BUILD: memory: fix pointer declaration for atomic CAS by Willy Tarreau · 6 years ago
  56. e18db9e MEDIUM: pools: implement a thread-local cache for pool entries by Willy Tarreau · 6 years ago
  57. 0a93b64 MINOR: pools: allocate most memory pools from an array by Willy Tarreau · 6 years ago
  58. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  59. f161d0f BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs by Willy Tarreau · 6 years ago
  60. cf975d4 MINOR: pools/threads: Implement lockless memory pools. by Olivier Houchard · 6 years ago
  61. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  62. f13322e MINOR: pools: prepare functions to override malloc/free in pools by Willy Tarreau · 7 years ago
  63. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  64. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · 7 years ago
  65. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  66. b781dbe MINOR: memory: remove macros by David Carlier · 7 years ago
  67. e9ecec8 CLEANUP: memory: remove the now unused cli_parse_show_pools() function by Willy Tarreau · 8 years ago
  68. e7ed885 REORG: cli: move 'show pools' to memory.c by William Lallemand · 8 years ago
  69. 581bf81 MEDIUM: pools: add a new flag to avoid rounding pool size up by Willy Tarreau · 8 years ago
  70. 58102cf MEDIUM: memory: add accounting for failed allocations by Willy Tarreau · 9 years ago
  71. de30a68 DEBUG/MEDIUM: memory: add optional control pool memory operations by Willy Tarreau · 9 years ago
  72. ac42111 DEBUG/MEDIUM: memory: optionally protect free data in pools by Willy Tarreau · 9 years ago
  73. 067ac9f MINOR: debug: enable memory poisonning to use byte 0 by Willy Tarreau · 9 years ago
  74. a885f6d MEDIUM: memory: improve pool_refill_alloc() to pass a refill count by Willy Tarreau · 10 years ago
  75. 0262241 MINOR: memory: cut pool allocator in 3 layers by Willy Tarreau · 10 years ago
  76. 57767b8 BUG/MEDIUM: memory: fix freeing logic in pool_gc2() by Willy Tarreau · 10 years ago
  77. 12833bb MINOR: cli: add the new "show pools" command by Willy Tarreau · 10 years ago
  78. 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · 12 years ago
  79. b7f9d12 [MEDIUM] ensure we don't recursively call pool_gc2() by Willy Tarreau · 15 years ago
  80. 1772ece [MINOR] fix several printf formats and missing arguments by Willy Tarreau · 15 years ago
  81. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · 16 years ago
  82. dae4aa8 [BUG] fix segfault at exit when using captures by Willy Tarreau · 17 years ago
  83. 4d2d098 [MAJOR] call garbage collector when doing soft stop by Willy Tarreau · 17 years ago
  84. 7dcd46d [MEDIUM] enhance behaviour of mempools v2 by Willy Tarreau · 17 years ago
  85. e6ce59d [MEDIUM] add new memory management functions by Willy Tarreau · 17 years ago
  86. 50e608d [MEDIUM] implement memory pools version 2 by Willy Tarreau · 17 years ago