1. 325a436 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 6 months ago
  2. 64ab028 MINOR: resolvers: Directly call srvrq_update_srv_state() when possible by Christopher Faulet · 3 years, 6 months ago
  3. deb03c1 MINOR: resolvers: Add function to change the srv status based on SRV resolution by Christopher Faulet · 3 years, 6 months ago
  4. 738db5b MINOR: resolvers: Purge answer items when a SRV resolution triggers an error by Christopher Faulet · 3 years, 6 months ago
  5. e530c76 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · 3 years, 7 months ago
  6. 52c10d7 BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution by Christopher Faulet · 3 years, 6 months ago
  7. c7e33c3 BUG/MAJOR: dns: disabled servers through SRV records never recover by Baptiste Assmann · 4 years, 2 months ago
  8. 7cf3024 BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status by Jerome Magnin · 4 years, 2 months ago
  9. 30df20d BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields by Willy Tarreau · 3 years, 6 months ago
  10. 2dfb157 BUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on FreeBSD/MacOS by Willy Tarreau · 3 years, 6 months ago
  11. 0c721ad BUG/MINOR: tcp: fix silent-drop workaround for IPv6 by Willy Tarreau · 3 years, 6 months ago
  12. 3106a6b BUG/MINOR: stats: Apply proper styles in HTML status page. by Florian Apolloner · 3 years, 6 months ago
  13. 8e545d3 BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent by Willy Tarreau · 3 years, 6 months ago
  14. d08feaf BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters by Willy Tarreau · 3 years, 6 months ago
  15. 57b2235 MINOR: tools: make url2ipv4 return the exact number of bytes parsed by Willy Tarreau · 3 years, 6 months ago
  16. f03cd27 BUG/MEDIUM: thread: Fix a deadlock if an isolated thread is marked as harmless by Christopher Faulet · 3 years, 6 months ago
  17. f505b08 BUG/MEDIUM: time: make sure to always initialize the global tick by Willy Tarreau · 3 years, 6 months ago
  18. 22d1d01 BUG/MEDIUM: lua: Always init the lua stack before referencing the context by Christopher Faulet · 3 years, 6 months ago
  19. 49de1f2 BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback by Christopher Faulet · 3 years, 6 months ago
  20. 979865e MINOR: lua: Slightly improve function dumping the lua traceback by Christopher Faulet · 3 years, 6 months ago
  21. e5d2232 MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket by Eric Salama · 3 years, 6 months ago
  22. 146c87c BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable by Willy Tarreau · 3 years, 6 months ago
  23. adf2edf MINOR: time: also provide a global, monotonic global_now_ms timer by Willy Tarreau · 3 years, 6 months ago
  24. 38deb51 BUG/MINOR: freq_ctr/threads: make use of the last updated global time by Willy Tarreau · 3 years, 6 months ago
  25. e70208e MINOR: time: export the global_now variable by Willy Tarreau · 3 years, 6 months ago
  26. eb22113 BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames by Christopher Faulet · 3 years, 6 months ago
  27. 9469af0 BUG/MINOR: resolvers: Reset server address on DNS error only on status change by Christopher Faulet · 3 years, 6 months ago
  28. 7a783f7 BUG/MINOR: resolvers: Consider server to have no IP on DNS resolution error by Christopher Faulet · 3 years, 6 months ago
  29. 2e725a5 CLEANUP: tcp-rules: add missing actions in the tcp-request error message by Willy Tarreau · 3 years, 6 months ago
  30. c549b56 BUG/MINOR: session: Add some forgotten tests on session's listener by Christopher Faulet · 3 years, 6 months ago
  31. 640c538 BUG/MEDIUM: filters: Set CF_FL_ANALYZE on channels when filters are attached by Christopher Faulet · 3 years, 7 months ago
  32. db9fd04 BUG/MEDIUM: session: NULL dereference possible when accessing the listener by William Lallemand · 3 years, 7 months ago
  33. 838379a BUG/MINOR: ssl: don't truncate the file descriptor to 16 bits in debug mode by Willy Tarreau · 3 years, 7 months ago
  34. dd547bd BUG/MINOR: hlua: Don't strip last non-LWS char in hlua_pushstrippedstring() by Christopher Faulet · 3 years, 7 months ago
  35. e5188a4 BUG/MEDIUM: dns: Consider the fact that dns answers are case-insensitive by Olivier Houchard · 4 years, 6 months ago
  36. f402f2a BUG/MINOR: http-ana: Don't increment HTTP error counter on read error/timeout by Christopher Faulet · 3 years, 7 months ago
  37. e7c50f1 BUG/MEDIUM: spoe: Kill applets if there are pending connections and nbthread > 1 by Christopher Faulet · 3 years, 7 months ago
  38. e004831 BUG/MINOR: connection: Use the client's dst family for adressless servers by Christopher Faulet · 3 years, 7 months ago
  39. 4eff12f BUG/MINOR: tcp-act: Don't forget to set the original port for IPv4 set-dst rule by Christopher Faulet · 3 years, 7 months ago
  40. 8fc16fb BUG/MINOR: http-ana: Only consider dst address to process originalto option by Christopher Faulet · 3 years, 7 months ago
  41. 192333e BUG/MINOR: mux-h1: Immediately report H1C errors from h1_snd_buf() by Christopher Faulet · 3 years, 7 months ago
  42. e8ec006 BUG/MEDIUM: resolvers: Reset address for unresolved servers by Christopher Faulet · 3 years, 7 months ago
  43. bbb6378 BUG/MEDIUM: resolvers: Reset server address and port for obselete SRV records by Christopher Faulet · 3 years, 7 months ago
  44. 132d25f BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · 3 years, 10 months ago
  45. 05813ef BUG/MINOR: proxy: wake up all threads when sending the hard-stop signal by Willy Tarreau · 3 years, 7 months ago
  46. 013fea4 BUG/MEDIUM: cli/shutdown sessions: make it thread-safe by Willy Tarreau · 3 years, 7 months ago
  47. 6faa909 BUG/MEDIUM: proxy: use thread-safe stream killing on hard-stop by Willy Tarreau · 3 years, 7 months ago
  48. e980ca9 BUG/MEDIUM: vars: make functions vars_get_by_{name,desc} thread-safe by Dragan Dosen · 3 years, 7 months ago
  49. e06e064 BUG/MINOR: sample: secure convs that accept base64 string and var name as args by Dragan Dosen · 3 years, 7 months ago
  50. 6d2abd7 BUG/MEDIUM: mux-h1: Fix handling of responses to CONNECT other than 200-ok by Christopher Faulet · 3 years, 7 months ago
  51. d54cc60 BUG/MINOR: server: Be sure to cut the last parsed field of a server-state line by Christopher Faulet · 3 years, 7 months ago
  52. 6656972 BUG/MINOR: server: Init params before parsing a new server-state line by Christopher Faulet · 3 years, 7 months ago
  53. d027f8c BUG/MINOR: checks: properly handle wrapping time in __health_adjust() by Willy Tarreau · 3 years, 7 months ago
  54. e0523d5 BUG/MINOR: session: atomically increment the tracked sessions counter by Willy Tarreau · 3 years, 7 months ago
  55. f02bcb9 BUG/MINOR: server: Remove RMAINT from admin state when loading server state by Christopher Faulet · 3 years, 7 months ago
  56. bb13ea6 CLEANUP: channel: fix comment in ci_putblk. by Emeric Brun · 3 years, 8 months ago
  57. 559a6d3 BUG/MINOR: server: Don't call fopen() with server-state filepath set to NULL by Christopher Faulet · 3 years, 7 months ago
  58. 904a86c BUG/MINOR: cfgparse: do not mention "addr:port" as supported on proxy lines by Willy Tarreau · 3 years, 7 months ago
  59. 7811c53 BUG/MEDIUM: config: don't pick unset values from last defaults section by Willy Tarreau · 3 years, 7 months ago
  60. 127bfb3 CLEANUP: deinit: release global and per-proxy server-state variables on deinit by Christopher Faulet · 3 years, 7 months ago
  61. ea1300f BUG/MINOR: server: Fix server-state-file-name directive by Christopher Faulet · 3 years, 7 months ago
  62. dc1e55a BUG/MINOR: backend: hold correctly lock when killing idle conn by Amaury Denoyelle · 3 years, 8 months ago
  63. 21471ef BUG/MINOR: tools: Fix a memory leak on error path in parse_dotted_uints() by Christopher Faulet · 3 years, 7 months ago
  64. 71a5a75 BUG/MEDIUM: mux-h1: Always set CS_FL_EOI for response in MSG_DONE state by Christopher Faulet · 3 years, 7 months ago
  65. 8f304a6 BUG/MEDIUM: mux-h2: Be sure to enter in demux loop even if dbuf is empty by Christopher Faulet · 3 years, 7 months ago
  66. df203d8 BUG/MEDIUM: mux-h2: do not quit the demux loop before setting END_REACHED by Willy Tarreau · 3 years, 8 months ago
  67. e70050e BUG/MEDIUM: mux-h2: handle remaining read0 cases by Willy Tarreau · 3 years, 8 months ago
  68. c02437c BUG/MINOR: xxhash: make sure armv6 uses memcpy() by Willy Tarreau · 3 years, 8 months ago
  69. 7a466f6 BUG/MEDIUM: ssl: check a connection's status before computing a handshake by Willy Tarreau · 3 years, 8 months ago
  70. 3b4bec1 BUG/MINOR: stick-table: Always call smp_fetch_src() with a valid arg list by Christopher Faulet · 3 years, 8 months ago
  71. 9cb8cf2 BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name by Amaury Denoyelle · 3 years, 8 months ago
  72. f127c3e BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown by Christopher Faulet · 3 years, 8 months ago
  73. 3ad7b3d BUG/MEDIUM: stats: add missing INF_BUILD_INFO definition by Adis Nezirovic · 3 years, 8 months ago
  74. 892e4fd BUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX by Bertrand Jacquin · 3 years, 8 months ago
  75. 3b94d98 BUG/MEDIUM: mux-h2: fix read0 handling on partial frames by Willy Tarreau · 3 years, 8 months ago
  76. 294b766 BUG/MINOR: mworker: define _GNU_SOURCE for strsignal() by Bertrand Jacquin · 3 years, 8 months ago
  77. 5415271 BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command. by Frédéric Lécaille · 3 years, 8 months ago
  78. 08d25df BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable by Christopher Faulet · 3 years, 8 months ago
  79. 007178c BUG/MINOR: sample: Memory leak of sample_expr structure in case of error by Remi Tricot-Le Breton · 3 years, 8 months ago
  80. e68e631 BUG/MINOR: sample: check alloc_trash_chunk return value in concat() by William Dauchy · 3 years, 8 months ago
  81. f004859 [RELEASE] Released version 2.0.20 by Willy Tarreau · 3 years, 9 months ago
  82. 385369f BUG/MINOR: sample: fix concat() converter's corruption with non-string variables by Willy Tarreau · 3 years, 9 months ago
  83. 2f55daf BUG/MINOR: srv: do not init address if backend is disabled by Amaury Denoyelle · 3 years, 9 months ago
  84. 5975180 BUG/MINOR: cfgparse: Fail if the strdup() for `rule->be.name` for `use_backend` fails by Tim Duesterhus · 3 years, 9 months ago
  85. 86c8220 BUG/MEDIUM: http-ana: Never for sending data in TUNNEL mode by Christopher Faulet · 3 years, 9 months ago
  86. 1cf96cd BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests by Christopher Faulet · 3 years, 10 months ago
  87. 2ecaf84 BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight by Christopher Faulet · 3 years, 9 months ago
  88. ef83dd6 BUG/MINOR: tools: Reject size format not starting by a digit by Christopher Faulet · 3 years, 9 months ago
  89. 582baa5 BUG/MINOR: tools: make parse_time_err() more strict on the timer validity by Christopher Faulet · 3 years, 9 months ago
  90. a9230f8 BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times by Thierry Fournier · 3 years, 10 months ago
  91. 5622e16 MINOR: cli: add a function to look up a CLI service description by Thierry Fournier · 3 years, 10 months ago
  92. a706b00 MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · 3 years, 10 months ago
  93. 20ad136 MINOR: actions: Export actions lookup functions by Thierry Fournier · 3 years, 10 months ago
  94. a5d6258 BUG/MINOR: lua: Some lua init operation are processed unsafe by Thierry Fournier · 3 years, 10 months ago
  95. 65588c9 BUG/MINOR: lua: Post init register function are not executed beyond the first one by Thierry Fournier · 3 years, 10 months ago
  96. e667950 BUG/MINOR: lua: lua-load doesn't check its parameters by Thierry Fournier · 3 years, 10 months ago
  97. 3660fae BUG/MAJOR: peers: fix partial message decoding by Willy Tarreau · 3 years, 10 months ago
  98. 7102f54 BUG/MAJOR: filters: Always keep all offsets up to date during data filtering by Christopher Faulet · 3 years, 10 months ago
  99. 1c8288d BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests by Christopher Faulet · 3 years, 10 months ago
  100. da4576d BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering by Christopher Faulet · 3 years, 10 months ago