1. ab46c78 BUG/MEDIUM: listeners: do not pause foreign listeners by Willy Tarreau · 4 years ago
  2. 8c40265 BUG/MINOR: config: Fix memory leak on config parse listen by Amaury Denoyelle · 4 years ago
  3. 879924c BUG/MINOR: Fix memory leaks cfg_parse_peers by Eric Salama · 4 years ago
  4. 17347ff BUG/MINOR: http-fetch: Don't set the sample type during the htx prefetch by Christopher Faulet · 4 years ago
  5. bc90776 BUG/MINOR: server: report correct error message for invalid port on "socks4" by Willy Tarreau · 4 years ago
  6. b00a33b BUG/MINOR: ssl: verifyhost is case sensitive by William Lallemand · 4 years ago
  7. 6c98f49 BUG/MEDIUM: ssl: does not look for all SNIs before chosing a certificate by William Lallemand · 4 years, 1 month ago
  8. 5761e7d BUG/MEDIUM: http-ana: Don't wait to send 1xx responses received from servers by Christopher Faulet · 4 years, 1 month ago
  9. 9aa1d64 BUG/MEDIUM: pattern: Renew the pattern expression revision when it is pruned by Christopher Faulet · 4 years ago
  10. 3a3b775 BUILD: threads: better workaround for late loading of libgcc_s by Willy Tarreau · 4 years ago
  11. 0814458 BUG/MEDIUM: mux-h1: always apply the timeout on half-closed connections by Willy Tarreau · 4 years ago
  12. bf2bc1e BUG/MINOR: auth: report valid crypto(3) support depending on build options by Victor Kislov · 4 years, 2 months ago
  13. f04dba3 BUILD: thread: limit the libgcc_s workaround to glibc only by Willy Tarreau · 4 years, 1 month ago
  14. e9fdcf8 BUG/MINOR: threads: work around a libgcc_s issue with chrooting by Willy Tarreau · 4 years, 1 month ago
  15. a486449 BUG/MEDIUM: ssl: check OCSP calloc in ssl_sock_load_ocsp() by William Lallemand · 4 years, 2 months ago
  16. 6b8791f BUG/MINOR: startup: haproxy -s cause 100% cpu by William Lallemand · 4 years, 1 month ago
  17. b2d43b8 DOC: cache: Use '<name>' instead of '<id>' in error message by Tim Duesterhus · 4 years, 1 month ago
  18. 2b07f85 BUG/MINOR: reload: do not fail when no socket is sent by Willy Tarreau · 4 years, 1 month ago
  19. 91d0b60 BUG/MEDIUM: htx: smp_prefetch_htx() must always validate the direction by Willy Tarreau · 4 years, 1 month ago
  20. f310961 BUG/MINOR: stats: use strncmp() instead of memcmp() on health states by Willy Tarreau · 4 years, 1 month ago
  21. ffc5982 BUG/MINOR: snapshots: leak of snapshots on deinit() by William Lallemand · 4 years, 1 month ago
  22. ff8de2c BUG/MINOR: lua: Check argument type to convert it to IP mask in arg validation by Christopher Faulet · 4 years, 1 month ago
  23. e7f1fcf BUG/MINOR: lua: Check argument type to convert it to IPv4/IPv6 arg validation by Christopher Faulet · 4 years, 1 month ago
  24. d1e9256 BUG/MEDIUM: map/lua: Return an error if a map is loaded during runtime by Christopher Faulet · 4 years, 2 months ago
  25. b576206 BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after a synchronous send by Christopher Faulet · 4 years, 2 months ago
  26. 307f31e BUG/MEDIUM: mux-h2: Don't fail if nothing is parsed for a legacy chunk response by Christopher Faulet · 4 years, 2 months ago
  27. afe6eef MINOR: stream-int: Be sure to have a mux to do sends and receives by Christopher Faulet · 4 years, 2 months ago
  28. 6bd4ee1 MINOR: connection: Preinstall the mux for non-ssl connect by Christopher Faulet · 4 years, 2 months ago
  29. 6cf84bc BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields by Christopher Faulet · 4 years, 2 months ago
  30. 74d704f BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation by Christopher Faulet · 4 years, 2 months ago
  31. 2069990 MEDIUM: lua: Add support for the Lua 5.4 by Christopher Faulet · 4 years, 2 months ago
  32. 90bccc7 BUG/MINOR: debug: Don't dump the lua stack if it is not initialized by Christopher Faulet · 4 years, 2 months ago
  33. 290988a BUG/MEDIUM: mux-h1: Disable the splicing when nothing is received by Christopher Faulet · 4 years, 2 months ago
  34. d2a762f BUG/MEDIUM: mux-h1: Wakeup the H1C in h1_rcv_buf() if more data are expected by Christopher Faulet · 4 years, 2 months ago
  35. 39eb766 BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed by Christopher Faulet · 4 years, 2 months ago
  36. ef131ae BUG/MAJOR: dns: Make the do-resolve action thread-safe by Christopher Faulet · 4 years, 2 months ago
  37. 6ad7cd9 BUG/MEDIUM: mux-h2: Emit an error if the response chunk formatting is incomplete by Christopher Faulet · 4 years, 2 months ago
  38. 33f0a73 BUG/MEDIUM: resolve: fix init resolving for ring and peers section. by Emeric Brun · 4 years, 2 months ago
  39. 4d4dda1 BUG/MINOR: cfgparse: don't increment linenum on incomplete lines by Willy Tarreau · 4 years, 3 months ago
  40. 0db0b04 BUG/MINOR: threads: Don't forget to init each thread toremove_lock. by Olivier Houchard · 4 years, 3 months ago
  41. fffd1a8 BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when output data are peeked by Christopher Faulet · 4 years, 2 months ago
  42. 38eff0d BUG/MEDIUM: log: issue mixing sampled to not sampled log servers. by Emeric Brun · 4 years, 2 months ago
  43. affe0cb BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode by Christopher Faulet · 4 years, 2 months ago
  44. e46c14d BUG/MINOR: sample: Free str.area in smp_check_const_meth by Tim Duesterhus · 4 years, 3 months ago
  45. b992e60 BUG/MINOR: sample: Free str.area in smp_check_const_bool by Tim Duesterhus · 4 years, 3 months ago
  46. d982a8e BUG/MEDIUM: stream-int: Disable connection retries on plain HTTP proxy mode by Christopher Faulet · 4 years, 2 months ago
  47. e8d2423 BUG/MAJOR: stream: Mark the server address as unset on new outgoing connection by Christopher Faulet · 4 years, 3 months ago
  48. b1e9407 MINOR: http: Add support for http 413 status by Anthonin Bonnefoy · 4 years, 3 months ago
  49. c3db7c1 BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server by Christopher Faulet · 4 years, 3 months ago
  50. 0d881b2 BUG/MEDIUM: connection: Continue to recv data to a pipe when the FD is not ready by Christopher Faulet · 4 years, 3 months ago
  51. 847271d MINOR: connection: move the CO_FL_WAIT_ROOM cleanup to the reader only by Willy Tarreau · 4 years, 8 months ago
  52. 39bb227 BUG/MEDIUM: mux-h1: Subscribe rather than waking up in h1_rcv_buf() by Christopher Faulet · 4 years, 3 months ago
  53. e0ca6ad BUG/MEDIUM: mux-h1: Disable splicing for the conn-stream if read0 is received by Christopher Faulet · 4 years, 3 months ago
  54. 0528ae2 BUG/MINOR: mux-h1: Disable splicing only if input data was processed by Christopher Faulet · 4 years, 3 months ago
  55. 8e8168a BUG/MINOR: mux-h1: Don't read data from a pipe if the mux is unable to receive by Christopher Faulet · 4 years, 3 months ago
  56. afadc9a BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode by Christopher Faulet · 4 years, 3 months ago
  57. 8e4e357 BUG/MINOR: http_act: don't check capture id in backend (2) by Tim Duesterhus · 4 years, 3 months ago
  58. ab06f88 BUG/MINOR: proxy: always initialize the trash in show servers state by Willy Tarreau · 4 years, 3 months ago
  59. ca212e5 BUG/MINOR: proxy: fix dump_server_state()'s misuse of the trash by Willy Tarreau · 4 years, 3 months ago
  60. 135899e BUG/MEDIUM: pattern: Add a trailing \0 to match strings only if possible by Christopher Faulet · 4 years, 3 months ago
  61. 4271c77 MINOR: cli: make "show sess" stop at the last known session by Willy Tarreau · 4 years, 3 months ago
  62. 8ba978b BUG/MEDIUM: fetch: Fix hdr_ip misparsing IPv4 addresses due to missing NUL by Tim Duesterhus · 4 years, 3 months ago
  63. d6cd2b3 MINOR: spoe: Don't systematically create new applets if processing rate is low by Christopher Faulet · 4 years, 3 months ago
  64. 1b4cc2e BUG/MINOR: http_ana: clarify connection pointer check on L7 retry by Willy Tarreau · 4 years, 3 months ago
  65. d995d5f BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · 4 years, 3 months ago
  66. b88a37c MEDIUM: map: make the "clear map" operation yield by Willy Tarreau · 4 years, 9 months ago
  67. c3a2e35 BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI by William Lallemand · 4 years, 3 months ago
  68. da9a2d1 BUG/MINOR: mworker/cli: fix the escaping in the master CLI by William Lallemand · 4 years, 3 months ago
  69. 7ed43aa BUG/MINOR: cli: allow space escaping on the CLI by Yves Lafon · 4 years, 3 months ago
  70. 249346d BUG/MINOR: spoe: add missing key length check before checking key names by Willy Tarreau · 4 years, 3 months ago
  71. 47a5600 BUG/MINOR: tcp-rules: tcp-response must check the buffer's fullness by Willy Tarreau · 4 years, 3 months ago
  72. 9f3bda0 MINOR: http: Add 404 to http-request deny by Florian Tham · 4 years, 9 months ago
  73. c09f797 MINOR: http: Add 410 to http-request deny by Florian Tham · 4 years, 9 months ago
  74. 6dbb9a1 BUG/MINOR: ssl: fix ssl-{min,max}-ver with openssl < 1.1.0 by William Lallemand · 4 years, 3 months ago
  75. 45b2d9a BUG/MEDIUM: pattern: fix thread safety of pattern matching by Willy Tarreau · 4 years, 3 months ago
  76. eca0ecf BUG/MEDIUM: log: don't hold the log lock during writev() on a file descriptor by Willy Tarreau · 4 years, 3 months ago
  77. 560bf45 BUG/MINOR: mworker: fix a memleak when execvp() failed by William Lallemand · 4 years, 3 months ago
  78. b9242bd BUG/MEDIUM: mworker: fix the reload with an -- option by William Lallemand · 4 years, 4 months ago
  79. 2667bf8 BUG/MINOR: init: -S can have a parameter starting with a dash by William Lallemand · 4 years, 4 months ago
  80. 26e06ac BUG/MINOR: init: -x can have a parameter starting with a dash by William Lallemand · 4 years, 4 months ago
  81. 16545cb BUG/MEDIUM: mworker: fix the copy of options in copy_argv() by William Lallemand · 4 years, 4 months ago
  82. 8946b26 BUG/MINOR: proto-http: Fix detection of NTLM for the legacy HTTP version by Christopher Faulet · 4 years, 4 months ago
  83. 1561361 BUG/MEDIUM: logs: fix trailing zeros on log message. by Emeric Brun · 4 years, 4 months ago
  84. 4ce00fc BUG/MINOR: logs: prevent double line returns in some events. by Emeric Brun · 4 years, 4 months ago
  85. 9fa1f4e BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations by Christopher Faulet · 4 years, 4 months ago
  86. 719ddc8 BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action by Christopher Faulet · 4 years, 4 months ago
  87. c329cd0 BUG/MINOR: peers: fix internal/network key type mapping. by Emeric Brun · 4 years, 4 months ago
  88. 00da86b Revert "BUG/MEDIUM: connections: force connections cleanup on server changes" by William Dauchy · 4 years, 4 months ago
  89. 98fbb97 BUG/MINOR: nameservers: fix error handling in parsing of resolv.conf by Willy Tarreau · 4 years, 4 months ago
  90. 712841b BUG/MINOR: lua: Add missing string length for lua sticktable lookup by Nathan Neulinger · 4 years, 7 months ago
  91. 1ebb12c BUG/MINOR: server: Fix server_finalize_init() to avoid unused variable by Christopher Faulet · 4 years, 5 months ago
  92. 98bfaf7 BUG/MINOR: checks: Respect check-ssl param when a port or an addr is specified by Christopher Faulet · 4 years, 4 months ago
  93. 8d2d04c BUG/MINOR: cache: Don't needlessly test "cache" keyword in parse_cache_flt() by Christopher Faulet · 4 years, 4 months ago
  94. 0ff223c BUILD: select: only declare existing local labels to appease clang by Jerome Magnin · 4 years, 4 months ago
  95. d157682 BUG/MINOR: soft-stop: always wake up waiting threads on stopping by Willy Tarreau · 4 years, 4 months ago
  96. 02bf1da BUG/MINOR: pollers: remove uneeded free in global init by William Dauchy · 4 years, 4 months ago
  97. 8146162 BUG/MINOR: pools: use %u not %d to report pool stats in "show pools" by Willy Tarreau · 4 years, 5 months ago
  98. 9f24422 BUG/MINOR: cfgparse: Abort parsing the current line if an invalid \x sequence is encountered by Tim Duesterhus · 4 years, 5 months ago
  99. d22b28e BUG/MEDIUM: http_ana: make the detection of NTLM variants safer by Willy Tarreau · 4 years, 5 months ago
  100. d3be89b BUG/MINOR: http-ana: fix NTLM response parsing again by Willy Tarreau · 4 years, 5 months ago