1. ab9043f BUG/MINOR: ssl/cli: duplicate cleaning code in cli_parse_del_crtlist by William Lallemand · 7 months ago
  2. 174144c BUG/MEDIUM: hlua: Don't loop if a lua socket does not consume received data by Christopher Faulet · 8 months ago
  3. 1cc9651 BUILD: address a few remaining calloc(size, n) cases by Willy Tarreau · 8 months ago
  4. 1ae47ec BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line by Remi Tricot-Le Breton · 8 months ago
  5. d292e56 BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions by Olivier Houchard · 8 months ago
  6. 9c25a6a BUG/MEDIUM: h1: always reject the NUL character in header values by Willy Tarreau · 8 months ago
  7. 05f5e96 BUG/MINOR: h1-htx: properly initialize the err_pos field by Willy Tarreau · 8 months ago
  8. f08d319 BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush() by Willy Tarreau · 8 months ago
  9. b6bd0c0 BUG/MINOR: vars/cli: fix missing LF after "get var" output by Willy Tarreau · 8 months ago
  10. 7366c84 BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI by Emeric Brun · 8 months ago
  11. e3df8b2 BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up by Christopher Faulet · 9 months ago
  12. ac68b99 BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable by Christopher Faulet · 9 months ago
  13. b7c6261 BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty by Christopher Faulet · 10 months ago
  14. 51a6e93 BUG/MEDIUM: connection: report connection errors even when no mux is installed by Willy Tarreau · 11 months ago
  15. 89673e2 BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them by Willy Tarreau · 10 months ago
  16. def2f95 BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly by William Lallemand · 10 months ago
  17. e6a2a0b BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range() by Willy Tarreau · 11 months ago
  18. 5c59536 BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed by Remi Tricot-Le Breton · 10 months ago
  19. 3ebaeca BUG/MINOR: sample: Make the `word` converter compatible with `-m found` by Tim Duesterhus · 10 months ago
  20. 1893b3f BUG/MINOR: config: Stopped parsing upon unmatched environment variables by Frédéric Lécaille · 10 months ago
  21. 091598a BUG/MINOR: server: do not leak default-server in defaults sections by Willy Tarreau · 10 months ago
  22. b34f6c4 BUG/MINOR: proxy/stktable: missing frees on proxy cleanup by Aurelien DARRAGON · 11 months ago
  23. 5704905 MINOR: stktable: add stktable_deinit function by Aurelien DARRAGON · 11 months ago
  24. cc2513a BUG/MINOR: stream/cli: report correct stream age in "show sess" by Willy Tarreau · 11 months ago
  25. 0573984 BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover() by Willy Tarreau · 11 months ago
  26. 261b916 BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover() by Willy Tarreau · 11 months ago
  27. 237e9fe BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover() by Willy Tarreau · 11 months ago
  28. 6087f5b BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer by Christopher Faulet · 11 months ago
  29. 32cb2b8 BUG/MINOR: stconn: Fix streamer detection for HTX streams by Christopher Faulet · 11 months ago
  30. c4d03a1 BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented by Christopher Faulet · 11 months ago
  31. 36b61af BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only by Christopher Faulet · 11 months ago
  32. babafc4 MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads by Christopher Faulet · 11 months ago
  33. 95ce344 BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up by Christopher Faulet · 11 months ago
  34. 84502f3 BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts by Christopher Faulet · 11 months ago
  35. e748975 BUG/MINOR: stick-table/cli: Check for invalid ipv4 key by Aurelien DARRAGON · 1 year, 1 month ago
  36. 8a28eb7 CLEANUP: htx: Properly indent htx_reserve_max_data() function by Christopher Faulet · 11 months ago
  37. c04eb0b BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure by Aurelien DARRAGON · 11 months ago
  38. 7228dfd BUG/MINOR: stktable: missing free in parse_stick_table() by Aurelien DARRAGON · 11 months ago
  39. 326e297 BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure by Christopher Faulet · 11 months ago
  40. 05bf68b BUG/MEDIUM: ssl: segfault when cipher is NULL by William Lallemand · 11 months ago
  41. 539bfaa BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA by William Lallemand · 11 months ago
  42. 62bc720 BUG/MINOR: mux-h2: update tracked counters with req cnt/req err by Willy Tarreau · 11 months ago
  43. 1959999 BUG/MINOR: mux-h2: commit the current stream ID even on reject by Willy Tarreau · 11 months ago
  44. ba85328 BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task by Christopher Faulet · 12 months ago
  45. 4cda1c0 BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending by Christopher Faulet · 12 months ago
  46. 54f4c19 BUG/MINOR: mux-h2: make up other blocked streams upon removal from list by Willy Tarreau · 12 months ago
  47. 1ffc378 BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0 by William Lallemand · 1 year, 5 months ago
  48. c2f999a BUG/MINOR: debug: enter ha_panic() only once by Willy Tarreau · 2 years, 3 months ago
  49. 659a23b BUG/MEDIUM: listener/proxy: fix listeners notify for proxy resume (2nd try) by Aurelien DARRAGON · 11 months ago
  50. 031ccb1 BUG/MINOR: server: add missing free for server->rdr_pfx by Aurelien DARRAGON · 1 year ago
  51. 5c420d2 BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers by Christopher Faulet · 1 year, 1 month ago
  52. de98247 BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records by Christopher Faulet · 1 year, 1 month ago
  53. 2dec950 BUG/MINOR: hlua/init: coroutine may not resume itself by Aurelien DARRAGON · 1 year, 1 month ago
  54. fff2796 BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() by Aurelien DARRAGON · 1 year, 1 month ago
  55. 16226c8 BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread by Aurelien DARRAGON · 1 year, 2 months ago
  56. 4a7a5d8 MINOR: hlua: add hlua_stream_ctx_prepare helper function by Aurelien DARRAGON · 1 year, 2 months ago
  57. 602c4af BUG/MINOR: hlua/action: incorrect message on E_YIELD error by Aurelien DARRAGON · 1 year, 1 month ago
  58. 2a3e1cd BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout by Christopher Faulet · 1 year, 1 month ago
  59. a789813 BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown by Christopher Faulet · 1 year, 1 month ago
  60. 90f3cd2 BUG/MINOR: ssl_sock: fix possible memory leak on OOM by Willy Tarreau · 1 year, 1 month ago
  61. 7ad01fb BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage by Aurelien DARRAGON · 1 year, 1 month ago
  62. a3d46bd BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection by Aurelien DARRAGON · 1 year, 2 months ago
  63. 93f5d8d BUG/MINOR: hlua: fix invalid use of lua_pop on error paths by Aurelien DARRAGON · 1 year, 2 months ago
  64. 70ab149 BUG/MEDIUM: dns: Be sure to unlock DSS when existing dns_session_io_handler() by Christopher Faulet · 1 year, 1 month ago
  65. c48acd1 BUG/MINOR: http: skip leading zeroes in content-length values by Willy Tarreau · 1 year, 2 months ago
  66. af232e4 BUG/MINOR: h2: reject more chars from the :path pseudo header by Willy Tarreau · 1 year, 2 months ago
  67. e5a741f BUG/MINOR: h1: do not accept '#' as part of the URI component by Willy Tarreau · 1 year, 2 months ago
  68. f86e994 MINOR: h2: pass accept-invalid-http-request down the request parser by Willy Tarreau · 1 year, 2 months ago
  69. ba9afd2 BUG/MAJOR: http: reject any empty content-length header value by Willy Tarreau · 1 year, 2 months ago
  70. 90f7847 BUG/MAJOR: http-ana: Get a fresh trash buffer for each header value replacement by Christopher Faulet · 1 year, 2 months ago
  71. 9256520 BUG/MINOR: chunk: fix chunk_appendf() to not write a zero if buffer is full by Dragan Dosen · 1 year, 2 months ago
  72. 793a4b5 BUG/MEDIUM: listener: Acquire proxy's lock in relax_listener() if necessary by Christopher Faulet · 1 year, 2 months ago
  73. 79ad907 BUG/MINOR: h1-htx: Return the right reason for 302 FCGI responses by Christopher Faulet · 1 year, 2 months ago
  74. bdd336c BUG/MINOR: hlua: add check for lua_newstate by firexinghe · 1 year, 3 months ago
  75. 3636708 BUG/MINOR: http: Return the right reason for 302 by Christopher Faulet · 1 year, 2 months ago
  76. fbd88d4 BUG/MINOR: sample: Fix wrong overflow detection in add/sub conveters by Christopher Faulet · 1 year, 2 months ago
  77. f5d3b31 BUG/MINOR: hlua: hlua_yieldk ctx argument should support pointers by Aurelien DARRAGON · 1 year, 3 months ago
  78. 6ba28a8 BUG/MINOR: config: Remove final '\n' in error messages by Thierry Fournier · 1 year, 4 months ago
  79. 0e786f7 BUG/MINOR: sink/log: properly deinit srv in sink_new_from_logsrv() by Aurelien DARRAGON · 1 year, 3 months ago
  80. 3983522 BUG/MINOR: sink: fix errors handling in cfg_post_parse_ring() by Aurelien DARRAGON · 1 year, 3 months ago
  81. cd2bfa4 BUG/MINOR: sink: invalid sft free in sink_deinit() by Aurelien DARRAGON · 1 year, 3 months ago
  82. 91e2875 BUG/MINOR: log: free errmsg on error in cfg_parse_log_forward() by Aurelien DARRAGON · 1 year, 3 months ago
  83. 1a39bd2 BUG/MINOR: log: fix multiple error paths in cfg_parse_log_forward() by Aurelien DARRAGON · 1 year, 3 months ago
  84. ab89d8b BUG/MINOR: log: fix missing name error message in cfg_parse_log_forward() by Aurelien DARRAGON · 1 year, 3 months ago
  85. 55446a4 BUG/MEDIUM: log: improper use of logsrv->maxlen for buffer targets by Aurelien DARRAGON · 1 year, 3 months ago
  86. c242313 MINOR: sink/api: pass explicit maxlen parameter to sink_write() by Aurelien DARRAGON · 1 year, 3 months ago
  87. a92de3f BUG/MINOR: log: LF upsets maxlen for UDP targets by Aurelien DARRAGON · 1 year, 3 months ago
  88. 6726e57 BUG/MINOR: ring: maxlen warning reported as alert by Aurelien DARRAGON · 1 year, 3 months ago
  89. b3304be BUG/MINOR: ring: size warning incorrectly reported as fatal error by Aurelien DARRAGON · 1 year, 3 months ago
  90. cd4211c BUG/MINOR: sink: missing sft free in sink_deinit() by Aurelien DARRAGON · 1 year, 3 months ago
  91. ca28e78 BUG/MEDIUM: sink: invalid server list in sink_new_from_logsrv() by Aurelien DARRAGON · 1 year, 3 months ago
  92. dd270e0 BUG/MINOR: cache: A 'max-age=0' cache-control directive can be overriden by a s-maxage by Remi Tricot-Le Breton · 1 year, 3 months ago
  93. 2734092 BUG/MINOR: tcp_sample: bc_{dst,src} return IP not INT by Aurelien DARRAGON · 1 year, 4 months ago
  94. b367a67 BUILD: debug: avoid a build warning related to epoll_wait() in debug code by Willy Tarreau · 1 year, 3 months ago
  95. 9490f9d BUG/MEDIUM: mworker: increase maxsock with each new worker by William Lallemand · 1 year, 3 months ago
  96. b64ec59 BUG/MINOR: namespace: missing free in netns_sig_stop() by Aurelien DARRAGON · 1 year, 4 months ago
  97. 9478e5a BUG/MINOR: server: inherit from netns in srv_settings_cpy() by Aurelien DARRAGON · 1 year, 4 months ago
  98. 5483bde BUG/MEDIUM: hlua: prevent deadlocks with main lua lock by Aurelien DARRAGON · 1 year, 6 months ago
  99. e00bf5d MINOR: hlua: simplify lua locking by Aurelien DARRAGON · 1 year, 6 months ago
  100. 93591b4 BUG/MINOR: hlua: fix reference leak in hlua_post_init_state() by Aurelien DARRAGON · 1 year, 6 months ago