1. 3660fae BUG/MAJOR: peers: fix partial message decoding by Willy Tarreau · 4 years ago
  2. 7102f54 BUG/MAJOR: filters: Always keep all offsets up to date during data filtering by Christopher Faulet · 4 years ago
  3. 1c8288d BUG/MINOR: http-ana: Don't wait for the body of CONNECT requests by Christopher Faulet · 4 years ago
  4. da4576d BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering by Christopher Faulet · 4 years ago
  5. 37f44ac BUILD: http-htx: fix build warning regarding long type in printf by Willy Tarreau · 4 years ago
  6. 6e134fe MINOR: cfgparse: tighten the scope of newnameserver variable, free it on error. by Eric Salama · 4 years ago
  7. f4e5251 MINOR: spoe: Don't close connection in sync mode on processing timeout by Christopher Faulet · 4 years ago
  8. 746326a BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet by Christopher Faulet · 4 years ago
  9. 08f475b BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches by Christopher Faulet · 4 years ago
  10. 22dc68b BUG/MINOR: http-fetch: Extract cookie value even when no cookie name by Maciej Zdeb · 4 years ago
  11. e6ea2a6 BUG/MEDIUM: peers: fix decoding of multi-byte length in stick-table messages by Willy Tarreau · 4 years ago
  12. d31dc82 BUG/MINOR: peers: Missing TX cache entries reset. by Frédéric Lécaille · 4 years ago
  13. 506fe34 BUG/MINOR: peers: Do not ignore a protocol error for dictionary entries. by Frédéric Lécaille · 4 years ago
  14. 8e55384 BUG/MINOR: lua: set buffer size during map lookups by Thierry Fournier · 4 years ago
  15. 80100d8 BUG/MINOR: pattern: a sample marked as const could be written by Thierry Fournier · 4 years ago
  16. aceb6cb [RELEASE] Released version 2.0.19 by Christopher Faulet · 4 years ago
  17. d57402d BUG/MINOR: http-htx: Just warn if payload of an errorfile doesn't match the C-L by Christopher Faulet · 4 years ago
  18. 7509aba MINOR: http-htx: Add understandable errors for the errorfiles parsing by Christopher Faulet · 4 years ago
  19. d0526c6 BUG/MEDIUM: stick-table: limit the time spent purging old entries by Willy Tarreau · 4 years ago
  20. df36d43 BUG/MINOR: filters: Skip disabled proxies during startup only by Christopher Faulet · 4 years ago
  21. 612e307 BUG/MEDIUM: mux-pt: Release the tasklet during an HTTP upgrade by Christopher Faulet · 4 years ago
  22. fa31ae9 MINOR: server: Copy configuration file and line for server templates by Christopher Faulet · 4 years ago
  23. f7474aa BUG/MINOR: server: Set server without addr but with dns in RMAINT on startup by Christopher Faulet · 4 years ago
  24. 73e7d1c BUG/MEDIUM: filters: Don't try to init filters for disabled proxies by Christopher Faulet · 4 years ago
  25. 5f4168f BUG/MINOR: cache: Inverted variables in http_calc_maxage function by Remi Tricot-Le Breton · 4 years ago
  26. ca492f3 BUG/MINOR: lua: initialize sample before using it by Amaury Denoyelle · 4 years ago
  27. 13ed503 BUG/MINOR: server: fix down_time report for stats by Amaury Denoyelle · 4 years ago
  28. c1bd4bd BUG/MINOR: server: fix srv downtime calcul on starting by Amaury Denoyelle · 4 years ago
  29. 06274b9 BUG/MINOR: log: fix memory leak on logsrv parse error by Willy Tarreau · 4 years ago
  30. 2814afb BUG/MINOR: extcheck: add missing checks on extchk_setenv() by Willy Tarreau · 4 years, 1 month ago
  31. 7163351 BUG/MAJOR: mux-h2: Don't try to send data if we know it is no longer possible by Christopher Faulet · 4 years, 1 month ago
  32. e6ee465 BUG/MINOR: http-ana: Don't send payload for internal responses to HEAD requests by Christopher Faulet · 4 years, 1 month ago
  33. 228d60e BUG/MEDIUM: server: support changing the slowstart value from state-file by Willy Tarreau · 4 years, 1 month ago
  34. 440839b BUG/MINOR: queue: properly report redistributed connections by Willy Tarreau · 4 years, 1 month ago
  35. c77aa3b BUG/MINOR: peers: Possible unexpected peer seesion reset after collisions. by Frédéric Lécaille · 4 years, 1 month ago
  36. 028d185 BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn by Christopher Faulet · 4 years, 1 month ago
  37. 8ec3d24 BUG/MEDIUM: mux-h1: Get the session from the H1S when capturing bad messages by Christopher Faulet · 4 years, 1 month ago
  38. b135abc BUG/MEDIUM: spoe: Unset variable instead of set it if no data provided by Christopher Faulet · 4 years, 1 month ago
  39. 6fa5a96 BUG/MEDIUM: task: bound the number of tasks picked from the wait queue at once by Willy Tarreau · 4 years, 1 month ago
  40. 3ae2fd6 MINOR: fd: report an error message when failing initial allocations by Willy Tarreau · 4 years, 1 month ago
  41. 318822b BUG/MINOR: mux-h2: do not stop outgoing connections on stopping by Willy Tarreau · 4 years, 1 month ago
  42. 1d66a77 BUG/MINOR: init: only keep rlim_fd_cur if max is unlimited by Willy Tarreau · 4 years, 1 month ago
  43. cd5da7a BUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf(). by Olivier Houchard · 5 years ago
  44. a42e6c3 BUG/MINOR: http-htx: Expect no body for 204/304 internal HTTP responses by Christopher Faulet · 4 years, 1 month ago
  45. 11b1053 BUG/MEDIUM: mux-h2: Don't handle pending read0 too early on streams by Christopher Faulet · 4 years, 1 month ago
  46. 823613c BUG/MINOR: mux-h1: Always set the session on frontend h1 stream by Christopher Faulet · 4 years, 1 month ago
  47. 85e7212 BUG/MINOR: peers: Inconsistency when dumping peer status codes. by Frédéric Lécaille · 4 years, 1 month ago
  48. b290edf MINOR: hlua: Display debug messages on stderr only in debug mode by Christopher Faulet · 4 years, 1 month ago
  49. c80f976 BUG/MINOR: stats: fix validity of the json schema by Amaury Denoyelle · 4 years, 1 month ago
  50. aead545 MINOR: counters: fix a typo in comment by Amaury Denoyelle · 4 years, 1 month ago
  51. 8aae526 BUG/MEDIUM: queue: make pendconn_cond_unlink() really thread-safe by Willy Tarreau · 4 years, 1 month ago
  52. 8eb49c5 BUG/MINOR: Fix several leaks of 'log_tag' in init(). by Eric Salama · 4 years, 1 month ago
  53. 63eeda0 BUILD: makefile: Fix building with closefrom() support enabled by Brad Smith · 4 years, 1 month ago
  54. b0b703f DOC: ssl: crt-list negative filters are only a hint by William Lallemand · 4 years, 1 month ago
  55. be8b761 [RELEASE] Released version 2.0.18 by Willy Tarreau · 4 years, 1 month ago
  56. 085d62d REGTEST: make map_regm_with_backref require 1.7 by Willy Tarreau · 4 years, 1 month ago
  57. 8856938 REGTEST: make abns_socket.vtc require 1.8 by Willy Tarreau · 4 years, 1 month ago
  58. 6b659cd REGTEST: fix host part in balance-uri-path-only.vtc by Willy Tarreau · 4 years, 1 month ago
  59. f8462aa REGTESTS: add a few load balancing tests by Willy Tarreau · 4 years, 2 months ago
  60. d58def3 DOC: agent-check: fix typo in "fail" word expected reply by William Dauchy · 4 years, 1 month ago
  61. fcae4b6 DOC: spoa-server: fix false friends `actually` by William Dauchy · 4 years, 3 months ago
  62. ab46c78 BUG/MEDIUM: listeners: do not pause foreign listeners by Willy Tarreau · 4 years, 2 months ago
  63. 8c40265 BUG/MINOR: config: Fix memory leak on config parse listen by Amaury Denoyelle · 4 years, 2 months ago
  64. 879924c BUG/MINOR: Fix memory leaks cfg_parse_peers by Eric Salama · 4 years, 2 months ago
  65. 09960b0 BUG/MEDIUM: h2: report frame bits only for handled types by Willy Tarreau · 4 years, 2 months ago
  66. 17347ff BUG/MINOR: http-fetch: Don't set the sample type during the htx prefetch by Christopher Faulet · 4 years, 2 months ago
  67. bc90776 BUG/MINOR: server: report correct error message for invalid port on "socks4" by Willy Tarreau · 4 years, 2 months ago
  68. b00a33b BUG/MINOR: ssl: verifyhost is case sensitive by William Lallemand · 4 years, 2 months ago
  69. 6c98f49 BUG/MEDIUM: ssl: does not look for all SNIs before chosing a certificate by William Lallemand · 4 years, 3 months ago
  70. 5761e7d BUG/MEDIUM: http-ana: Don't wait to send 1xx responses received from servers by Christopher Faulet · 4 years, 2 months ago
  71. 9aa1d64 BUG/MEDIUM: pattern: Renew the pattern expression revision when it is pruned by Christopher Faulet · 4 years, 2 months ago
  72. 3a3b775 BUILD: threads: better workaround for late loading of libgcc_s by Willy Tarreau · 4 years, 2 months ago
  73. 0814458 BUG/MEDIUM: mux-h1: always apply the timeout on half-closed connections by Willy Tarreau · 4 years, 2 months ago
  74. bf2bc1e BUG/MINOR: auth: report valid crypto(3) support depending on build options by Victor Kislov · 4 years, 3 months ago
  75. 51113ad CLEANUP: Update .gitignore by Tim Duesterhus · 4 years, 2 months ago
  76. af04f30 MINOR: Commit .gitattributes by Tim Duesterhus · 4 years, 2 months ago
  77. f04dba3 BUILD: thread: limit the libgcc_s workaround to glibc only by Willy Tarreau · 4 years, 2 months ago
  78. e9fdcf8 BUG/MINOR: threads: work around a libgcc_s issue with chrooting by Willy Tarreau · 4 years, 2 months ago
  79. a486449 BUG/MEDIUM: ssl: check OCSP calloc in ssl_sock_load_ocsp() by William Lallemand · 4 years, 3 months ago
  80. 9972128 BUG/MEDIUM: doc: Fix replace-path action description by Christopher Faulet · 4 years, 2 months ago
  81. 6b8791f BUG/MINOR: startup: haproxy -s cause 100% cpu by William Lallemand · 4 years, 2 months ago
  82. 2ded13c BUG/MEDIUM: contrib/spoa-server: Fix ipv4_address used instead of ipv6_address by Gilchrist Dadaglo · 4 years, 3 months ago
  83. 10cd77a BUG/MINOR: contrib/spoa-server: Updating references to free in case of failure by Gilchrist Dadaglo · 4 years, 3 months ago
  84. c62a821 BUG/MINOR: contrib/spoa-server: Do not free reference to NULL by Gilchrist Dadaglo · 4 years, 3 months ago
  85. e38c092 BUG/MINOR: contrib/spoa-server: Ensure ip address references are freed by Gilchrist Dadaglo · 4 years, 3 months ago
  86. d01d280 BUG/MAJOR: contrib/spoa-server: Fix unhandled python call leading to memory leak by Gilchrist Dadaglo · 4 years, 3 months ago
  87. b2d43b8 DOC: cache: Use '<name>' instead of '<id>' in error message by Tim Duesterhus · 4 years, 3 months ago
  88. 2b07f85 BUG/MINOR: reload: do not fail when no socket is sent by Willy Tarreau · 4 years, 2 months ago
  89. 91d0b60 BUG/MEDIUM: htx: smp_prefetch_htx() must always validate the direction by Willy Tarreau · 4 years, 3 months ago
  90. f310961 BUG/MINOR: stats: use strncmp() instead of memcmp() on health states by Willy Tarreau · 4 years, 3 months ago
  91. ffc5982 BUG/MINOR: snapshots: leak of snapshots on deinit() by William Lallemand · 4 years, 3 months ago
  92. ff8de2c BUG/MINOR: lua: Check argument type to convert it to IP mask in arg validation by Christopher Faulet · 4 years, 3 months ago
  93. e7f1fcf BUG/MINOR: lua: Check argument type to convert it to IPv4/IPv6 arg validation by Christopher Faulet · 4 years, 3 months ago
  94. d1e9256 BUG/MEDIUM: map/lua: Return an error if a map is loaded during runtime by Christopher Faulet · 4 years, 3 months ago
  95. b576206 BUG/MEDIUM: mux-h1: Refresh H1 connection timeout after a synchronous send by Christopher Faulet · 4 years, 3 months ago
  96. 307f31e BUG/MEDIUM: mux-h2: Don't fail if nothing is parsed for a legacy chunk response by Christopher Faulet · 4 years, 3 months ago
  97. 6f1499a SCRIPTS: git-show-backports: emit the shell command to backport a commit by Willy Tarreau · 4 years, 3 months ago
  98. 864ac21 SCRIPTS: git-show-backports: make -m most only show the left branch by Willy Tarreau · 4 years, 3 months ago
  99. 41551c6 [RELEASE] Released version 2.0.17 by Willy Tarreau · 4 years, 3 months ago v2.0.17
  100. 36787f5 SCRIPTS: announce-release: add the link to the wiki in the announce messages by Willy Tarreau · 4 years, 3 months ago