1. 637b026 Revert "MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules" by Christopher Faulet · 3 years, 4 months ago
  2. cecd1d3 BUG/MINOR: peers: fix data_type bit computation more than 32 data_types by Emeric Brun · 3 years, 4 months ago
  3. 31f5ed6 BUG/MEDIUM: resolvers: Make 1st server of a template take part to SRV resolution by Christopher Faulet · 3 years, 4 months ago
  4. 315e110 MINOR: resolvers: Reset server IP on error in resolv_get_ip_from_response() by Christopher Faulet · 3 years, 5 months ago
  5. ca12ca7 BUG/MINOR: resolvers: Reset server IP when no ip is found in the response by Christopher Faulet · 3 years, 5 months ago
  6. b0865b5 BUG/MINOR: resolvers: Always attach server on matching record on resolution by Christopher Faulet · 3 years, 5 months ago
  7. 035a491 BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task() by Christopher Faulet · 3 years, 5 months ago
  8. 25fbca4 BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status by Christopher Faulet · 3 years, 5 months ago
  9. 172c380 MINOR: resolvers: Remove server from named_servers tree when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
  10. cab96e1 MINOR: resolvers: Clean server in a dedicated function when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
  11. ed13e2e BUG/MINOR: server: Forbid to set fqdn on the CLI if SRV resolution is enabled by Christopher Faulet · 3 years, 5 months ago
  12. cc1fc1b BUG/MINOR: server-state: load SRV resolution only if params match the config by Christopher Faulet · 3 years, 5 months ago
  13. fc58117 BUG/MINOR: stick-table: fix several printf sign errors dumping tables by Emeric Brun · 3 years, 4 months ago
  14. 1649e69 BUG/MINOR: cli: fix server name output in "show fd" by Willy Tarreau · 3 years, 4 months ago
  15. 165560f BUG/MEDIUM: sock: make sure to never miss early connection failures by Willy Tarreau · 3 years, 4 months ago
  16. 2eafa55 BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP send/expect rules by Christopher Faulet · 3 years, 5 months ago
  17. 8b37d8d BUG/MINOR: checks: return correct error code for srv_parse_agent_check by Dirkjan Bussink · 3 years, 5 months ago
  18. 78f4613 MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules by Christopher Faulet · 3 years, 5 months ago
  19. 43b0c62 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 5 months ago
  20. b123e2b BUG/MINOR: server/cli: Fix locking in function processing "set server" command by Christopher Faulet · 3 years, 5 months ago
  21. 0139e0a BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI by Christopher Faulet · 3 years, 5 months ago
  22. d671e9f BUG/MAJOR: resolvers: segfault using server template without SRV RECORDs by Emeric Brun · 3 years, 5 months ago
  23. 32131d4 MEDIUM: resolvers: add a ref between servers and srv request or used SRV record by Emeric Brun · 3 years, 5 months ago
  24. ca8e355 MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item by Emeric Brun · 3 years, 5 months ago
  25. a8b60f2 BUG/MINOR: resolvers: answser item list was randomly purged or errors by Emeric Brun · 3 years, 5 months ago
  26. 6d43632 BUILD: cfgparse-ssl: Remove const from defpx param in keylog parsing function by Christopher Faulet · 3 years, 5 months ago
  27. 079c609 BUG/MEDIUM: dns: send messages on closed/reused fd if fd was detected broken by Emeric Brun · 3 years, 5 months ago
  28. dceef4d MINOR: mux-h2: obey http-ignore-probes during the preface by Willy Tarreau · 3 years, 5 months ago
  29. 917f950 BUG/MINOR: stats: make "show stat typed desc" work again by Willy Tarreau · 3 years, 5 months ago
  30. c7b57a3 MINOR: backend: only skip LB when there are actual connections by Willy Tarreau · 3 years, 5 months ago
  31. bce9243 BUG/MAJOR: queue: set SF_ASSIGNED when setting strm->target on dequeue by Willy Tarreau · 3 years, 5 months ago
  32. 4d15f1b BUG/MINOR: mworker: fix typo in chroot error message by Willy Tarreau · 3 years, 5 months ago
  33. 0123d48 BUG/MINOR: ssl: use atomic ops to update global shctx stats by Willy Tarreau · 3 years, 5 months ago
  34. cc4386b BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE by Willy Tarreau · 3 years, 5 months ago
  35. 7189da5 BUG/MINOR: stick-table: insert srv in used_name tree even with fixed id by Amaury Denoyelle · 3 years, 5 months ago
  36. 7e0d0d8 BUG/MINOR: mux-fcgi: Expose SERVER_SOFTWARE parameter by default by Christopher Faulet · 3 years, 5 months ago
  37. e3d6625 BUG/MAJOR: htx: Fix htx_defrag() when an HTX block is expanded by Christopher Faulet · 3 years, 5 months ago
  38. bc76411 BUG/MAJOR: pools: fix possible race with free() in the lockless variant by Willy Tarreau · 3 years, 5 months ago
  39. 294da64 MEDIUM: pools: use a single pool_gc() function for locked and lockless by Willy Tarreau · 3 years, 5 months ago
  40. cbd13f8 MINOR: pools: call malloc_trim() under thread isolation by Willy Tarreau · 3 years, 5 months ago
  41. 027eb8b MINOR: pools: do not maintain the lock during pool_flush() by Willy Tarreau · 3 years, 5 months ago
  42. d5c2717 BUG/MINOR: pools: fix a possible memory leak in the lockless pool_flush() by Willy Tarreau · 3 years, 5 months ago
  43. 4288f7d BUG/MEDIUM: compression: Add a flag to know the filter is still processing data by Christopher Faulet · 3 years, 5 months ago
  44. 7e8c60a BUG/MINOR: ssl: OCSP stapling does not work if expire too far in the future by Remi Tricot-Le Breton · 3 years, 5 months ago
  45. b324694 BUILD: make tune.ssl.keylog available again by William Lallemand · 3 years, 5 months ago
  46. 0834180 BUG/MAJOR: stream-int: Release SI endpoint on server side ASAP on retry by Christopher Faulet · 3 years, 5 months ago
  47. 0d554fd BUG/MINOR: lua/vars: prevent get_var() from allocating a new name by Willy Tarreau · 3 years, 6 months ago
  48. a0320ad BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree by Remi Tricot-Le Breton · 3 years, 6 months ago
  49. 85fb11e BUG/MINOR: http: Missing calloc return value check in make_arg_list by Remi Tricot-Le Breton · 3 years, 6 months ago
  50. 9b63696 BUG/MINOR: http: Missing calloc return value check while parsing redirect rule by Remi Tricot-Le Breton · 3 years, 6 months ago
  51. 80dc145 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · 3 years, 6 months ago
  52. 46bd5dc BUG/MINOR: compression: Missing calloc return value check in comp_append_type/algo by Remi Tricot-Le Breton · 3 years, 6 months ago
  53. d9bb052 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request rule by Remi Tricot-Le Breton · 3 years, 6 months ago
  54. eb26792 BUG/MINOR: http: Missing calloc return value check while parsing tcp-request/tcp-response by Remi Tricot-Le Breton · 3 years, 6 months ago
  55. 1c3a202 BUG/MINOR: proxy: Missing calloc return value check in proxy_defproxy_cpy by Remi Tricot-Le Breton · 3 years, 6 months ago
  56. 978b2d4 BUG/MINOR: proxy: Missing calloc return value check in proxy_parse_declare by Remi Tricot-Le Breton · 3 years, 6 months ago
  57. 199087a BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture by Remi Tricot-Le Breton · 3 years, 6 months ago
  58. e10ab28 BUG/MINOR: ssl: Missing calloc return value check in ssl_init_single_engine by Remi Tricot-Le Breton · 3 years, 6 months ago
  59. cff2df9 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · 3 years, 6 months ago
  60. af82167 BUG/MINOR: server: Missing calloc return value check in srv_parse_source by Remi Tricot-Le Breton · 3 years, 6 months ago
  61. 599b73a BUG/MINOR: http-ana: Handle L7 retries on refused early data before K/A aborts by Christopher Faulet · 3 years, 6 months ago
  62. a3e78a8 BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response by Christopher Faulet · 3 years, 6 months ago
  63. 088f378 BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter by Christopher Faulet · 3 years, 6 months ago
  64. ac45845 BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' by Amaury Denoyelle · 3 years, 6 months ago
  65. 10631d9 BUG/MEDIUM: mux-h1: Properly report client close if abortonclose option is set by Christopher Faulet · 3 years, 7 months ago
  66. 6552054 MEDIUM: mux-h1: Don't block reads when waiting for the other side by Christopher Faulet · 3 years, 7 months ago
  67. 258a085 MINOR: conn-stream: Force mux to wait for read events if abortonclose is set by Christopher Faulet · 3 years, 7 months ago
  68. ae113f2 BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive by Christopher Faulet · 3 years, 7 months ago
  69. 6e5795d BUG/MINOR: http_fetch: fix possible uninit sockaddr in fetch_url_ip/port by Amaury Denoyelle · 3 years, 6 months ago
  70. fed5db8 BUG/MINOR: checks: Reschedule check on observe mode only if fastinter is set by Christopher Faulet · 3 years, 6 months ago
  71. 67da481 BUG/MINOR: checks: Handle synchronous connect when a tcpcheck is started by Christopher Faulet · 3 years, 6 months ago
  72. d2d264f BUG/MINOR: stream: Reset stream final state and si error type on L7 retry by Christopher Faulet · 3 years, 6 months ago
  73. 77ec58d BUG/MINOR: stream: properly clear the previous error mask on L7 retries by Willy Tarreau · 3 years, 6 months ago
  74. 669d667 BUG/MINOR: stream: Decrement server current session counter on L7 retry by Christopher Faulet · 3 years, 6 months ago
  75. 751872e BUG/MEDIUM: dns: reset file descriptor if send returns an error by Emeric Brun · 3 years, 6 months ago
  76. bf5c748 MINOR: debug: add a new "debug dev sym" command in expert mode by Willy Tarreau · 3 years, 6 months ago
  77. 0b15516 MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS by Willy Tarreau · 3 years, 6 months ago
  78. 3652d60 MEDIUM: pools: call malloc_trim() from pool_gc() by Willy Tarreau · 4 years ago
  79. f41d4db BUG/MINOR: ssl/cli: fix a lock leak when no memory available by William Lallemand · 3 years, 6 months ago
  80. bfca737 BUG/MEDIUM: cli: prevent memory leak on write errors by Willy Tarreau · 3 years, 6 months ago
  81. af3d8c1 BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers by Christopher Faulet · 3 years, 6 months ago
  82. e1f5574 MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · 3 years, 7 months ago
  83. 5c88077 BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · 3 years, 7 months ago
  84. d9e4ee6 BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly by Emeric Brun · 3 years, 7 months ago
  85. cd0a30e BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · 3 years, 9 months ago
  86. 21680f6 BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · 3 years, 9 months ago
  87. 39555d6 BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · 3 years, 8 months ago
  88. eb2f8e0 BUG/MEDIUM: peers: register last acked value as origin receiving a resync req by Emeric Brun · 3 years, 7 months ago
  89. 13eca44 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · 3 years, 7 months ago
  90. fffd9d8 BUG/MINOR: applet: Notify the other side if data were consumed by an applet by Christopher Faulet · 3 years, 7 months ago
  91. 07b2b0a BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message by Christopher Faulet · 3 years, 7 months ago
  92. bdda845 BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application by Christopher Faulet · 3 years, 7 months ago
  93. 167b783 BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 7 months ago
  94. 1efabf1 BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · 3 years, 7 months ago
  95. 6ffb9bc BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · 3 years, 7 months ago
  96. 74b7411 BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data by Christopher Faulet · 3 years, 7 months ago
  97. 4505927 BUG/MINOR: mworker: don't use oldpids[] anymore for reload by William Lallemand · 3 years, 7 months ago
  98. e103010 BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases by William Lallemand · 3 years, 7 months ago
  99. d595517 BUG/MEDIUM: config: fix cpu-map notation with both process and threads by Amaury Denoyelle · 3 years, 7 months ago
  100. 55c007a BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames by Christopher Faulet · 3 years, 7 months ago