1. 19bbbe0 MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules by Christopher Faulet · 3 years, 5 months ago
  2. 5ffb045 CLEANUP: backend: remove impossible case of round-robin + consistent hash by Willy Tarreau · 3 years, 5 months ago
  3. 772e968 MINOR: queue: make pendconn_first() take the lock by itself by Willy Tarreau · 3 years, 5 months ago
  4. 5b39275 MEDIUM: queue: unlock as soon as possible by Willy Tarreau · 3 years, 5 months ago
  5. 9a6d0dd MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm() by Willy Tarreau · 3 years, 5 months ago
  6. de814dd MEDIUM: queue: determine in process_srv_queue() if the proxy is usable by Willy Tarreau · 3 years, 5 months ago
  7. 1335eb9 MINOR: queue: use atomic-ops to update the queue's index by Willy Tarreau · 3 years, 5 months ago
  8. 3eecdb6 MINOR: queue: factor out the proxy/server queuing code by Willy Tarreau · 3 years, 5 months ago
  9. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · 3 years, 5 months ago
  10. fcb8bf8 MEDIUM: queue: use a dedicated lock for the queues by Willy Tarreau · 3 years, 5 months ago
  11. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  12. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · 3 years, 5 months ago
  13. eea3817 MINOR: queue: create a new structure type "queue" by Willy Tarreau · 3 years, 5 months ago
  14. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · 3 years, 5 months ago
  15. 1b648c8 MEDIUM: queue: refine the locking in process_srv_queue() by Willy Tarreau · 3 years, 5 months ago
  16. 3e92a31 MINOR: queue: update proxy->served once out of the loop by Willy Tarreau · 3 years, 5 months ago
  17. 5304669 MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn by Willy Tarreau · 3 years, 5 months ago
  18. e500e59 REGTESTS: fix maxconn update with agent-check by Amaury Denoyelle · 3 years, 5 months ago
  19. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 5 months ago
  20. 7386668 CLEANUP: Prevent channel-t.h from being detected as C++ by GitHub by Tim Duesterhus · 3 years, 5 months ago
  21. 901972e MINOR: queue: update the stream's pend_pos before queuing it by Willy Tarreau · 3 years, 5 months ago
  22. 0ffad2d REGTESTS: server: test ssl support for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
  23. 34897d2 MINOR: ssl: support ssl keyword for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  24. 71f9a06 MINOR: ssl: enable a series of ssl keywords for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  25. fde8260 MINOR: ssl: support crl arg for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
  26. 93be21e MINOR: ssl: support crt arg for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  27. 4825502 MINOR: ssl: support ca-file arg for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  28. 7addf56 MINOR: ssl: split parse functions for alpn/check-alpn by Amaury Denoyelle · 3 years, 6 months ago
  29. 36aa451 MINOR: ssl: render file-access optional on server crt loading by Amaury Denoyelle · 3 years, 6 months ago
  30. b89d3d3 MINOR: server: disable CLI 'set server ssl' for dynamic servers by Amaury Denoyelle · 3 years, 6 months ago
  31. 1f9333b MINOR: ssl: check allocation in parse npn/sni by Amaury Denoyelle · 3 years, 6 months ago
  32. cbbf87f MINOR: ssl: check allocation in parse ciphers/ciphersuites/verifyhost by Amaury Denoyelle · 3 years, 6 months ago
  33. 949c94e MINOR: ssl: check allocation in ssl_sock_init_srv by Amaury Denoyelle · 3 years, 6 months ago
  34. c593bcd MINOR: ssl: always initialize random generator by Amaury Denoyelle · 3 years, 6 months ago
  35. b11ad9e MINOR: ssl: fix typo in usage for 'new ssl ca-file' by Amaury Denoyelle · 3 years, 6 months ago
  36. 3bc6af4 BUG/MINOR: cache: Correctly handle existing-but-empty 'accept-encoding' header by Tim Duesterhus · 3 years, 5 months ago
  37. 0ba54bb BUG/MINOR: server/cli: Fix locking in function processing "set server" command by Christopher Faulet · 3 years, 5 months ago
  38. e886dd5 BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task() by Christopher Faulet · 3 years, 5 months ago
  39. 655dec8 BUG/MINOR: backend: do not set sni on connection reuse by Amaury Denoyelle · 3 years, 6 months ago
  40. 2b1d917 BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose by Amaury Denoyelle · 3 years, 5 months ago
  41. dcac418 BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status by Christopher Faulet · 3 years, 5 months ago
  42. 73001ab MINOR: resolvers: Remove server from named_servers tree when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
  43. 11c6c39 MINOR: resolvers: Clean server in a dedicated function when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
  44. c7b391a BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI by Christopher Faulet · 3 years, 5 months ago
  45. a386e78 BUG/MINOR: server: Forbid to set fqdn on the CLI if SRV resolution is enabled by Christopher Faulet · 3 years, 5 months ago
  46. 8a8f270 CLEANUP: server: a separate function for initializing the per_thr field by Miroslav Zagorac · 3 years, 5 months ago
  47. cbc0c23 CI: ssl: keep the old method for ancient OpenSSL versions by Willy Tarreau · 3 years, 5 months ago
  48. f4b9801 CI: ssl: do not needlessly build the OpenSSL docs by Willy Tarreau · 3 years, 6 months ago
  49. c6f1498 CI: ssl: enable parallel builds for OpenSSL on Linux by Willy Tarreau · 3 years, 6 months ago
  50. 8727614 REGTESTS: Remove support for REQUIRE_BINARIES by Tim Duesterhus · 3 years, 6 months ago
  51. 4ee192f REGTESTS: Replace REQUIRE_BINARIES with 'command -v' by Tim Duesterhus · 3 years, 6 months ago
  52. c957048 REGTESTS: Replace REQUIRE_OPTIONS with 'haproxy -cc' for 2.5+ tests by Tim Duesterhus · 3 years, 6 months ago
  53. 5efc48d REGTESTS: Replace REQUIRE_VERSION=2.5 with 'haproxy -cc' by Tim Duesterhus · 3 years, 6 months ago
  54. 8a91fa4 CI: Replace the requirement for 'sudo' with a call to 'ulimit -n' by Tim Duesterhus · 3 years, 5 months ago
  55. 213bb99 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  56. 3a53707 BUG/MINOR: mux-h2/traces: bring back the lost "sent H2 REQ/RES" traces by Willy Tarreau · 3 years, 5 months ago
  57. 29268e9 BUG/MINOR: mux-h2/traces: bring back the lost "rcvd H2 REQ" trace by Willy Tarreau · 3 years, 5 months ago
  58. ee4684f MINOR: mux-h2: obey http-ignore-probes during the preface by Willy Tarreau · 3 years, 5 months ago
  59. fc8e438 BUG/MINOR: stats: make "show stat typed desc" work again by Willy Tarreau · 3 years, 5 months ago
  60. 9abb317 CLEANUP: mux-h2/traces: better align user messages by Willy Tarreau · 3 years, 5 months ago
  61. 8e6f749 MINOR: mux-h2/trace: report a few connection-level info during h2_init() by Willy Tarreau · 3 years, 5 months ago
  62. d943a04 MINOR: connection: add helper conn_append_debug_info() by Willy Tarreau · 3 years, 5 months ago
  63. b74debd BUG/MINOR: mux-h1: do not skip the error response on bad requests by Willy Tarreau · 3 years, 5 months ago
  64. f9a7c44 MINOR: backend: only skip LB when there are actual connections by Willy Tarreau · 3 years, 6 months ago
  65. 7867ceb BUG/MAJOR: queue: set SF_ASSIGNED when setting strm->target on dequeue by Willy Tarreau · 3 years, 5 months ago
  66. 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · 3 years, 5 months ago
  67. b54ca70 MEDIUM: config: warn about "bind-process" deprecation by Willy Tarreau · 3 years, 5 months ago
  68. 317804d DOC: update references to process numbers in cpu-map and bind-process by Willy Tarreau · 3 years, 5 months ago
  69. e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · 3 years, 5 months ago
  70. 06987f4 CLEANUP: global: remove unused definition of MAX_PROCS by Willy Tarreau · 3 years, 5 months ago
  71. 44ea631 MEDIUM: cpu-set: make the proc a single bit field and not an array by Willy Tarreau · 3 years, 5 months ago
  72. bda7c1d MEDIUM: config: simplify cpu-map handling by Willy Tarreau · 3 years, 5 months ago
  73. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 5 months ago
  74. 5301f5d CLEANUP: global: remove pid_bit and all_proc_mask by Willy Tarreau · 3 years, 5 months ago
  75. 9135859 CLEANUP: global: remove the nbproc field from the global structure by Willy Tarreau · 3 years, 5 months ago
  76. 6185a03 MINOR: mworker: remove the initialization loop over processes by Willy Tarreau · 3 years, 5 months ago
  77. d67ff34 MEDIUM: init: remove the loop over processes during init by Willy Tarreau · 3 years, 5 months ago
  78. 9c6a802 CLEANUP: global: remove unused definition of stopping_task[] by Willy Tarreau · 3 years, 5 months ago
  79. e34cf28 BUG/MINOR: mworker: fix typo in chroot error message by Willy Tarreau · 3 years, 5 months ago
  80. 4c19e99 BUG/MINOR: ssl: use atomic ops to update global shctx stats by Willy Tarreau · 3 years, 5 months ago
  81. 9e467af BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE by Willy Tarreau · 3 years, 5 months ago
  82. 8ff0434 BUG/MEDIUM: server: do not auto insert a dynamic server in px addr_node by Amaury Denoyelle · 3 years, 6 months ago
  83. 1613b4a BUG/MINOR: server: do not keep an invalid dynamic server in px ids tree by Amaury Denoyelle · 3 years, 6 months ago
  84. 406aaef BUG/MEDIUM: server: do not forget to generate the dynamic servers ids by Amaury Denoyelle · 3 years, 6 months ago
  85. 82d7f77 BUG/MEDIUM: server: clear dynamic srv on delete from proxy id/name trees by Amaury Denoyelle · 3 years, 6 months ago
  86. 31ddd76 BUG/MEDIUM: server: extend thread-isolate over much of CLI 'add server' by Amaury Denoyelle · 3 years, 6 months ago
  87. 077c6b8 BUG/MINOR: stick-table: insert srv in used_name tree even with fixed id by Amaury Denoyelle · 3 years, 5 months ago
  88. 6916493 MINOR: ssl: Use OpenSSL's ASN1_TIME convertor when available by Remi Tricot-Le Breton · 3 years, 6 months ago
  89. 0953039 DOC: lua: Add a warning about buffers modification in HTTP by Christopher Faulet · 3 years, 5 months ago
  90. caef19e BUG/MAJOR: resolvers: segfault using server template without SRV RECORDs by Emeric Brun · 3 years, 5 months ago
  91. b89c0e4 CI: github actions: enable alpine/musl builds by Ilya Shipitsin · 3 years, 6 months ago
  92. 1b095ca REGTESTS: Remove REQUIRE_VERSION=1.7 from all tests by Tim Duesterhus · 3 years, 6 months ago
  93. d8be001 REGTESTS: Remove REQUIRE_VERSION=1.6 from all tests by Tim Duesterhus · 3 years, 6 months ago
  94. 2a651e2 BUILD: log: remove unused fmt_directive() by Willy Tarreau · 3 years, 6 months ago
  95. 3ae1d1e BUILD: init: remove initialization of multi-process thread mappings by Willy Tarreau · 3 years, 6 months ago
  96. b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · 3 years, 6 months ago
  97. eb77824 MEDIUM: proxy: remove the deprecated "grace" keyword by Willy Tarreau · 3 years, 6 months ago
  98. d2f2537 MINOR: config: remove deprecated option "http-tunnel" by Willy Tarreau · 3 years, 6 months ago
  99. 6ba6984 MINOR: config: reject long-deprecated "option forceclose" by Willy Tarreau · 3 years, 6 months ago
  100. 4a83977 MINOR: http: remove the long deprecated "set-cookie()" sample fetch function by Willy Tarreau · 3 years, 6 months ago