1. 10631d9 BUG/MEDIUM: mux-h1: Properly report client close if abortonclose option is set by Christopher Faulet · 3 years, 6 months ago
  2. 6552054 MEDIUM: mux-h1: Don't block reads when waiting for the other side by Christopher Faulet · 3 years, 6 months ago
  3. 258a085 MINOR: conn-stream: Force mux to wait for read events if abortonclose is set by Christopher Faulet · 3 years, 6 months ago
  4. ae113f2 BUG/MINOR: stream-int: Don't block reads in si_update_rx() if chn may receive by Christopher Faulet · 3 years, 6 months ago
  5. d54760e MINOR: channel: Rely on HTX version if appropriate in channel_may_recv() by Christopher Faulet · 3 years, 6 months ago
  6. 6e5795d BUG/MINOR: http_fetch: fix possible uninit sockaddr in fetch_url_ip/port by Amaury Denoyelle · 3 years, 4 months ago
  7. fed5db8 BUG/MINOR: checks: Reschedule check on observe mode only if fastinter is set by Christopher Faulet · 3 years, 5 months ago
  8. 67da481 BUG/MINOR: checks: Handle synchronous connect when a tcpcheck is started by Christopher Faulet · 3 years, 5 months ago
  9. d2d264f BUG/MINOR: stream: Reset stream final state and si error type on L7 retry by Christopher Faulet · 3 years, 5 months ago
  10. 77ec58d BUG/MINOR: stream: properly clear the previous error mask on L7 retries by Willy Tarreau · 3 years, 5 months ago
  11. 669d667 BUG/MINOR: stream: Decrement server current session counter on L7 retry by Christopher Faulet · 3 years, 5 months ago
  12. 751872e BUG/MEDIUM: dns: reset file descriptor if send returns an error by Emeric Brun · 3 years, 5 months ago
  13. bf5c748 MINOR: debug: add a new "debug dev sym" command in expert mode by Willy Tarreau · 3 years, 5 months ago
  14. 0b15516 MINOR: pools/debug: slightly relax DEBUG_DONT_SHARE_POOLS by Willy Tarreau · 3 years, 5 months ago
  15. 3652d60 MEDIUM: pools: call malloc_trim() from pool_gc() by Willy Tarreau · 3 years, 11 months ago
  16. f2fb9e5 MINOR: compat: automatically include malloc.h on glibc by Willy Tarreau · 3 years, 11 months ago
  17. f41d4db BUG/MINOR: ssl/cli: fix a lock leak when no memory available by William Lallemand · 3 years, 5 months ago
  18. bfca737 BUG/MEDIUM: cli: prevent memory leak on write errors by Willy Tarreau · 3 years, 5 months ago
  19. af3d8c1 BUG/MINOR: hlua: Don't rely on top of the stack when using Lua buffers by Christopher Faulet · 3 years, 5 months ago
  20. 6864ddd REGTESTS: add minimal CLI "add map" tests by Willy Tarreau · 3 years, 5 months ago
  21. e1f5574 MINOR: peers: add informative flags about resync process for debugging by Emeric Brun · 3 years, 5 months ago
  22. 5c88077 BUG/MEDIUM: peers: reset tables stage flags stages on new conns by Emeric Brun · 3 years, 5 months ago
  23. d9e4ee6 BUG/MEDIUM: peers: re-work updates lookup during the sync on the fly by Emeric Brun · 3 years, 5 months ago
  24. cd0a30e BUG/MEDIUM: peers: reset commitupdate value in new conns by Emeric Brun · 3 years, 7 months ago
  25. 21680f6 BUG/MEDIUM: peers: reset starting point if peers appears longly disconnected by Emeric Brun · 3 years, 7 months ago
  26. 39555d6 BUG/MEDIUM: peers: stop considering ack messages teaching a full resync by Emeric Brun · 3 years, 7 months ago
  27. eb2f8e0 BUG/MEDIUM: peers: register last acked value as origin receiving a resync req by Emeric Brun · 3 years, 5 months ago
  28. 13eca44 BUG/MEDIUM: peers: initialize resync timer to get an initial full resync by Emeric Brun · 3 years, 5 months ago
  29. fffd9d8 BUG/MINOR: applet: Notify the other side if data were consumed by an applet by Christopher Faulet · 3 years, 5 months ago
  30. 07b2b0a BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message by Christopher Faulet · 3 years, 5 months ago
  31. bdda845 BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application by Christopher Faulet · 3 years, 5 months ago
  32. 4764f0e [RELEASE] Released version 2.3.10 by Christopher Faulet · 3 years, 5 months ago
  33. 167b783 BUG/MEDIUM: peers: re-work refcnt on table to protect against flush by Emeric Brun · 3 years, 5 months ago
  34. 1efabf1 BUG/MEDIUM: peers: re-work connection to new process during reload. by Emeric Brun · 3 years, 5 months ago
  35. 6ffb9bc BUG/MINOR: peers: remove useless table check if initial resync is finished by Emeric Brun · 3 years, 5 months ago
  36. 74b7411 BUG/MEDIUM: mux-h2: Properly handle shutdowns when received with data by Christopher Faulet · 3 years, 5 months ago
  37. 4505927 BUG/MINOR: mworker: don't use oldpids[] anymore for reload by William Lallemand · 3 years, 5 months ago
  38. e103010 BUG/MINOR: mworker/init: don't reset nb_oldpids in non-mworker cases by William Lallemand · 3 years, 5 months ago
  39. d595517 BUG/MEDIUM: config: fix cpu-map notation with both process and threads by Amaury Denoyelle · 3 years, 5 months ago
  40. 55c007a BUG/MEDIUM: mux-h2: Fix dfl calculation when merging CONTINUATION frames by Christopher Faulet · 3 years, 5 months ago
  41. 6284ee6 BUG/MAJOR: mux-h2: Properly detect too large frames when decoding headers by Christopher Faulet · 3 years, 5 months ago
  42. 2bf658c BUG/MINOR: server: free srv.lb_nodes in free_server by Amaury Denoyelle · 3 years, 5 months ago
  43. d29ab4d BUG/MINOR: mux-h1: Release idle server H1 connection if data are received by Christopher Faulet · 3 years, 5 months ago
  44. 5d5d615 BUG/MINOR: logs: Report the true number of retries if there was no connection by Christopher Faulet · 3 years, 5 months ago
  45. 04a94a7 BUG/MINOR: http_htx: Remove BUG_ON() from http_get_stline() function by Christopher Faulet · 3 years, 5 months ago
  46. 1edd927 BUG/MINOR: http-fetch: Make method smp safe if headers were already forwarded by Christopher Faulet · 3 years, 5 months ago
  47. 3b336d6 BUG/MINOR: ssl-samples: Fix ssl_bc_* samples when called from a health-check by Christopher Faulet · 3 years, 5 months ago
  48. 663c09c MINOR: connection: Make bc_http_major compatible with tcp-checks by Christopher Faulet · 3 years, 5 months ago
  49. 5dfe7dc BUG/MINOR: connection: Fix fc_http_major and bc_http_major for TCP connections by Christopher Faulet · 3 years, 5 months ago
  50. 7ebe7f3 MINOR: logs: Add support of checks as session origin to format lf strings by Christopher Faulet · 3 years, 5 months ago
  51. 644cf33 BUG/MINOR: checks: Set missing id to the dummy checks frontend by Christopher Faulet · 3 years, 5 months ago
  52. a3259cb BUG/MEDIUM: threads: Ignore current thread to end its harmless period by Christopher Faulet · 3 years, 5 months ago
  53. b45995f DOC: ssl: Certificate hot update only works on fronted certificates by Remi Tricot-Le Breton · 3 years, 5 months ago
  54. ffa7846 BUG/MEDIUM: sample: Fix adjusting size in field converter by Thayne McCombs · 3 years, 5 months ago
  55. 2c9c0c9 MINOR: No longer rely on deprecated sample fetches for predefined ACLs by Christopher Faulet · 3 years, 6 months ago
  56. 7f314c9 DOC: clarify that compression works for HTTP/2 by Julien Pivotto · 3 years, 6 months ago
  57. d5a8cec BUG/MINOR: tools: fix parsing "us" unit for timers by Thayne McCombs · 3 years, 6 months ago
  58. 56ae6bd CONTRIB: halog: fix issue with array of type char by Willy Tarreau · 3 years, 6 months ago
  59. cb7bcf5 REGTESTS: ssl: mark set_ssl_cert_bundle.vtc as broken by William Lallemand · 3 years, 6 months ago
  60. eac279f DOC: Explicitly state only IPv4 are supported by forwardfor/originalto options by Christopher Faulet · 3 years, 6 months ago
  61. 2185c97 REGTESTS: ssl: "set ssl cert" and multi-certificates bundle by William Lallemand · 3 years, 6 months ago
  62. 96d6028 BUG/MINOR: ssl: Add missing free on SSL_CTX in ckch_inst_free by Remi Tricot-Le Breton · 3 years, 6 months ago
  63. 48b6abf BUG/MINOR: http_fetch: make hdr_ip() resistant to empty fields by Willy Tarreau · 3 years, 6 months ago
  64. 37cfc78 BUG/MINOR: ssl: Prevent removal of crt-list line if the instance is a default one by Remi Tricot-Le Breton · 3 years, 6 months ago
  65. 358a822 BUG/MINOR: ssl: Fix update of default certificate by Remi Tricot-Le Breton · 3 years, 6 months ago
  66. e3647da BUILD: tcp: use IPPROTO_IPV6 instead of SOL_IPV6 on FreeBSD/MacOS by Willy Tarreau · 3 years, 6 months ago
  67. 64300c5 BUG/MINOR: tcp: fix silent-drop workaround for IPv6 by Willy Tarreau · 3 years, 6 months ago
  68. afb63bc BUILD: backend: fix build breakage in idle conn locking fix by Willy Tarreau · 3 years, 6 months ago
  69. 53945bf [RELEASE] Released version 2.3.9 by Willy Tarreau · 3 years, 6 months ago
  70. c7949fd BUG/MEDIUM: time: make sure to always initialize the global tick by Willy Tarreau · 3 years, 6 months ago
  71. 4253ce6 BUG/MINOR: stats: Apply proper styles in HTML status page. by Florian Apolloner · 3 years, 6 months ago
  72. 0e2cf43 BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv by Christopher Faulet · 3 years, 6 months ago
  73. 5e22cf3 MEDIUM: backend: use a trylock to grab a connection on high FD counts as well by Willy Tarreau · 3 years, 6 months ago
  74. c6eedcc BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent by Willy Tarreau · 3 years, 6 months ago
  75. e572195 [RELEASE] Released version 2.3.8 by Willy Tarreau · 3 years, 6 months ago
  76. 7e2e49e BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters by Willy Tarreau · 3 years, 6 months ago
  77. 4d61bdb MINOR: tools: make url2ipv4 return the exact number of bytes parsed by Willy Tarreau · 3 years, 6 months ago
  78. fc58364 BUG/MEDIUM: thread: Fix a deadlock if an isolated thread is marked as harmless by Christopher Faulet · 3 years, 6 months ago
  79. 5fbd555 BUG/MEDIUM: fd: Take the fd_mig_lock when closing if no DWCAS is available. by Olivier Houchard · 3 years, 6 months ago
  80. b8ca983 CLEANUP: fd: remove unused fd_set_running_excl() by Willy Tarreau · 3 years, 6 months ago
  81. 6598a2d BUG/MEDIUM: fd: do not wait on FD removal in fd_delete() by Willy Tarreau · 3 years, 6 months ago
  82. 7160083 MINOR: fd: remove the unneeded running bit from fd_insert() by Willy Tarreau · 3 years, 6 months ago
  83. 58ab90b MINOR: fd: make fd_clr_running() return the remaining running mask by Willy Tarreau · 3 years, 6 months ago
  84. f2e7362 BUG/MEDIUM: lua: Always init the lua stack before referencing the context by Christopher Faulet · 3 years, 6 months ago
  85. 9fb7eb9 BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback by Christopher Faulet · 3 years, 6 months ago
  86. 5326d6a MINOR: lua: Slightly improve function dumping the lua traceback by Christopher Faulet · 3 years, 6 months ago
  87. 6f7bcf6 BUILD: ssl: guard ecdh functions with SSL_CTX_set_tmp_ecdh macro by Ilya Shipitsin · 3 years, 6 months ago
  88. bcec63e BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · 3 years, 6 months ago
  89. 0f1d06d BUG/MEDIUM: debug/lua: Don't dump the lua stack if not dumpable by Christopher Faulet · 3 years, 6 months ago
  90. 08aec89 MEDIUM: lua: Use a per-thread counter to track some non-reentrant parts of lua by Christopher Faulet · 3 years, 6 months ago
  91. 2af5bc4 MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket by Eric Salama · 3 years, 6 months ago
  92. a601d6f BUG/MINOR: protocol: add missing support of dgram unix socket. by Emeric Brun · 3 years, 6 months ago
  93. 049602f BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable by Willy Tarreau · 3 years, 6 months ago
  94. 3a9bc55 MINOR: time: also provide a global, monotonic global_now_ms timer by Willy Tarreau · 3 years, 6 months ago
  95. 2b7a3c4 BUG/MEDIUM: mux-fcgi: Fix locking of idle_conns lock in the FCGI I/O callback by Christopher Faulet · 3 years, 6 months ago
  96. 4713176 BUG/MINOR: freq_ctr/threads: make use of the last updated global time by Willy Tarreau · 3 years, 6 months ago
  97. f520788 MINOR: time: export the global_now variable by Willy Tarreau · 3 years, 6 months ago
  98. 2d39ce3 [RELEASE] Released version 2.3.7 by Christopher Faulet · 3 years, 6 months ago
  99. d31f694 BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames by Christopher Faulet · 3 years, 6 months ago
  100. 27c8d7a MINOR: resolvers: Don't try to match immediatly renewed ADD items by Christopher Faulet · 3 years, 6 months ago