1. 8441deb [RELEASE] Released version 2.5-dev3 by Willy Tarreau · 3 years, 4 months ago
  2. 3571111 BUILD: opentracing: fixed build when using pkg-config utility by Miroslav Zagorac · 3 years, 4 months ago
  3. 9919854 MEDIUM: atomic: relax the load/store barriers on x86_64 by Willy Tarreau · 3 years, 5 months ago
  4. cb04511 MEDIUM: atomic: simplify the atomic load/store/exchange operations by Willy Tarreau · 3 years, 5 months ago
  5. 55a0975 BUG/MINOR: freq_ctr: use stricter barriers between updates and readings by Willy Tarreau · 3 years, 5 months ago
  6. 200bd50 MEDIUM: fd: rely more on fd_update_events() to detect changes by Willy Tarreau · 3 years, 4 months ago
  7. 84c7922 REORG: fd: uninline fd_update_events() by Willy Tarreau · 3 years, 4 months ago
  8. 53a1618 MINOR: poll/epoll: move detection of RDHUP support earlier by Willy Tarreau · 3 years, 4 months ago
  9. a199a17 MINOR: fd: update flags only once in fd_update_events() by Willy Tarreau · 3 years, 4 months ago
  10. 88babd9 DOC: internals: document the FD takeover process by Willy Tarreau · 3 years, 4 months ago
  11. d5402b8 BUG/MINOR: fd: protect fd state harder against a concurrent takeover by Willy Tarreau · 3 years, 4 months ago
  12. 79e90b9 BUG/MINOR: pollers: always program an update for migrated FDs by Willy Tarreau · 3 years, 4 months ago
  13. 177119b BUG/MINOR: poll: fix abnormally high skip_fd counter by Willy Tarreau · 3 years, 4 months ago
  14. fcc5281 BUG/MINOR: select: fix excess number of dead/skip reported by Willy Tarreau · 3 years, 4 months ago
  15. c37ccd7 BUG/MEDIUM: pollers: clear the sleeping bit after waking up, not before by Willy Tarreau · 3 years, 4 months ago
  16. 6ed242e BUG/MEDIUM: connection: close a rare race between idle conn close and takeover by Willy Tarreau · 3 years, 4 months ago
  17. 4f59c67 REGTESTS: ssl: ssl_errors.vtc does not work with old openssl version by William Lallemand · 3 years, 4 months ago
  18. 54f6383 REGTESTS: ssl: Add tests for the connection and SSL error fetches by Remi Tricot-Le Breton · 3 years, 4 months ago
  19. 4a6328f MEDIUM: connection: Add option to disable legacy error log by Remi Tricot-Le Breton · 3 years, 4 months ago
  20. 98b930d MINOR: ssl: Define a default https log format by Remi Tricot-Le Breton · 3 years, 4 months ago
  21. 7c6898e MINOR: ssl: Add new ssl_fc_hsk_err sample fetch by Remi Tricot-Le Breton · 3 years, 4 months ago
  22. 89b65cf MINOR: ssl: Enable error fetches in case of handshake error by Remi Tricot-Le Breton · 3 years, 4 months ago
  23. 3d2093a MINOR: connection: Add a connection error code sample fetch by Remi Tricot-Le Breton · 3 years, 4 months ago
  24. 0aa4130 BUG/MINOR: connection: Add missing error labels to conn_err_code_str by Remi Tricot-Le Breton · 3 years, 4 months ago
  25. df9caeb CLEANUP: mworker: PR_CAP already initialized with alloc_new_proxy() by William Lallemand · 3 years, 4 months ago
  26. ae787ba CLEANUP: mworker: use the proxy helper functions in mworker_cli_proxy_create() by William Lallemand · 3 years, 4 months ago
  27. e7f7462 MINOR: stats: don't output internal proxies (PR_CAP_INT) by William Lallemand · 3 years, 4 months ago
  28. d11c572 MINOR: mworker: the mworker CLI proxy is internal by William Lallemand · 3 years, 4 months ago
  29. 6bb77b9 MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT by William Lallemand · 3 years, 4 months ago
  30. b5f7b52 BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames by Christopher Faulet · 3 years, 4 months ago
  31. cf30756 BUG/MINOR: mux-h1: Be sure to swap H1C to splice mode when rcv_pipe() is called by Christopher Faulet · 3 years, 4 months ago
  32. 3f35da2 BUG/MINOR: mux-h2: Obey dontlognull option during the preface by Christopher Faulet · 3 years, 4 months ago
  33. 07e10de BUG/MINOR: mux-h1: Obey dontlognull option for empty requests by Christopher Faulet · 3 years, 4 months ago
  34. 9def142 BUG/MINOR: systemd: must check the configuration using -Ws by William Lallemand · 3 years, 4 months ago
  35. 2bf5d41 MINOR: ssl: use __objt_* variant when retrieving counters by Amaury Denoyelle · 3 years, 4 months ago
  36. 1f92339 BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree by Christopher Faulet · 3 years, 4 months ago
  37. b3c4a8f BUILD: threads: fix pthread_mutex_unlock when !USE_THREAD by Willy Tarreau · 3 years, 4 months ago
  38. acff309 BUG/MINOR: check: fix the condition to validate a port-less server by Willy Tarreau · 3 years, 4 months ago
  39. 59bab61 BUG/MINOR: stats: Add missing agent stats on servers by Christopher Faulet · 3 years, 4 months ago
  40. 5fcd428 BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request by Amaury Denoyelle · 3 years, 4 months ago
  41. 534197c BUILD/MINOR: memprof fix macOs build. by David CARLIER · 3 years, 4 months ago
  42. 3c032f2 BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs by Willy Tarreau · 3 years, 4 months ago
  43. 2614619 BUG/MEDIUM: mworker: do not register an exit handler if exit is expected by Willy Tarreau · 3 years, 4 months ago
  44. dc70c18 BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parser by Willy Tarreau · 3 years, 4 months ago
  45. 048368e MINOR: deinit: always deinit the init_mutex on failed initialization by jenny-cheung · 3 years, 4 months ago
  46. b73f653 CLEANUP: http_ana: Remove now unused label from http_process_request() by Christopher Faulet · 3 years, 4 months ago
  47. 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · 3 years, 4 months ago
  48. f1db20c BUG/MINOR: cfgcond: revisit the condition freeing mechanism to avoid a leak by Willy Tarreau · 3 years, 4 months ago
  49. 69a23ae BUG/MINOR: arg: free all args on make_arg_list()'s error path by Willy Tarreau · 3 years, 4 months ago
  50. bccc91d [RELEASE] Released version 2.5-dev2 by Willy Tarreau · 3 years, 4 months ago
  51. 79c9bdf BUG/MEDIUM: init: restore behavior of command-line "-m" for memory limitation by Willy Tarreau · 3 years, 4 months ago
  52. f2e44d4 REGTESTS: add more complex check conditions to check_conditions.vtc by Willy Tarreau · 3 years, 4 months ago
  53. b333db3 REGTEST: make check_condition.vtc fail as soon as possible by Willy Tarreau · 3 years, 4 months ago
  54. 316ea7e MINOR: cfgcond: support terms made of parenthesis around expressions by Willy Tarreau · 3 years, 5 months ago
  55. ca81887 MINOR: cfgcond: insert an expression between the condition and the term by Willy Tarreau · 3 years, 5 months ago
  56. 087b2d0 MINOR: cfgcond: make the conditional term parser automatically allocate nodes by Willy Tarreau · 3 years, 5 months ago
  57. ca56d3d MINOR: cfgcond: support negating conditional expressions by Willy Tarreau · 3 years, 5 months ago
  58. c8194c3 MINOR: cfgcond: remerge all arguments into a single line by Willy Tarreau · 3 years, 4 months ago
  59. 379ceea MEDIUM: cfgcond: report invalid trailing chars after expressions by Willy Tarreau · 3 years, 4 months ago
  60. f869095 MINOR: cfgcond: start to split the condition parser to introduce terms by Willy Tarreau · 3 years, 5 months ago
  61. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · 3 years, 5 months ago
  62. ee0d727 CLEANUP: hlua: use free_args() to release args arrays by Willy Tarreau · 3 years, 5 months ago
  63. c15221b CLEANUP: config: use free_args() to release args array in cfg_eval_condition() by Willy Tarreau · 3 years, 5 months ago
  64. ab213a5 MINOR: arg: add a free_args() function to free an args array by Willy Tarreau · 3 years, 5 months ago
  65. a87e782 MINOR: init: make -cc support environment variables expansion by Willy Tarreau · 3 years, 4 months ago
  66. 7edc0fd MINOR: init: verify that there is a single word on "-cc" by Willy Tarreau · 3 years, 4 months ago
  67. 79c52ec REGTESTS: test track support for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
  68. 56eb8ed MEDIUM: server: support track keyword for dynamic servers by Amaury Denoyelle · 3 years, 5 months ago
  69. 79f68be MINOR: srv: do not allow to track a dynamic server by Amaury Denoyelle · 3 years, 5 months ago
  70. 669b620 MINOR: srv: extract tracking server config function by Amaury Denoyelle · 3 years, 5 months ago
  71. 6a51090 BUILD: lua: silence a build warning with TCC by Willy Tarreau · 3 years, 5 months ago
  72. 1335da3 BUILD: add detection of missing important CFLAGS by Willy Tarreau · 3 years, 5 months ago
  73. 0498fa4 BUG/MINOR: ssl: Default-server configuration ignored by server by Remi Tricot-Le Breton · 3 years, 5 months ago
  74. 4c6986a CLEANUP: applet: remove unused thread_mask by Willy Tarreau · 3 years, 5 months ago
  75. befeae8 MINOR: mux_h2: define config to disable h2 websocket support by Amaury Denoyelle · 3 years, 5 months ago
  76. b60fb8d BUG/MEDIUM: http_ana: fix crash for http_proxy mode during uri rewrite by Amaury Denoyelle · 3 years, 5 months ago
  77. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · 3 years, 5 months ago
  78. 5a9bd37 REORG: http_ana: split conditions for monitor-uri in wait for request by Amaury Denoyelle · 3 years, 5 months ago
  79. 69294b2 MINOR: http: use http uri parser for authority by Amaury Denoyelle · 3 years, 5 months ago
  80. 8ac8cbf MINOR: http: use http uri parser for scheme by Amaury Denoyelle · 3 years, 5 months ago
  81. 89c68c8 MINOR: http: implement http uri parser by Amaury Denoyelle · 3 years, 5 months ago
  82. 164ae4a BUILD: http_htx: fix ci compilation error with isdigit for Windows by Amaury Denoyelle · 3 years, 5 months ago
  83. ff5adf8 REGTESTS: add http scheme-based normalization test by Amaury Denoyelle · 3 years, 5 months ago
  84. 4ca0f36 MEDIUM: h2: apply scheme-based normalization on h2 requests by Amaury Denoyelle · 3 years, 5 months ago
  85. 852d78c MEDIUM: h1-htx: apply scheme-based normalization on h1 requests by Amaury Denoyelle · 3 years, 5 months ago
  86. 4c0882b MEDIUM: http: implement scheme-based normalization by Amaury Denoyelle · 3 years, 5 months ago
  87. ef08811 MINOR: http: implement http_get_scheme by Amaury Denoyelle · 3 years, 5 months ago
  88. 5b654ad BUILD: stick-table: shut up invalid "uninitialized" warning in gcc 8.3 by Willy Tarreau · 3 years, 5 months ago
  89. 07954fb MEDIUM: stats: include disabled proxies that hold active sessions to stats by Marno Krahmer · 3 years, 5 months ago
  90. 2304887 Revert "MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules" by Christopher Faulet · 3 years, 5 months ago
  91. dfb34a8 BUG/MINOR: cli: fix server name output in "show fd" by Willy Tarreau · 3 years, 5 months ago
  92. 5a9c637 BUG/MEDIUM: sock: make sure to never miss early connection failures by Willy Tarreau · 3 years, 5 months ago
  93. 726783d MEDIUM: stick-table: make the use of 'gpc' excluding the use of 'gpc0/1'' by Emeric Brun · 3 years, 5 months ago
  94. 4d7ada8 MEDIUM: stick-table: add the new arrays of gpc and gpc_rate by Emeric Brun · 3 years, 5 months ago
  95. f7ab0bf MEDIUM: stick-table: make the use of 'gpt' excluding the use of 'gpt0' by Emeric Brun · 3 years, 5 months ago
  96. 877b0b5 MEDIUM: stick-table: add the new array of gpt data_type by Emeric Brun · 3 years, 5 months ago
  97. 1a6b725 DOC: stick-table: add missing documentation about gpt0 stored type by Emeric Brun · 3 years, 5 months ago
  98. 90a9b67 MEDIUM: peers: handle arrays of std types in peers protocol by Emeric Brun · 3 years, 5 months ago
  99. c64a2a3 MEDIUM: stick-table: handle arrays of standard types into stick-tables by Emeric Brun · 3 years, 5 months ago
  100. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · 3 years, 5 months ago