1. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:30:30 2021 +0200
  2. ae99aeb MINOR: lb/map: use seek lock and read locks where appropriate by Willy Tarreau · Sat Oct 17 18:55:18 2020 +0200
  3. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · Sat Oct 17 18:48:47 2020 +0200
  4. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · Sat Sep 12 20:26:43 2020 +0200
  5. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  6. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · Thu Jun 04 23:20:13 2020 +0200
  7. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · Thu Jun 04 22:59:39 2020 +0200
  8. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · Thu Jun 04 22:50:02 2020 +0200
  9. 2867159 REORG: include: move lb_map.h to haproxy/lb_map{,-t}.h by Willy Tarreau · Thu Jun 04 20:22:59 2020 +0200
  10. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  11. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
  12. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  13. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · Wed May 27 10:58:19 2020 +0200
  14. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Apr 02 15:25:26 2020 +0500
  15. 36a8e6f MEDIUM: lb/threads: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:52:46 2019 +0100
  16. c8b476d BUG/MINOR: lb-map: fix unprotected update to server's score by Willy Tarreau · Sun Dec 02 19:22:55 2018 +0100
  17. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  18. 1b87748 BUG/MEDIUM: lb/threads: always properly lock LB algorithms on maintenance operations by Willy Tarreau · Tue Aug 21 19:44:53 2018 +0200
  19. 3906d57 BUG: MAJOR: lb_map: server map calculation broken by Cyril Bonté · Thu Dec 14 16:39:26 2017 +0100
  20. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  21. 03071f6 BUG/MAJOR: threads/lb: fix missing unlock on map-based hash LB by Willy Tarreau · Sun Nov 05 10:59:12 2017 +0100
  22. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · Fri Jun 09 14:17:53 2017 +0200
  23. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  24. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  25. 9943d31 MINOR: server: make use of srv_is_usable() instead of checking eweight by Willy Tarreau · Thu May 22 16:20:59 2014 +0200
  26. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · Tue May 13 23:41:20 2014 +0200
  27. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · Tue May 13 15:54:22 2014 +0200
  28. 87eb1d6 MINOR: server: create srv_was_usable() from srv_is_usable() and use a pointer by Willy Tarreau · Tue May 13 18:51:40 2014 +0200
  29. c5150da MINOR: server: use functions to detect state changes and to update them by Willy Tarreau · Tue May 13 19:27:31 2014 +0200
  30. 004e045 BUG/MAJOR: server: weight calculation fails for map-based algorithms by Willy Tarreau · Thu Nov 21 11:22:01 2013 +0100
  31. 8f9fd2f BUG/MINOR: use the same check condition for server as other algorithms by Godbach · Wed Aug 07 09:48:23 2013 +0800
  32. 4256463 [BUG] url_param hash may return a down server by Willy Tarreau · Fri Mar 12 06:22:16 2010 +0100
  33. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · Mon Oct 26 21:10:04 2009 +0100
  34. 5b4c2b5 [CLEANUP] proxy: move last lb-specific bits to their respective files by Willy Tarreau · Sat Oct 03 11:21:53 2009 +0200
  35. 39c9ba7 [MINOR] lb_map: reorder code in order to ease integration of new hash functions by Willy Tarreau · Thu Oct 01 21:11:15 2009 +0200
  36. f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · Thu Oct 01 11:19:37 2009 +0200