1. 488a4d1 Merge tag 'v2.4.27' by Natalie Chen · 5 months ago next-2.4
  2. 619f981 BUG/MAJOR: connection: fix server used_conns with H2 + reuse safe by Amaury Denoyelle · 8 months ago
  3. 83d09e6 BUILD: stick-tables: better mark the stktable_data as 32-bit aligned by Willy Tarreau · 6 months ago
  4. e1f2546 BUG/MEDIUM: stick-tables: properly mark stktable_data as packed by Willy Tarreau · 6 months ago
  5. 0c1e65a BUG/MEDIUM: htx: mark htx_sl as packed since it may be realigned by Willy Tarreau · 6 months ago
  6. 5fd70ef BUG/MINOR: backend: use cum_sess counters instead of cum_conn by Amaury Denoyelle · 8 months ago
  7. d946cdf BUG/MINOR: tools/log: invalid encode_{chunk,string} usage by Aurelien DARRAGON · 7 months ago
  8. 0f1f4e2 BUG/MEDIUM: cli: Warn if pipelined commands are delimited by a \n by Christopher Faulet · 9 months ago
  9. eea7b5e BUG/MEDIUM: thread/sched: set proper scheduling context upon ha_set_tid() by Aurelien DARRAGON · 6 months ago
  10. be7b7ab BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread (2nd try) by Aurelien DARRAGON · 8 months ago
  11. 5d35196 DEBUG: lua: precisely identify if stream is stuck inside lua or not by Aurelien DARRAGON · 8 months ago
  12. a305150 BUG/MINOR: ist: only store NUL byte on succeeded alloc by Willy Tarreau · 9 months ago
  13. 8b83a9b BUG/MINOR: session: ensure conn owner is set after insert into session by Amaury Denoyelle · 8 months ago
  14. 7783546 BUG/MINOR: ist: allocate nul byte on istdup by Amaury Denoyelle · 9 months ago
  15. a3a44d1 BUG/MEDIUM: h1: Don't support LF only to mark the end of a chunk size by Christopher Faulet · 10 months ago
  16. 41ea80c BUG/MINOR: h1: Don't support LF only at the end of chunks by Christopher Faulet · 10 months ago
  17. 7366c84 BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI by Emeric Brun · 10 months ago
  18. 89673e2 BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them by Willy Tarreau · 12 months ago
  19. 5704905 MINOR: stktable: add stktable_deinit function by Aurelien DARRAGON · 1 year ago
  20. 24805c3 MINOR: channel: Add functions to get info on buffers and deal with HTX streams by Christopher Faulet · 1 year ago
  21. 3d1a93b MINOR: htx: Use a macro for overhead induced by HTX by Christopher Faulet · 1 year ago
  22. c9f6ff2 MINOR: connection: Add a CTL flag to notify mux it should wait for reads again by Christopher Faulet · 1 year ago
  23. 6c25790 BUG/MEDIUM: actions: always apply a longest match on prefix lookup by Willy Tarreau · 1 year, 1 month ago
  24. 03ae03d Merge tag 'v2.4.24' by Natalie Chen · 1 year ago dev-2.4
  25. 99d2241 MINOR: pattern: fix pat_{parse,match}_ip() function comments by Aurelien DARRAGON · 1 year, 2 months ago upstream-2.4
  26. 8a6e255 BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API by Willy Tarreau · 1 year, 2 months ago
  27. beba1b8 MINOR: buf: Add b_force_xfer() function by Frédéric Lécaille · 3 years, 2 months ago
  28. f86e994 MINOR: h2: pass accept-invalid-http-request down the request parser by Willy Tarreau · 1 year, 3 months ago
  29. 0f57ac2 MINOR: http: add new function http_path_has_forbidden_char() by Willy Tarreau · 1 year, 3 months ago
  30. edcff74 MINOR: ist: add new function ist_find_range() to find a character range by Willy Tarreau · 1 year, 3 months ago
  31. f5d3b31 BUG/MINOR: hlua: hlua_yieldk ctx argument should support pointers by Aurelien DARRAGON · 1 year, 4 months ago
  32. c242313 MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · 1 year, 5 months ago
  33. 8283d59 MINOR: listener: pause_listener() becomes suspend_listener() by Aurelien DARRAGON · 1 year, 9 months ago
  34. 3b78de1 MINOR: listener: make sure we don't pause/resume bypassed listeners by Aurelien DARRAGON · 1 year, 9 months ago
  35. 3e931a4 MINOR: listener: add relax_listener() function by Aurelien DARRAGON · 1 year, 9 months ago
  36. 7e2eee0 MINOR: listener/api: add lli hint to listener functions by Aurelien DARRAGON · 1 year, 9 months ago
  37. 83dd38e MINOR: proxy: add http_free_redirect_rule() function by Aurelien DARRAGON · 1 year, 6 months ago
  38. d1e1aa0 BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones by Christopher Faulet · 1 year, 7 months ago
  39. c690ca4 MINOR: clock: measure the total boot time by Willy Tarreau · 1 year, 6 months ago
  40. 42b4625 BUG/MINOR: stick_table: alert when type len has incorrect characters by William Lallemand · 1 year, 7 months ago
  41. c5fd15d BUG/MEDIUM: connection: Preserve flags when a conn is removed from an idle list by Christopher Faulet · 1 year, 8 months ago
  42. dbfe18a BUG/MEDIUM: connection: Clear flags when a conn is removed from an idle list by Christopher Faulet · 1 year, 9 months ago
  43. a59ce4f BUG/MINOR: cache: Cache response even if request has "no-cache" directive by Remi Tricot-Le Breton · 1 year, 9 months ago
  44. 54be8a9 BUG/MAJOR: buf: Fix copy of wrapping output data when a buffer is realigned by Christopher Faulet · 1 year, 11 months ago
  45. 7b9b3d2 BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats by Christopher Faulet · 1 year, 11 months ago
  46. efe05e3 MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · 2 years ago
  47. 1b3d31c BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · 2 years ago
  48. 766cf18 BUG/MINOR: ssl: Fix potential overflow by Remi Tricot-Le Breton · 2 years ago
  49. 99e4526 BUG/MEDIUM: ssl: Verify error codes can exceed 63 by Remi Tricot-Le Breton · 2 years ago
  50. 0ef64c9 BUILD: peers: peers-t.h depends on stick-table-t.h by William Lallemand · 1 year, 11 months ago
  51. 41d5742 BUG/MINOR: server/idle: at least use atomic stores when updating max_used_conns by Willy Tarreau · 2 years ago
  52. 9fca290 BUG/MINOR: backend: only enforce turn-around state when not redispatching by Willy Tarreau · 2 years, 1 month ago
  53. a5c621a BUG/MINOR: log: improper behavior when escaping log data by Aurelien DARRAGON · 2 years, 2 months ago
  54. fd66708 BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. by Emeric Brun · 2 years, 2 months ago
  55. a225fe8 MINOR: listener: small API change by Aurelien DARRAGON · 2 years, 2 months ago
  56. 88683e0 BUG/MINOR: task: always reset a new tasklet's call date by Willy Tarreau · 2 years, 2 months ago
  57. 8af4ab8 BUG/MINOR: tcpcheck: Disable QUICKACK only if data should be sent after connect by Christopher Faulet · 2 years, 3 months ago
  58. 7433b20 BUILD: debug: silence warning on gcc-5 by Willy Tarreau · 2 years, 4 months ago
  59. cea3aa9 BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq() by Willy Tarreau · 2 years, 3 months ago
  60. 29962f7 REORG: server: Export srv_settings_cpy() function by Christopher Faulet · 2 years, 4 months ago
  61. c6abc08 MINOR: ebtree: add ebmb_lookup_shorter() to pursue lookups by Willy Tarreau · 2 years, 4 months ago
  62. 2eea0e9 MINOR: http: Add function to detect default port by Christopher Faulet · 2 years, 5 months ago
  63. 026ca8a MINOR: http: Add function to get port part of a host by Christopher Faulet · 2 years, 5 months ago
  64. 993f946 BUG/MINOR: tools: fix statistical_prng_range()'s output range by Willy Tarreau · 2 years, 4 months ago
  65. 263aacd BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2) by Willy Tarreau · 2 years, 4 months ago
  66. 2cbdd7d MINOR: fd: Add BUG_ON checks on fd_insert() by Emeric Brun · 2 years, 5 months ago
  67. 1dee3ec MINOR: fd: add a new FD_DISOWN flag to prevent from closing a deleted FD by Emeric Brun · 2 years, 5 months ago
  68. 842cca2 BUILD: compiler: implement unreachable for older compilers too by Willy Tarreau · 2 years, 5 months ago
  69. 82ae56d BUG/MEDIUM: ssl_ckch: Rework 'commit ssl cert' to handle full buffer cases by Christopher Faulet · 2 years, 6 months ago
  70. 2ec7822 BUG/MINOR: ssl_ckch: Don't duplicate path when replacing a cert entry by Christopher Faulet · 2 years, 6 months ago
  71. dc7510e BUILD/MINOR: cpuset fix build for FreeBSD 13.1 by David CARLIER · 2 years, 6 months ago
  72. 8023602 BUILD: fix build warning on solaris based systems with __maybe_unused. by David Carlier · 2 years, 6 months ago
  73. 7950715 MEDIUM: http-ana: Add a proxy option to restrict chars in request header names by Christopher Faulet · 2 years, 6 months ago
  74. b074bf1 Merge tag 'v2.4.17' by Natalie Chen · 2 years, 6 months ago
  75. adb4284 BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes). by vigneshsp · 2 years, 6 months ago
  76. d92311c BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings by Willy Tarreau · 2 years, 6 months ago
  77. f1d38be BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket by Emeric Brun · 2 years, 6 months ago
  78. f59f9d1 BUILD: compiler: properly distinguish weak and global symbols by Willy Tarreau · 2 years, 7 months ago
  79. a0fd6c0 MINOR: task: add a new task_instant_wakeup() function by Willy Tarreau · 2 years, 7 months ago
  80. ebb9b1e BUILD: compiler: use a more portable set of asm(".weak") statements by Willy Tarreau · 2 years, 7 months ago
  81. 2dcd4f0 BUILD: sched: workaround crazy and dangerous warning in Clang 14 by Willy Tarreau · 2 years, 7 months ago
  82. e790a6b BUILD: debug: mark the __start_mem_stats/__stop_mem_stats symbols as weak by Willy Tarreau · 2 years, 7 months ago
  83. 26328c6 Merge tag 'v2.4.15' by Natalie Chen · 2 years, 8 months ago
  84. 08381c4 MEDIUM: mqtt: support mqtt_is_valid and mqtt_field_value converters for MQTTv3.1 by Dhruv Jain · 2 years, 8 months ago
  85. 4a0ae22 BUILD: tree-wide: mark a few numeric constants as explicitly long long by Willy Tarreau · 2 years, 10 months ago
  86. f675f09 BUG/MINOR: stream: make the call_rate only count the no-progress calls by Willy Tarreau · 2 years, 10 months ago
  87. ceee238 BUG/MINOR: pool: always align pool_heads to 64 bytes by Willy Tarreau · 2 years, 9 months ago
  88. 8dc661f BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message by Christopher Faulet · 2 years, 10 months ago
  89. 6f2c215 BUG/MAJOR: compiler: relax alignment constraints on certain structures by Willy Tarreau · 2 years, 10 months ago
  90. 030571a BUG/MINOR: mworker: fix a FD leak of a sockpair upon a failed reload by William Lallemand · 2 years, 10 months ago
  91. 9f77576 MINOR: sock: move the unused socket cleaning code into its own function by Willy Tarreau · 2 years, 10 months ago
  92. ae3f22f MINOR: listener: replace the listener's spinlock with an rwlock by Willy Tarreau · 2 years, 10 months ago
  93. 7919a8f BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks by Willy Tarreau · 2 years, 9 months ago
  94. de86752 DEBUG: pools: replace the link pointer with the caller's address on pool_free() by Willy Tarreau · 2 years, 9 months ago
  95. 674843a DEBUG: pools: let's add reverse mapping from cache heads to thread and pool by Willy Tarreau · 2 years, 9 months ago
  96. 9a3cd53 DEBUG: pools: add extra sanity checks when picking objects from a local cache by Willy Tarreau · 2 years, 9 months ago
  97. 9043da7 BUG/MINOR: pools: always flush pools about to be destroyed by Willy Tarreau · 2 years, 9 months ago
  98. c241843 DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · 2 years, 10 months ago
  99. 3634673 MINOR: channel: add new function co_getdelim() to support multiple delimiters by Willy Tarreau · 2 years, 10 months ago
  100. 6b83f77 BUG/MINOR: cli: fix _getsocks with musl libc by William Lallemand · 2 years, 11 months ago