1. 39dcd1f MINOR: ext-check: add an option to preserve environment variables by Willy Tarreau · 1 year ago
  2. a840b4a MINOR: checks: use the lighter PRNG for spread checks by Willy Tarreau · 2 years, 2 months ago
  3. c06557c MINOR: init: do not try to shrink existing RLIMIT_NOFIlE by Willy Tarreau · 2 years, 2 months ago
  4. eed3911 MINOR: task: replace task_set_affinity() with task_set_thread() by Willy Tarreau · 2 years, 6 months ago
  5. 973cf90 MINOR: ext-check: indicate the transport and protocol of a server by Willy Tarreau · 2 years, 7 months ago
  6. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  7. cef08c2 MINOR: extcheck: fill in the server's UNIX socket address when known by Willy Tarreau · 2 years, 8 months ago
  8. c7edc98 CLEANUP: extcheck: do not needlessly preset the server's address/port by Willy Tarreau · 2 years, 8 months ago
  9. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
  10. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · 3 years, 2 months ago
  11. 397ad41 BUILD: extcheck: needs to include stream-t.h by Willy Tarreau · 3 years, 2 months ago
  12. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  13. ff88270 MINOR: pool: move pool declarations to read_mostly by Willy Tarreau · 3 years, 8 months ago
  14. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 9 months ago
  15. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  16. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 9 months ago
  17. 220fd70 BUG/MINOR: extcheck: proxy_parse_extcheck() must take a const for the defproxy by Willy Tarreau · 3 years, 10 months ago
  18. b3250a2 BUG/MINOR: extcheck: add missing checks on extchk_setenv() by Willy Tarreau · 4 years, 1 month ago
  19. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 4 years, 2 months ago
  20. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 4 years, 3 months ago
  21. e52b6e5 CLEANUP: Do not use a fixed type for 'sizeof' in 'calloc' by Tim Duesterhus · 4 years, 3 months ago
  22. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago
  23. bcc6733 REORG: check: extract the external checks from check.{c,h} by Willy Tarreau · 4 years, 6 months ago