1. 2068ec4 BUG/MEDIUM: lists: Handle 1-element-lists in MT_LIST_BEHEAD(). by Olivier Houchard · 4 years, 9 months ago
  2. 804ef24 MINOR: lists: Fix alignement of \ when relevant. by Olivier Houchard · 4 years, 9 months ago
  3. 74715da MINOR: lists: Try to use local variables instead of macro arguments. by Olivier Houchard · 4 years, 9 months ago
  4. d7f2bbc MINOR: list: add new macro MT_LIST_BEHEAD by Willy Tarreau · 4 years, 9 months ago
  5. c32a0e5 MINOR: lists: add new macro LIST_SPLICE_END_DETACHED by Willy Tarreau · 4 years, 9 months ago
  6. 0cd6a97 MINOR: mt_lists: Give MT_LIST_ADD, MT_LIST_ADDQ and MT_LIST_DEL a return value. by Olivier Houchard · 4 years, 10 months ago
  7. cb22ad4 MINOR: mt_lists: Do nothing in MT_LIST_ADD/MT_LIST_ADDQ if already in list. by Olivier Houchard · 4 years, 10 months ago
  8. 5e9b92c MINOR: mt_lists: Add new macroes. by Olivier Houchard · 5 years ago
  9. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  10. 9bead8c MINOR: list: add LIST_SPLICE() to merge one list into another by Willy Tarreau · 4 years, 11 months ago
  11. 42ccb5a MINOR: lists: add LIST_ADDED() to check if an element belongs to a list by Willy Tarreau · 5 years ago
  12. 9f8d821 MEDIUM: list: Use _HA_ATOMIC_* by Olivier Houchard · 5 years ago
  13. 17fbb4e MEDIUM: list: Remove useless barriers. by Olivier Houchard · 5 years ago
  14. b0cef35 BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED() by Willy Tarreau · 5 years ago
  15. d2b5d16 MEDIUM: various: Use __ha_barrier_atomic* when relevant. by Olivier Houchard · 5 years ago
  16. c5bd311 MINOR: lists: add a LIST_DEL_INIT() macro by Willy Tarreau · 5 years ago
  17. 967de20 BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED by Willy Tarreau · 5 years ago
  18. 4ef6801 BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element by Willy Tarreau · 5 years ago
  19. 4c747e8 MINOR: list: make the delete and pop operations idempotent by Willy Tarreau · 5 years ago
  20. 690d2ad BUG/MEDIUM: list: add missing store barriers when updating elements and head by Willy Tarreau · 5 years ago
  21. 2851925 BUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of the last pointer by Willy Tarreau · 5 years ago
  22. bd20ad5 BUG/MEDIUM: list: fix the rollback on addq in the locked liss by Willy Tarreau · 5 years ago
  23. db64489 BUG/MEDIUM: lists: Properly handle the case we're removing the first elt. by Olivier Houchard · 5 years ago
  24. a8434ec MINOR: lists: Implement locked variations. by Olivier Houchard · 5 years ago
  25. 41abef7 CLEANUP: Fix a typo in the mini-clist header by Joseph Herlant · 6 years ago
  26. 83215a4 MEDIUM: lists: list_for_each_entry{_safe}_from functions by William Lallemand · 7 years ago
  27. 1db9667 BUILD: freebsd: double declaration by Thierry FOURNIER · 9 years ago
  28. 3dd717c CLEANUP: lists: remove dead code by Willy Tarreau · 10 years ago
  29. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  30. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · 14 years ago
  31. deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · 15 years ago
  32. bc04ce7 [MINOR] add a new back-reference type : struct bref by Willy Tarreau · 16 years ago
  33. 47d9404 [OPTIM] add branch prediction hints in list manipulations by Willy Tarreau · 16 years ago
  34. bd578bb [CLEANUP] silent warning about LIST_* being redefined on OpenBSD by Willy Tarreau · 17 years ago
  35. 2b1dccd [MINOR] add LIST_HEAD_INIT to the list management macros by Willy Tarreau · 17 years ago
  36. b9c62b9 [MEDIUM] add better list management macros by Willy Tarreau · 17 years ago
  37. 40cf67d [MINOR] added support for dual-linked lists by Willy Tarreau · 17 years ago
  38. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  39. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago[Renamed (97%) from include/haproxy/mini-clist.h]
  40. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago[Renamed (94%) from include/mini-clist.h]
  41. 80862a3 [MINOR] imported mini-clist.h (circular lists) from librt. It might be wise to merge this with list.h and use sort of common structures. by willy tarreau · 18 years ago