HAProxy 2.0.10
  1. 77204fd BUG/MINOR: memory: Set objects size for pools in the per-thread cache by Christopher Faulet · 5 years ago
  2. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · 5 years ago
  3. 64a47b9 CLEANUP: memory: make the fault injection code use the OTHER_LOCK label by Willy Tarreau · 5 years ago
  4. 6a38b32 BUILD: threads: fix again the __ha_cas_dw() definition by Willy Tarreau · 5 years ago
  5. 2087276 MEDIUM: memory: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  6. 9c4f08a BUG/MINOR: tune.fail-alloc: Don't forget to initialize ret. by Olivier Houchard · 5 years ago
  7. dc21ff7 MINOR: debug: Add an option that causes random allocation failures. by Olivier Houchard · 5 years ago
  8. 7f0165e MEDIUM: memory: make the pool cache an array and not a thread_local by Willy Tarreau · 6 years ago
  9. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  10. 7107c8b MINOR: memory: add a callback function to create a pool by Willy Tarreau · 6 years ago
  11. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  12. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  13. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  14. 30f931e BUG/MEDIUM: pools: fix the minimum allocation size by Willy Tarreau · 6 years ago
  15. 8b2c8a7 BUILD: memory: fix free_list pointer declaration again for atomic CAS by Olivier Houchard · 6 years ago
  16. ac6c880 BUILD: memory: fix pointer declaration for atomic CAS by Willy Tarreau · 6 years ago
  17. e18db9e MEDIUM: pools: implement a thread-local cache for pool entries by Willy Tarreau · 6 years ago
  18. 0a93b64 MINOR: pools: allocate most memory pools from an array by Willy Tarreau · 6 years ago
  19. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  20. f161d0f BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs by Willy Tarreau · 6 years ago
  21. cf975d4 MINOR: pools/threads: Implement lockless memory pools. by Olivier Houchard · 6 years ago
  22. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  23. f13322e MINOR: pools: prepare functions to override malloc/free in pools by Willy Tarreau · 7 years ago
  24. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  25. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · 7 years ago
  26. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  27. b781dbe MINOR: memory: remove macros by David Carlier · 7 years ago
  28. e9ecec8 CLEANUP: memory: remove the now unused cli_parse_show_pools() function by Willy Tarreau · 8 years ago
  29. e7ed885 REORG: cli: move 'show pools' to memory.c by William Lallemand · 8 years ago
  30. 581bf81 MEDIUM: pools: add a new flag to avoid rounding pool size up by Willy Tarreau · 8 years ago
  31. 58102cf MEDIUM: memory: add accounting for failed allocations by Willy Tarreau · 9 years ago
  32. de30a68 DEBUG/MEDIUM: memory: add optional control pool memory operations by Willy Tarreau · 9 years ago
  33. ac42111 DEBUG/MEDIUM: memory: optionally protect free data in pools by Willy Tarreau · 9 years ago
  34. 067ac9f MINOR: debug: enable memory poisonning to use byte 0 by Willy Tarreau · 9 years ago
  35. a885f6d MEDIUM: memory: improve pool_refill_alloc() to pass a refill count by Willy Tarreau · 10 years ago
  36. 0262241 MINOR: memory: cut pool allocator in 3 layers by Willy Tarreau · 10 years ago
  37. 57767b8 BUG/MEDIUM: memory: fix freeing logic in pool_gc2() by Willy Tarreau · 9 years ago
  38. 12833bb MINOR: cli: add the new "show pools" command by Willy Tarreau · 10 years ago
  39. 6e06443 MEDIUM: memory: add the ability to poison memory at run time by Willy Tarreau · 12 years ago
  40. b7f9d12 [MEDIUM] ensure we don't recursively call pool_gc2() by Willy Tarreau · 15 years ago
  41. 1772ece [MINOR] fix several printf formats and missing arguments by Willy Tarreau · 15 years ago
  42. a643baf [MEDIUM] Fix memory freeing at exit by Krzysztof Piotr Oledzki · 16 years ago
  43. dae4aa8 [BUG] fix segfault at exit when using captures by Willy Tarreau · 17 years ago
  44. 4d2d098 [MAJOR] call garbage collector when doing soft stop by Willy Tarreau · 17 years ago
  45. 7dcd46d [MEDIUM] enhance behaviour of mempools v2 by Willy Tarreau · 17 years ago
  46. e6ce59d [MEDIUM] add new memory management functions by Willy Tarreau · 17 years ago
  47. 50e608d [MEDIUM] implement memory pools version 2 by Willy Tarreau · 17 years ago