1. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  2. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · 3 years, 5 months ago
  3. 63b3ae7 CLEANUP: backend: fix incorrect comments on locking conditions for lb functions by Willy Tarreau · 3 years, 6 months ago
  4. 6b96e0e OPTIM: lb-first: do not take the server lock on take_conn/drop_conn by Willy Tarreau · 3 years, 9 months ago
  5. 59b0fec MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · 3 years, 9 months ago
  6. f76a21f MINOR: lb/first: use a read lock in fas_get_next_server() by Willy Tarreau · 4 years, 1 month ago
  7. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 4 years, 1 month ago
  8. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  9. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  10. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  11. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  12. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  13. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
  14. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  15. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 6 months ago
  16. 16b2be9 BUG/MEDIUM: lb_fas: Don't test the server's lb_tree from outside the lock by Christopher Faulet · 5 years ago
  17. 1b87748 BUG/MEDIUM: lb/threads: always properly lock LB algorithms on maintenance operations by Willy Tarreau · 6 years ago
  18. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  19. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · 7 years ago
  20. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  21. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · 11 years ago
  22. 87eb1d6 MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer by Willy Tarreau · 11 years ago
  23. c5150da MINOR: server: use functions to detect state changes and to update them by Willy Tarreau · 11 years ago
  24. 004e045 BUG/MAJOR: server: weight calculation fails for map-based algorithms by Willy Tarreau · 11 years ago
  25. 64559c5 CLEANUP: lb_first: add reference to a paper describing the original idea by Willy Tarreau · 13 years ago
  26. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · 13 years ago